TomLiotta
15435 pts. | Nov 10 2009 1:25AM GMT
It depends on the printer file. Without seeing the printer file definition of the print line identified as HIPR01R-RECORD, there’s no way to know. (AFTER ADVANCING 1 LINE would be the default behavior.)
How many record formats are defined? Is the printer file externally described?
Tom
TomLiotta
15435 pts. | Nov 27 2009 8:45AM GMT
BTW, if you have this line:
MOVE PRINTER-LINE TO HIPR01R-RECORD.
…then this line:
WRITE HIPR01R-RECORD FROM PRINTER-LINE
…should only need to be:
WRITE HIPR01R-RECORD
You don’t need the FROM if you’ve already done the MOVE. Also, if you do use the FROM, then you don’t need the MOVE. Use one or the other rather than using both.
Tom






