Search found 42189 matches
- Thu Feb 05, 2009 12:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Concatenate 3 files and generate sequence number
- Replies: 14
- Views: 7004
- Thu Feb 05, 2009 12:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DS.REINDEX ALL
- Replies: 2
- Views: 2135
- Thu Feb 05, 2009 12:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing environment variable to -password of dsjob cmd
- Replies: 0
- Views: 1365
Welcome. For the -file option, you'd need the actual password value in the file and would thus not be able to use the environment variable. User-defined Project level environment variables created using the Administrator are only instantiated into a job's environment when a job runs, so would not be...
- Wed Feb 04, 2009 12:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: insert autoincremental ID coming from a file on a table
- Replies: 7
- Views: 1616
about the meaningful names, i think ETL's are more likely a tool that you only want to see the final product, no the process itself. As long as the process take a variable from his source and write/update or what ever action it does, in some place returning a comprensible value acording to the olde...
- Wed Feb 04, 2009 12:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to run 2 jobs Parallel in JOB SEQUENCER
- Replies: 18
- Views: 5716
- Wed Feb 04, 2009 11:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slow execution when using UNION in the OCI Stage
- Replies: 4
- Views: 1415
- Wed Feb 04, 2009 11:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I put arguments in a dynamic array?
- Replies: 8
- Views: 2650
- Wed Feb 04, 2009 11:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2_UDB_Enterprise - Warning- unable to chdir
- Replies: 8
- Views: 4257
- Wed Feb 04, 2009 11:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: exporting project from a routine
- Replies: 2
- Views: 1134
- Wed Feb 04, 2009 10:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: insert autoincremental ID coming from a file on a table
- Replies: 7
- Views: 1616
- Wed Feb 04, 2009 10:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Slow execution when using UNION in the OCI Stage
- Replies: 4
- Views: 1415
In sqlplus it takes 10 minutes to get the complete result set or to start returning records? Two completely different things. What are your OCI settings - array size, transaction isolation, etc? Are you connecting as the same user, sqlplus versus DataStage? ps. That's not a valid hint, it requires a...
- Wed Feb 04, 2009 10:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I put arguments in a dynamic array?
- Replies: 8
- Views: 2650
OK, let's say your arg list was passed in as a pipe delimited string rather than individual values:
The syntax for all available functions are in the online help.
Code: Select all
for i=1 to NbArgument
ParamValues<i> = Field(ArgString,"|",i,1)
Next i - Wed Feb 04, 2009 9:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DB2_UDB_Enterprise - Warning- unable to chdir
- Replies: 8
- Views: 4257
- Wed Feb 04, 2009 9:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I put arguments in a dynamic array?
- Replies: 8
- Views: 2650
- Wed Feb 04, 2009 9:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: insert autoincremental ID coming from a file on a table
- Replies: 7
- Views: 1616