TN3270 Server Manual

ITI Communication Protocol
TN3270 Server Manual424097-001
6-15
CONTROL Operations
CONTROL Operations
CONTROL operations perform device-dependent I/O operations. The CONTROL 11
and 12 procedures are used for session management. CONTROL 11 is used to wait for a
session to be established. CONTROL 12 disconnects a session.
filenumber
INT:value
is a number of an open file, identifying the file to which the CONTROL procedure
performs an I/O operation.
operation
INT:value
is either 11 (wait for session establishment) or 12 (disconnect the session).
parameter
INT:value
is the value of an operation being performed. (The Guardian TN3270 Server ignores
the argument when nothing is defined).
tag
INT(32):value
is a value that you specify which uniquely defines the operation associated with this
CONTROL operation. tag applies to nowait I/O operations only.
CALL CONTROL (filenumber, operation, parameter [, tag ])