View previous topic :: View next topic |
Author |
Message |
nadh Intermediate
Joined: 08 Oct 2004 Posts: 192 Topics: 89
|
Posted: Wed Feb 16, 2005 9:47 am Post subject: Recording mode F |
|
|
Hi,
I have the below definition.
01 var1
02 a pic x(62)
02 b z9(09 ) blank when zeros.
02 c pic x(8 )
The total length is 80. In jcl if i specify lrecl=80 the job is abending stating that lrecl should be 81. if i change to 81 in jcl it is working fine. But why it is doing like that i'm not getting. I used in fd recording mode is F. it is expecting actual length in pgm. plus 1 size for lrecl.
Pls. clarify.
Thanks in advance
nadh |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|