Search found 15603 matches
- Tue Dec 05, 2006 10:12 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversion
- Replies: 8
- Views: 3113
- Tue Dec 05, 2006 8:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Number of Source files in DataStage PX
- Replies: 2
- Views: 1012
- Tue Dec 05, 2006 8:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I load this ""DSU_BP.O/DSU.ExecuteSQL"
- Replies: 10
- Views: 3585
- Tue Dec 05, 2006 8:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job scheduling process
- Replies: 6
- Views: 1315
- Tue Dec 05, 2006 8:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Before/After SubRoutine
- Replies: 5
- Views: 2480
- Tue Dec 05, 2006 8:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I load this ""DSU_BP.O/DSU.ExecuteSQL"
- Replies: 10
- Views: 3585
- Tue Dec 05, 2006 7:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WHAT IS THE USE OF CONTAINS TERMINATORS IN SEQUENTIAL STAGE
- Replies: 7
- Views: 3633
DataStage uses the terminator to find the end of the line/record. If a terminator is found in any but the last column it will know that it is part of the data. But the last column cannot contain a terminator in addition to the "real" terminator because DataStage has no way of determing what type it ...
- Tue Dec 05, 2006 7:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Conversion String to Number
- Replies: 1
- Views: 684
Take a look at this thread for dynamic evaluation using EVAL in Basic. It is rather roundabout and inefficient but will work.
- Tue Dec 05, 2006 7:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How can I load this ""DSU_BP.O/DSU.ExecuteSQL"
- Replies: 10
- Views: 3585
- Tue Dec 05, 2006 5:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import a table definition using a command line utility
- Replies: 4
- Views: 1266
- Tue Dec 05, 2006 5:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job scheduling process
- Replies: 6
- Views: 1315
- Mon Dec 04, 2006 5:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Maximum performance available in DS server for a lookup
- Replies: 10
- Views: 2974
I think 5 rows per seconds is very good.... Some server jobs where I currently am do 30,000 rows per second, PX jobs can do in excess of 60,000 rps {given a very big DataStage server and an even bigger DB2 server}. If you are working with a database, try to see what speed you can get with the faste...
- Mon Dec 04, 2006 2:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Remove account - after project corruption
- Replies: 1
- Views: 739
This subject came up in a thread just a couple of weeks ago, you can search for it if you wish. If directory is corrupted but still exists, you can try to copy the VOC file from another project into the directory and then immediately delete the project - it will be unusable with an invalid VOC file ...
- Mon Dec 04, 2006 2:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UNABLE TO OPEN Hash file
- Replies: 1
- Views: 861
- Sat Dec 02, 2006 7:05 am
- Forum: General
- Topic: Parameter details for a running job using routine
- Replies: 2
- Views: 1546
The routine that you are going to write will contain a couple of key calls that you can look up in the DataStage BASIC Programmer's guide , namely: DSAttachJob() - to attach to the job you wish to get information about DSGetParamInfo() - to get the parameter information for that job run DSDetachJob(...