Search found 6797 matches
- Wed Apr 11, 2007 7:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential processing of Files
- Replies: 43
- Views: 11926
- Wed Apr 11, 2007 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to pass coloumn value as a target file name
- Replies: 2
- Views: 813
- Wed Apr 11, 2007 7:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling C program from DataStage Job
- Replies: 16
- Views: 6469
- Wed Apr 11, 2007 7:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sybase stored procedure
- Replies: 1
- Views: 579
15 in one. Not a good idea. Keep them seperate. If you really want to get fancy, execute them within a script, create 15 flat files that will contain the result of these stored procs. You can then read these file from within datastage. Now that I have explained that, it doesnt seem very fancy anymore.
- Tue Apr 10, 2007 7:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to generate sequence number in Parallel Job
- Replies: 8
- Views: 2429
- Tue Apr 10, 2007 7:06 pm
- Forum: General
- Topic: Convert to day of week using date field, like MOn, Tue , Wed
- Replies: 4
- Views: 1401
Change the default timestamp as I advised. Use the TimestampToString() function to change to string and then do
Code: Select all
FIELD(date, "-", 2, 1)
This will give you the day
- Tue Apr 10, 2007 4:11 pm
- Forum: General
- Topic: Convert to day of week using date field, like MOn, Tue , Wed
- Replies: 4
- Views: 1401
- Tue Apr 10, 2007 11:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rejects
- Replies: 6
- Views: 1651
- Tue Apr 10, 2007 10:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rejects
- Replies: 6
- Views: 1651
You have two ways. One way is to sort on the keys, do the group change dance using stage variables and flag them. Constraint on the flag for both the target database stream and the reject stream. Second way is to load to a hashed file keyed on the two keys. Before loading it reference the same hashe...
- Tue Apr 10, 2007 10:36 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Exec Command Stage Output
- Replies: 9
- Views: 2336
- Tue Apr 10, 2007 10:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rejects
- Replies: 6
- Views: 1651
- Tue Apr 10, 2007 10:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle date formats
- Replies: 8
- Views: 2820
- Tue Apr 10, 2007 10:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error
- Replies: 3
- Views: 883
- Tue Apr 10, 2007 10:08 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Exec Command Stage Output
- Replies: 9
- Views: 2336
- Tue Apr 10, 2007 9:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage vs COBOL
- Replies: 12
- Views: 5590