Description |
 |
The ABORT3270 intrinsic aborts an outstanding no-wait RECV3270 or TRAN3270 request. Do not call ABORT3270 from SNA IMF programs that use standard MPE V
and MPE XL I/O; call it only from programs that use no-wait I/O.
If no I/O requests are outstanding, the result parameter will return zero.
COBOL II Calling Sequence
CALL "CABORT3270" USING TERMINALID RESULT. (on MPE V and in compatibility mode on MPE XL)
CALL INTRINSIC "ABORT3270" USING TERMINALID RESULT. (in native mode on MPE XL)
Both parameters are numeric data items.
CALL ABORT3270 (TERMINALID, RESULT)
Both parameters are integer variables.
ABORT3270 (TERMINALID, RESULT)
Both parameters are integer variables.
ABORT3270 (TERMINALID, RESULT);
Both parameters are short integer variables.
ABORT3270 (&TERMINALID, &RESULT);
Both parameters are of type short.