Search found 15603 matches
- Wed Nov 24, 2010 7:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid/Error Data handling
- Replies: 1
- Views: 884
One output link per error, then funnel the errors together to one stream for the error log. This is a common approach. We have one job at this site with many columns and each column can have multiple errors, so with one input link to a transform stage we have at least 50 output links and this job ha...
- Wed Nov 24, 2010 7:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sum Timestamp value
- Replies: 5
- Views: 1370
- Wed Nov 24, 2010 4:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sftp ing the files and deleting files on remote server.
- Replies: 17
- Views: 11644
- Wed Nov 24, 2010 4:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ERROR: Undefined symbol: .DSOpenProjectEx
- Replies: 5
- Views: 2729
- Wed Nov 24, 2010 4:46 am
- Forum: General
- Topic: Data Stage Error on V 8.0.1
- Replies: 1
- Views: 1025
- Wed Nov 24, 2010 4:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sum Timestamp value
- Replies: 5
- Views: 1370
- Wed Nov 24, 2010 4:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup Stage - wI/O
- Replies: 15
- Views: 5848
If you have a lot of Varchar columns with bounded values where the actual contents don't consume a lot of that length (i.e. VarChar(128) where usually only 10 character are used), then you might save on I/O by making those column unbounded. Apart from that, writing to a Dataset is going to do nothin...
- Wed Nov 24, 2010 3:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: how to fetch the columns having multiple fields in a text fi
- Replies: 3
- Views: 1257
- Wed Nov 24, 2010 3:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Find Number of years between 2 dates.
- Replies: 11
- Views: 13750
- Wed Nov 24, 2010 3:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling Unix script in parallel from multiple jobs
- Replies: 4
- Views: 2641
- Wed Nov 24, 2010 3:36 am
- Forum: General
- Topic: Size Difference between AIX executables and SUN executables
- Replies: 3
- Views: 1502
- Wed Nov 24, 2010 3:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding CFF file....
- Replies: 4
- Views: 1383
No problem: cut and paste the following line
to your notepad and save it as "TESTFILE.COB". That is your CFF file for testing the COBOL FD
Code: Select all
HELLO123Code: Select all
01 TESTREC.
05 FIELD1 PIC X(5).
05 FIELD2 PIC 9(3).
- Wed Nov 24, 2010 3:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Records missing in the sequential file
- Replies: 15
- Views: 6954
Sequential files are 1 writer - N readers. You cannot have two processes write to the sequential file at the same time. When you do that, the process the closes the sequential file last will overwrite the other processes' information. This has nothing to do with server or PX technologies but is fund...
- Wed Nov 24, 2010 3:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sum Timestamp value
- Replies: 5
- Views: 1370
- Tue Nov 23, 2010 11:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sftp ing the files and deleting files on remote server.
- Replies: 17
- Views: 11644