Search found 21 matches

by sathyak098
Tue Jun 11, 2013 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Length mismatch
Replies: 6
Views: 3406

Hi Ray,

These 2 records are coming in the middle and as I dont have column names in file, i set below propery as false.
by sathyak098
Tue Jun 11, 2013 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Length mismatch
Replies: 6
Views: 3406

Re: Length mismatch

Hi,
I'm using Len(input) function in transformer constraint
by sathyak098
Mon Jun 10, 2013 6:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Length mismatch
Replies: 6
Views: 3406

Length mismatch

Hi, My file has records of length 100 bytes and it is fixed width. I need to reject record if it does not have actul length. In transformer constraint, Im checking the length of the record. If it equals to 100, then sending to target, else sending to reject file. I have 2 records which is having len...
by sathyak098
Thu May 23, 2013 6:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deleteting records which are loaded at particular time
Replies: 5
Views: 2206

Re: deleteting records which are loaded at particular time

apart from primary columns,we have audit columns such as Create date, last update date
by sathyak098
Thu May 23, 2013 6:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deleteting records which are loaded at particular time
Replies: 5
Views: 2206

deleteting records which are loaded at particular time

Hi experts, Need help on achieving restart procedure. My target table will get updated on hourly basis. approx. 17 times perday. if my job gets abort in middle of running, I want to delete all the records which are inserted on this particular load and rerun the job. that is, - it should not affect t...
by sathyak098
Tue May 14, 2013 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To add sequnce number in detail record
Replies: 1
Views: 898

To add sequnce number in detail record

Hi all, I need help on achieveing below logic. My file is having multiple header and detail & trailer. I'm having header file with sequence number. I need add that sequence number to its corresponding detail & trailer untill i find the new header. I have given sample input and output below. ...