Hi,
Welcome Aboard :D !!!
Try with '\t'.
Search found 5168 matches
- Tue Feb 20, 2007 1:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Specifying Tab Delimiter Symbol in DCOUNT()
- Replies: 5
- Views: 1381
- Tue Feb 20, 2007 12:40 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle 9i plug in: Problem in using 'User defined query'
- Replies: 10
- Views: 3534
- Tue Feb 20, 2007 12:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extra columns appearing, even when not being directed there.
- Replies: 4
- Views: 1952
- Mon Feb 19, 2007 10:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Extra columns appearing, even when not being directed there.
- Replies: 4
- Views: 1952
- Mon Feb 19, 2007 9:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open sequences in Job Sequence
- Replies: 4
- Views: 806
- Mon Feb 19, 2007 8:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: concern about REMOVE DUPLICATE STAGE..............
- Replies: 15
- Views: 23077
- Mon Feb 19, 2007 8:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Write to dataset failed: Broken pipe
- Replies: 4
- Views: 3678
You log shows that, input stage EXPIDENTIAL_CALC consumed 13822 records. But BPBB_CABLE_RAW_CLEAN_csv Output produced 55334 records. Though its an virtual dataset, are you letting it to an test sequential file or something. Since the error came up after 13822th record, check the next comming records...
- Mon Feb 19, 2007 8:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Naming a sequential file
- Replies: 42
- Views: 5794
- Mon Feb 19, 2007 8:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Naming a sequential file
- Replies: 42
- Views: 5794
Hi Yashwin, Ray has already provided a solution. You can get the access by subscribing to Premium content. And so you can help DsXchange to help to help you. An alternate solution, use it in the after job subroutine. mv Emp Emp`date +%m%d%y`.txt. Where the job will write the file with filename as Emp.
- Mon Feb 19, 2007 7:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Write to dataset failed: Broken pipe
- Replies: 4
- Views: 3678
- Mon Feb 19, 2007 7:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SQL Query
- Replies: 4
- Views: 1180
- Mon Feb 19, 2007 7:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Link Collector - Union
- Replies: 12
- Views: 2966
- Mon Feb 19, 2007 5:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Link Collector - Union
- Replies: 12
- Views: 2966
- Mon Feb 19, 2007 5:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Assigning Env Variable value to a column in PX transformer
- Replies: 14
- Views: 5466
- Mon Feb 19, 2007 5:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DataSets can't handle float properly
- Replies: 10
- Views: 2523
As mentioned, if Ultramundane also getting the same effect, it could be a bug. But once I face similar kind of issue with CFF stage and reported to support, but later we found that the place where we looking for the input value is modified when it is actually given to Datastage. If possible try to c...