SET BRFACILITY
Release a virtual terminal (bridge facility) used by the 3270 bridge mechanism.
Syntax
Activate security checks on commands by specifying the XCMD system initialization parameter and by ensuring that command security checking is active for the transaction (either by specifying CMDSEC(YES) on the TRANSACTION resource definition or by specifying ALWAYS on the CMDSEC system initialization parameter).
Conditions: NOTAUTH, NOTFOUND
NOHANDLE, RESP, and
RESP2 are common options that can be added to all EXEC CICS
commands to process error conditions. They are not explicitly included in the command syntax diagram
and option descriptions. For information about these common options and EXEC CICS
command syntax, see EXEC CICS command format and programming considerations. For more information
about the use of CVDAs, see CICS-value data areas (CVDAs).
Description
The SET BRFACILITY command allows you to request deletion of the virtual terminal (bridge facility) used by the 3270 bridge mechanism.
If a transaction is currently running, the bridge facility will be deleted at the end of the transaction. If the bridge facility is currently AVAILABLE, the facility will be deleted at the next garbage clearance.
When a bridge facility is released, the delete function of the XFAINTU global user exit is driven.
Options
- BRFACILITY((data-value)
- specifies the 8-byte facility token of the bridge facility.
- TERMSTATUS(cvda)
- specifies
that the bridge facility should be marked for deletion.
- RELEASED
- The bridge facility is to be deleted.
Conditions
- NOTAUTH
- RESP2 values:
- 100
- The user associated with the issuing task is not authorized to use this command.
- NOTFOUND
- RESP2 values:
- 1
- The specified bridge facility could not be found.
