LESATLARGE
Programmer
I've created and Rexx exec in batch.One of the lines of code is:
"PULL DATAIN" (quotes are not in the code itself);
The next line of code is "LLL =LENGTH(DATAIN)"; The next line of code is say "LENGTH OF DATAIN ===>>" = LLL for a display line in the JCL. The display is "LENGTH DATAIN ===>> 508". Although I know the record length is actually longer because when I go into TSO it will give me the column I'm at when looking at key data. Any ideas why?
Note: This a "LOAD" module which restricts a standard read.
"PULL DATAIN" (quotes are not in the code itself);
The next line of code is "LLL =LENGTH(DATAIN)"; The next line of code is say "LENGTH OF DATAIN ===>>" = LLL for a display line in the JCL. The display is "LENGTH DATAIN ===>> 508". Although I know the record length is actually longer because when I go into TSO it will give me the column I'm at when looking at key data. Any ideas why?
Note: This a "LOAD" module which restricts a standard read.