X25AM Programming Manual
Procedures Summary for X25AM
X25AM Programming Manual—527201-001
A-6
SETMODE 24
SETMODE 24
Set ITI data parity generation for data going to the PAD. This depends on the network
parity requirement.
SETMODE 27
Set spacing. SETMODE 27 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 28
Reset the parameter values set by the SETMODE and SETPARAM procedure to the
values configured for the subdevice.
SETMODE 30
Set the NOWAIT completion order for file-system operations.
CALL SETMODE (filenum, function, param1)
filenum = file number
function = 24
param1.<14:15>
0 = Parity odd
1 = Parity even
2 = Parity none (default)
CALL SETMODE (filenum, function, param1)
filenum = file number
function = 27
param1.<15>
0 = postspacing (default)
1 = prespacing
CALL SETMODE (filenum, function)
filenum = file number
function = 28
CALL SETMODE (filenum, operation, param1)
filenum = file number
operation = 30
param1 0 = READ, WRITE, and WRITEREAD requests complete
in the same order that they are issued. They are not
processed in the same order that they are issued.
1 = READ, WRITE, and WRITEREAD requests complete
in any order. The AWAITIO tags are required.