Joined: 29 May 2008 Posts: 5 Location: Pune, India.
What is the difference between
DCL OVDRPT FILE
OUTPUT
RECORD
ENV(FB RECSIZE(132) TOTAL);
and
DCL OVDRPT FILE
OUTPUT
RECORD
ENV(FB RECSIZE(132));
???
I was working through a program and when the definition of the file contained TOTAL in it it was giving me a U208 error and when the 'TOTAL' was removed from the file definition the module was getting compiled properly, please look into the attachment for further details.
Joined: 29 May 2008 Posts: 5 Location: Pune, India.
Hi enrico-sorichetti,
I didnt get the format from any manual, We use it in work for file definitions generally. I saw many links where this kind of file definitions were used, please look into the below link: