Search found 15603 matches
- Mon Feb 25, 2008 4:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with reading a EBCDIC Cobol file - Complex file stage
- Replies: 32
- Views: 10489
- Mon Feb 25, 2008 4:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with reading a EBCDIC Cobol file - Complex file stage
- Replies: 32
- Views: 10489
WMM_CROSS_RFRN_ACCT_NR is probably a COMP-3 field and the error means that your metadata doesn't match the data. There is no easy way to solve this, you need to match the metadata with the data column by column to find out where the difference occurs. Assume the OCCURS didn't work correctly as a sta...
- Mon Feb 25, 2008 3:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with reading a EBCDIC Cobol file - Complex file stage
- Replies: 32
- Views: 10489
- Mon Feb 25, 2008 3:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup File set v/s dataset
- Replies: 3
- Views: 1216
Functionality is the same, performance might be a little slower. I don't like using lookup filesets because you cannot "view data" on them during the development phase. Once you have a functioning job you can convert datasets to lookup filesets so that you can take advantage of the prebuilt indices.
- Mon Feb 25, 2008 3:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with reading a EBCDIC Cobol file - Complex file stage
- Replies: 32
- Views: 10489
- Mon Feb 25, 2008 3:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Invalid Julian day
- Replies: 13
- Views: 5536
try
Code: Select all
StringToDate(DSLink389.DT_CNTRCTL_MTY [1,4]:'-': DSLink389.DT_OPTN_BEG[5,2]:'-': DSLink389.DT_OPTN_BEG[7,2],'%yyyy-%mm-%dd')
- Mon Feb 25, 2008 3:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with reading a EBCDIC Cobol file - Complex file stage
- Replies: 32
- Views: 10489
- Mon Feb 25, 2008 3:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Id
- Replies: 4
- Views: 1209
- Mon Feb 25, 2008 3:10 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with reading a EBCDIC Cobol file - Complex file stage
- Replies: 32
- Views: 10489
Unfortunately this often ends up being an iterative process. With big copybooks I will delete all but the first 20 columns or so, replacing it with a big VarChar filler field then check with "view data" to see if the columns are parsed correctly. When that is fixed, I will make a copy of the origina...
- Mon Feb 25, 2008 2:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Issue with reading a EBCDIC Cobol file - Complex file stage
- Replies: 32
- Views: 10489
- Mon Feb 25, 2008 2:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequence Id
- Replies: 4
- Views: 1209
- Sun Feb 24, 2008 2:42 am
- Forum: IBM QualityStage
- Topic: QualityStage import problem
- Replies: 12
- Views: 4279
- Sat Feb 23, 2008 2:11 pm
- Forum: IBM QualityStage
- Topic: QualityStage import problem
- Replies: 12
- Views: 4279
- Fri Feb 22, 2008 10:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserting NULL records even after defining constraint
- Replies: 19
- Views: 3984
IsNull() won't work here (the 3rd time might be a charm)! Use as your constraint.
Code: Select all
Trim(In.Col)#''- Fri Feb 22, 2008 7:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in Hash file
- Replies: 12
- Views: 3003