Printing output messages

To print output messages, you must provide the horizontal and vertical control characters that are necessary to format your output messages.

To print your output at a printer terminal, include these control characters where necessary within the text of the message:
X'05'
Skip to the tab stop, but stay on the same line.
X'15'
Start a new line at the left margin.
X'25'
Skip to a new line, but stay at the same place horizontally.

If you want to skip multiple lines, you can start a new line (X'15'), then skip as many lines as necessary (X'25').