TomLiotta
7555 pts. | Oct 20 2009 7:20AM GMT
A little more clarification…? Why only the last page? AFAIK, there is no JUSTIFY statement in COBOL; there is JUSTIFIED [RIGHT] attribute of a data element for right-justification of output. That would obviously affect every page unless you used a different format for all other pages.
Tom
Tm2009
30 pts. | Oct 20 2009 12:12PM GMT
I know it is a little odd, but I can give you a little more information on why only the last page.
We have a job that process this data, which comes from an outside company. Somehow the data format was changed by the outside company for reasons we don’t know. Only the last page of each file was reformatted, now we need to change our program to comply with the new format.
Last page format should be:
PAGE: 160 OF 160 (the last digit should always be in column 68)
The DATASET LRECL IS 133
I hope this helps.
Tm2009
30 pts. | Oct 20 2009 12:19PM GMT
Example:
PAGE: 160 OF (space) (space) 160(the last digit should always be in position68)






