Search found 452 matches

by vivekgadwal
Wed Sep 26, 2007 8:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with Occurs in .cfd files using CFF stage
Replies: 14
Views: 6030

Welcome aboard. If you read the manual or on-line help, you will learn that the CFF stage at this release does not support OCCURS DEPENDING ON or OCCURS INDEXED BY. I also note in your FD that the field PART-INDEX is not mentioned. Presumably it occurs later and you omitted to show it. Can you have...
by vivekgadwal
Tue Sep 25, 2007 5:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dealing with Occurs in .cfd files using CFF stage
Replies: 14
Views: 6030

Dealing with Occurs in .cfd files using CFF stage

Hello, I have COBOL Records with occurs in them. I have COBOL record like this: 05 RECORD-03 REDEFINES RECORD-BODY. 10 03-REPL-PARTS OCCURS 06 TIMES INDEXED BY PART-INDEX. 15 03-REPL-PART PIC X(20). 15 03-REPL-PART-QTY PIC 9(02). .......so on. In this way, I have three more records with occurs in th...