Search found 33 matches

by sudha03_vpr
Wed Feb 27, 2013 1:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple SQL in "Load SQL from file at run time"
Replies: 7
Views: 2876

Craig's idea looks to be simplest. You can also read the sql into the parameter and loop it so each sql reads the data and loads it to the file. This approach may be good if you wanted the sqls to be loaded to the seperate file instead of same file.
by sudha03_vpr
Wed Feb 27, 2013 12:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: varchar in transformer, bit in MSsql
Replies: 1
Views: 1009

Bit Datatype can accept 0 or 1

Bit Datatype can accept 0 or 1. You can probably check the data in the varchar field. If its 0 / 'T' (representing True) then you can probably hardcode 0 else 1.
by sudha03_vpr
Tue Feb 26, 2013 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to capture no of rows processed on link in parallel job
Replies: 18
Views: 7311

@OUTROWNUM can be used in transformer

@OUTROWNUM can be used in transformer to get the number of records coming out of the link.