|
|
| Author |
Message |
arunvenu
New User
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. |
|
| Back to top |
|
 |
References
|
Posted: Mon Jun 02, 2008 4:19 pm Post subject: Re: File Definition in PL/I |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2565 Location: italy
|
|
|
|
| Quote: |
| ENV(FB RECSIZE(132) TOTAL); |
could You please tell me in what manual You found that format for the ENV
attribute
I searched but nowhere in the pl/1 reference/guide manual I founf the keyword TOTAL |
|
| Back to top |
|
 |
arunvenu
New User
Joined: 29 May 2008 Posts: 5 Location: Pune, India.
|
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2565 Location: italy
|
|
|
|
If You want help to find an explanation we must agree on a common base...
for me the common base are the manuals for the pl/i release You are using...
once upon a time but the docs seem to be lost TOTAL was allowed,
IBM has an apar dated 2002 pointing to a VISUALAGE issue, but that' all
it looks like You are migrating from an old PL/i that supported or at least ignored the specification..
please post the compiler messages You got when specifying the TOTAL attribute |
|
| Back to top |
|
 |
arunvenu
New User
Joined: 29 May 2008 Posts: 5 Location: Pune, India.
|
|
|
|
Hi enrico,
Please see the attachment for the compiler messages. |
|
| Back to top |
|
 |
|
|