Currently the code is write print-record from hold-area after top-of-page (using C01 statement).
Is it possible to use a variable for the advancing? I am doing this successfully with line numbers.
Basically, will this work the same as the following
move top-of- page to line-skip
write print-record after line-skip
write print-record after line-skip
write print-record after top-of-page
Also what should the line-skip variable be assigned as. I have as the following currently
01 line-skip pic s9(07) comp-3 value +1.