Search found 53125 matches
- Mon Jan 21, 2008 1:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get sequence name from DS_JOBS?
- Replies: 3
- Views: 1291
DS_JOBS has a job type indicator that can be used to filter by job type. This has been shown before; a Search will find it. There is a recent (currently active?) thread on getting the job list from a sequence. Are you interested in design time (all the job activities in the job sequence) or run time...
- Mon Jan 21, 2008 1:40 am
- Forum: General
- Topic: Get list of job names in a sequence in command line
- Replies: 10
- Views: 7406
- Sun Jan 20, 2008 11:29 am
- Forum: General
- Topic: Get list of job names in a sequence in command line
- Replies: 10
- Views: 7406
- Sun Jan 20, 2008 11:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to start and stop DS Engine on Windows
- Replies: 3
- Views: 1463
- Sun Jan 20, 2008 11:16 am
- Forum: IBM QualityStage
- Topic: Record Investigation
- Replies: 1
- Views: 960
How Can We Categorize the records on the source file for Investigation. I am not certain what you mean by "categorize". Can you please explain in some other way? The dictionary specifies the layout of the record, and may have any kind of synonym you need. There are also three different kinds of inv...
- Sat Jan 19, 2008 12:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xformer partition
- Replies: 3
- Views: 946
- Sat Jan 19, 2008 5:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Preserve the value of a particular field in transformer
- Replies: 7
- Views: 1495
The most efficient is just to keep passing POST_DATE along all the links until you don't need it any more. You can do whatever you like in a parallel routine, provided that you can encapsulate it all in C++. For example, you could use the functions of the ODBC API. (This is NOT a part of DataStage, ...
- Sat Jan 19, 2008 5:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Any Function to get oracle Error Description in DataStage
- Replies: 2
- Views: 1054
- Sat Jan 19, 2008 1:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: xformer partition
- Replies: 3
- Views: 946
- Sat Jan 19, 2008 1:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove dulpicate
- Replies: 7
- Views: 1481
- Sat Jan 19, 2008 1:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DsRoutines
- Replies: 3
- Views: 1130
Using a routine is going to be WAY too slow. However, the answer to your actual question is that what is returned is the entire output of the command - you have to isolate the field (line) in which your result is displayed, for example Field(Output,@FM,3,1) or simply Output<3>. The SQL could include...
- Fri Jan 18, 2008 9:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error - not enough space. help me
- Replies: 1
- Views: 1116
- Fri Jan 18, 2008 7:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Dynamically Setting Environment variables
- Replies: 6
- Views: 2532
- Fri Jan 18, 2008 7:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Running job through command line for parameter sets
- Replies: 4
- Views: 1026
- Fri Jan 18, 2008 7:09 pm
- Forum: General
- Topic: Get list of job names in a sequence in command line
- Replies: 10
- Views: 7406
Of course it's been defined. It's basically the old MetaStage hub, with a few extra tables and a couple extra columns in some of the tables to identify a wider ranges of sources uniquely. However, the definition of the common Repository is not in the public domain. The database is open, in that you ...