JCL Flat File

How to create flat file thru JCL? Explain with Coding.

Questions by Ragup9

Showing Answers 1 - 3 of 3 Answers

To create PS file.

// job card
// s-1 exec pgm=IEFBR14
// I1 dd dsn=x.y.z,disp=(new,catalog,delete),space=(trks,(10,10),rlse),dcb=(lrecl=80,
    blksize=800,recfm=f,dsorg=ps),unit=tape,vol=ser=001
/*

Note: If any mistake please modify.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions