Records with size > than 65000 writing to CSV, How to Spl

Hi All,

I have read the forum but could not find topics related to splitting an record >65000 records getting written into an CSV file.

I have an PS Flat file dataset which could be with the size of >65000 records. But, when it is, i have to split the record into different PS Flat files and also generate their names too using Natural. is it possible?

Gourav Nema

This is fairly simple if you can predefine all the output files in your JCL. Use DEFINE WORK FILE to change the DDNAME during execution.

Generating file names and creating CSV files is much simpler on the Open Systems platforms.