Search found 339 matches

by vinothkumar
Fri May 27, 2011 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: checking alphabets in the transformer stage
Replies: 3
Views: 3379

Include null handling along with this condition
by vinothkumar
Mon May 23, 2011 1:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to find no. of saturdays and sundays betwen two dates.
Replies: 17
Views: 6749

Why cant you write a simple server routine for this and call in your job.
by vinothkumar
Mon May 23, 2011 9:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: partial output from sequential file
Replies: 11
Views: 5809

Instead of using StageVar : Index(Word1,'-',1) can you try with this
StageVar : Index(to_processing.pri_emp_add1,'-',1)
by vinothkumar
Wed May 18, 2011 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help with a lookup Logic
Replies: 7
Views: 3492

Use Join stage with type as FULL OUTER.
by vinothkumar
Tue May 17, 2011 10:35 am
Forum: General
Topic: Return value of a routine
Replies: 2
Views: 1293

Look for the logs in director for that sequence. It will display the return value.
by vinothkumar
Mon May 16, 2011 7:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Diffrent input to sequntial
Replies: 2
Views: 1883

Do both output links have same column names and data types. (i.e metadata).
by vinothkumar
Thu May 12, 2011 12:56 pm
Forum: General
Topic: help with execute command stage
Replies: 6
Views: 3715

Check any new line/extra characters are coming in your output.
by vinothkumar
Tue May 10, 2011 12:32 pm
Forum: General
Topic: scheduling the job using UNIX script
Replies: 10
Views: 5171

Are both versions installed in same Unix server ? ?
by vinothkumar
Tue May 10, 2011 12:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion of ":" in Timestamp to "."
Replies: 1
Views: 1070

There is no need to convert your incoming value to Timestamp. You can keep it as CHAR and load it in your table. For changing ':' to '.' Use convert function.
by vinothkumar
Wed May 04, 2011 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extrancting data from Text file
Replies: 1
Views: 1281

Check the format of the file that you defined in DataStage with the data present in the file. I think its not matching.
by vinothkumar
Thu Apr 28, 2011 11:51 am
Forum: General
Topic: Encrypt the password in a sequence
Replies: 1
Views: 1513

Have the datatype of the parameter where you pass password as Encrypted.
by vinothkumar
Wed Apr 27, 2011 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2_UDB stage - Need help
Replies: 2
Views: 1291

This is about DB2_UDB load stage. I forgot to mention this.
by vinothkumar
Wed Apr 27, 2011 2:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2_UDB stage - Need help
Replies: 2
Views: 1291

DB2_UDB stage - Need help

I am trying to get familiar with DB2_UDB stage using one row to insert in table. But while running I am getting the warning "Warning: DB2BulkLoad.DB2_UDB_Load_0: SQL1325N The remote database environment does not support the command or one of the command options" . Because of that I am not ...
by vinothkumar
Wed Apr 20, 2011 7:24 am
Forum: General
Topic: Passing multiple filenames one after another
Replies: 5
Views: 2363

Get all the file names through execute command stage. Use loop stage to process all files one by one by sending the file names.