Search found 1 match

by gv.subash
Mon Nov 26, 2018 11:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create COBOL file with OCCURS clause?
Replies: 5
Views: 2761

How to create COBOL file with OCCURS clause?

Hi, I need to convert .csv file data to COBOL copybook format. I designed different jobs for header, detail and the trailer, and one other job to combine all these. But, I have a scenario where there is an OCCURS clause (occurs 70 times). How to pass data in such scenario? For example: Name, ID, Add...