X25AM Programming Manual

Procedures Summary for X25AM
X25AM Programming Manual527201-001
A-3
SETMODE 9
SETMODE 9
Set the interrupt characters for ITI. ITI looks for these characters, includes some of
them in the data buffer that will be transferred to the application, and may send a
control sequence to the terminal. SETMODE 9 is accepted but not used when the
terminal is in page mode. It does not become effective when the terminal mode is
changed to conversation mode.
SETMODE 10
Set ITI parity checking of data coming from the PAD. SETMODE 10 is accepted but not
used when the terminal is in page mode. It becomes effective when the terminal mode
is changed to conversation mode.
SETMODE 11
Set break ownership file access mode when BREAK signal is received.
param1
0 = conversation mode (default)
1 = page mode
param2
0-15 = Number of operation retries for the page-mode
terminal error counters 1 and 2 (Default is 3 retries).
CALL SETMODE (filenum, function, param1)
filenum = file number
function = 9
param1 <0:7> = Character 1 (default = Backspace)
<8:15> = Character 2 (default = Line Cancel)
param2 <0:7> = Character 3 (default = Carriage Return)
<8:15> = Character 4 (default = End-Of-File)
CALL SETMODE (filenum, function, param1)
filenum = file number
function = 10
param1.<15>
0 = No parity checking (default).
1 = Parity checking according to parity set by
SETMODE 24 or X25AM macro modifier
PARITY. If PARITY or SETMODE 24 = NONE,
then no parity checking is done.
filenum = file number
function = 11
param1 0 = disable break (default)