Technical data

Setting Up and Managing TELNETSYM
23.6 Solving TELNETSYM Problems
2. This example shows how to determine the value of the TCPIP$TELNETSYM_
SUPPRESS_FORM FEEDS logical if you want level 1 form feed suppression
at job completion time only. The value of the logical is determined by the
following bit settings:
63 <----- unused -----> 6|54|32|1|0
_____________________________________
| XXXXXXXXXXXXXXXXXXXXXXXX|ll|XX|s|c|
-------------------------------------
01 00 0 1 --->---> binary 010001
^^ ^ ^
|||
01 is binary for decimal ----+ +-+--<-- set only the comp. bit
1 is level 1
The binary value for level 1 form feed suppression at job completion time only
is 010001 (hexadecimal 11 or decimal 17). Because the value of the logical is
a decimal value, you define it as follows:
$ DEFINE/SYSTEM TCPIP$TELNETSYM_SUPPRESS_FORM FEEDS 17
23.6.4.2 Buffer Dumps
TELNETSYM logs control characters and nonprinting characters by preceding
the hexadecimal value of the byte with a backslash. For example, the following
sequence:
Carriage Control
Form Feed
Carriage Control
Line Feed
Tab
the text "Use Your Screen Saver to Conserve Energy."
Carriage Return
Line Feed
is logged as:
\0D\0C\0D\0A\09Use Your Screen Saver to Conserve Energy.\0D\0A
The ‘‘do binary, will binary’’ sequence starting off a /PASSALL job appears as:
\FF\FD\00\FF\FB\00
23–10 Setting Up and Managing TELNETSYM