SNA NRJE User/Programmer Reference Manual (30292-90006)

110 Chapter4
Job Output
Job Output Handling
Table 4-2 describes the relationship between the control codes and the
operation performed on printer devices by each code.
NOTE
HP line printers interpret channel skipping control codes (%300–%313)
differently from one another. You can redefine channel skipping control
codes using environment files containing VFCs.
See the SNA Link Services Reference Manual, the SNA NRJE Node
Manager’s Guide, and the HP 2608S Line Printer Reference.
Table 4-2 SNA and HP 3000 Printer Carriage Control Codes
SNA Character String HP 3000 Control Code and Function
Set Vertical Format (SVF) No operation.
! 2B ... Multiple 2B characters may be sent in the string.
Vertical Channel Skip (VCS) %3
nn
! 04 ...
nn
=the number of 04 characters received contiguously (0<=
nn
<=13). Causes
nn
vertical channel skips.
New Line (NL) %201
! 15
Space one line.
Required New Line (RNL) %201
! 06
Space one line.
Carriage Return (CR) %53
! 0D
No space; return to 1.
Carriage Return/New Line
(CR NL)
%201
0D15
Space one line.
Carriage Return/Form Feed
(CR FF
%61
0D0C
Form feed.
Carriage Return/Vertical
Channel Skip (CR VCS)
%3
nn
0D04
nn=the number of 04 characters received contiguously (0<=
nn
<=13). Causes
nn
vertical channel skips.
Form Feed (FF) %61
! 0C
Form feed.
Backspace (BS) No operation.
! 16