Page 3 of 3

Re: Need Advice How to Increase FD layout to Existing Progra

PostPosted: Tue Dec 11, 2012 12:54 am
by dick scherrer
Hello,

I understand your point in why do I have to initialize the field when there is no field to initialize as the file hasn't been created
Ah, i believe there is still considerable misunderstanding. . .

The point of not trying to initialize the input data area is that when a read is done, the data content from the record will be placed in that data area and any "initial values" will be overwritten and no longer available.

Opening a new sequential file as output (and writing some record(s) to it) will "create" that file - in coordination with what has been specified in the JCL.

Re: Need Advice How to Increase FD layout to Existing Progra

PostPosted: Tue Dec 11, 2012 1:22 am
by crazycobol
thank you...i'll give it a try :)