Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (S)
Guardian Procedure Calls Reference Manual—522629-013
14-82
SETMODE Procedure
38 Terminal: Set special line-termination mode and character
param1 = 0 sets special line-termination mode. param2 is the new
line-termination character. The line-termination
character is not counted in the length of a read. No
system-supplied carriage return or line feed is issued at
the end of a read (see note on cursor movement
below).
= 1 sets special line-termination mode.
param2 is the new
line-termination interrupt character. The line-termination
character is counted in the length of a read. No system-
supplied carriage return or line feed is issued at the end
of a read (see note on cursor movement below).
38,
continued
= 2 resets special line-termination mode. The line-
termination interrupt character is restored to its
configured value.
param2 must be present but is not
used.
param2 = the new line-termination interrupt character (passed in
bits <8:15>) if
param1 = 0 or 1.
last-params if present, returns the current mode in last-params[0]
and the current line-termination interrupt character in
last-params [1].
Note:
Although the cursor typically will not move when 0 or 1 is specified for
param1, these options do not turn off ECHO. Therefore, if the termination
character is one which would normally cause cursor movement (such as a
LF or CR) and ECHO is enabled, cursor movement will occur.
SETMODEs 40-49 are reserved for the Exchange products. See the Exchange reference
manuals for details.
50 Enable/disable 3270 COPY
param1 = 0 suppress COPY
= 1 allow COPY
51 Get/set 3270 status
param1 status flags mask to set
param2 is not used with function 51
See the
Device-Specific Access Methods - AM3270/TR3271 manual for the flags
mask information.
Table 14-4. SETMODE Functions (page 15 of 34)
function Parameters and Effect