Search found 42189 matches
- Tue Jan 15, 2013 8:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage slapping value -05:00 automatically while loading
- Replies: 11
- Views: 2679
- Tue Jan 15, 2013 8:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: loss of performance for Loading Oracle
- Replies: 3
- Views: 1088
- Tue Jan 15, 2013 8:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate Id's based on the key field
- Replies: 4
- Views: 1690
- Tue Jan 15, 2013 8:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Force a warning depending on Procedure Execution Result
- Replies: 6
- Views: 1563
- Tue Jan 15, 2013 8:25 am
- Forum: General
- Topic: DSParam and DSEnv file
- Replies: 3
- Views: 2905
- Tue Jan 15, 2013 1:00 am
- Forum: General
- Topic: Looping in Sequencer
- Replies: 5
- Views: 1829
- Mon Jan 14, 2013 11:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job aborts if composite key columns are passed as a parametr
- Replies: 7
- Views: 4345
- Mon Jan 14, 2013 11:23 pm
- Forum: General
- Topic: Looping in Sequencer
- Replies: 5
- Views: 1829
- Mon Jan 14, 2013 5:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove special characters from XML file
- Replies: 8
- Views: 3395
- Mon Jan 14, 2013 8:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate Id's based on the key field
- Replies: 4
- Views: 1690
I'm guessing your example posted is not representative of the actual data, if it was you'd just use the BENEFIT to number the ENTITY_ID. Meaning there'd be no reason to generate or increment anything. However... Use a Sort stage to get the data into the proper order and have it generate a Key Change...
- Mon Jan 14, 2013 12:06 am
- Forum: General
- Topic: Delete job logs while retaining most recent run
- Replies: 2
- Views: 808
Re: Delete job logs while retaining most recent run
ON the subject of deleting old job logs in the &PH& directory. The problem is the files in the "phantom" &PH& directory are not the job logs. They are files used to communicate the status of the background processes that all jobs run as. That's why the recommendation is to...
- Sun Jan 13, 2013 11:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abnormal termination of stage ..for any server job on DS 8.5
- Replies: 5
- Views: 6398
- Sun Jan 13, 2013 9:12 am
- Forum: General
- Topic: Not able to open Datastage log
- Replies: 2
- Views: 1146
- Sat Jan 12, 2013 2:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Division by Zero
- Replies: 4
- Views: 1618
- Sat Jan 12, 2013 8:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Packed decimal CFF Stage
- Replies: 6
- Views: 2162
You're outputing 'decimal' fields to the flat file, I assume. From what I recall, those are written in binary and the DataStage options you are using to display them are aware of that and convert them for you when they display the fields. The raw file viewed 'in UNIX' will not be able to display the...