Search found 5168 matches
- Sun Dec 17, 2006 3:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: APT_CombinedOperatorController Error
- Replies: 2
- Views: 1105
- Sun Dec 17, 2006 2:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reading sequential file as a single field
- Replies: 14
- Views: 3485
- Sun Dec 17, 2006 2:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding date transformtions
- Replies: 19
- Views: 4750
Try this
Code: Select all
Oconv(Iconv(DSLink3.HIREDATE,"D-DMY[,A,]"),"D/YMD[A,]")- Fri Dec 15, 2006 4:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Maximum length in a column in Sequential stage in PX
- Replies: 2
- Views: 841
- Fri Dec 15, 2006 4:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Not enough storage is available in the "QUERY_HEAP"
- Replies: 6
- Views: 2964
- Fri Dec 15, 2006 3:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Save doublon
- Replies: 22
- Views: 5972
- Fri Dec 15, 2006 3:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Active stage custom exp job staus (0,1,2,3) refer to?
- Replies: 5
- Views: 1531
You mean JobActivity? Equ DSJS.RUNNING To 0 ;* This is the only status that means the job is actually running Equ DSJS.RUNOK To 1 ;* Job finished a normal run with no warnings Equ DSJS.RUNWARN To 2 ;* Job finished a normal run with warnings Equ DSJS.RUNFAILED To 3 ;* Job finished a normal run with a...
- Fri Dec 15, 2006 3:39 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to get rid of warning trigger
- Replies: 10
- Views: 3074
- Fri Dec 15, 2006 12:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: reading sequential file as a single field
- Replies: 14
- Views: 3485
- Fri Dec 15, 2006 12:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: is separete ceritifcation for server and parellel?
- Replies: 4
- Views: 1479
- Thu Dec 14, 2006 9:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to get rid of warning trigger
- Replies: 10
- Views: 3074
- Thu Dec 14, 2006 9:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SAP APO
- Replies: 6
- Views: 1768
- Thu Dec 14, 2006 9:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: loading as per date value
- Replies: 9
- Views: 2358
As mentioned by Whale, read it as single varchar field, parse it in a transformer. Check for "generation date:" and store the date into a stage variable, and populate this variable in 4th column until you get a records with "generation date:". The 5th can be populated with SYSDATE or Date() in datas...
- Thu Dec 14, 2006 9:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: PX Job Hangs
- Replies: 5
- Views: 1368
The status might be showing as running. But have you checked the output for that job, was the target table been populated. There might be a chance where the status might not be shown with the updated information. Or probably you noticed, the node 6 might have got some problem by the time when the jo...
- Wed Dec 13, 2006 9:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clear Log of Multiple Instance jobs
- Replies: 8
- Views: 2290
But the log records are accumulated under main job only. The 300 instance are just the representation of it.without loosing the log records that is under the main job
You may use something like
Code: Select all
DELETE RT_LOGnnn where EVAL "@ID" NOT LIKE '//%'