ENDBROWSE ACTIVITY End a browse of the child activities of a BTS activity, or
of the descendant activities of a BTS process. Although this command appears in the Application Programming set
of topics, to use it you must specify the system programming (SP) parameter
in the EXEC statement of the translate step of your compile job. See Technote
1265081 for further information.
ENDBROWSE CONTAINER End a browse of the containers associated with a channel, or
with a BTS activity or process. Although this command appears in the Application Programming set
of topics, to use it you must specify the system programming (SP) parameter
in the EXEC statement of the translate step of your compile job. See Technote
1265081 for further information.
ENDBROWSE EVENT End a browse of the events known to a BTS activity.Although this command appears in the Application Programming set
of topics, to use it you must specify the system programming (SP) parameter
in the EXEC statement of the translate step of your compile job. See Technote
1265081 for further information.
ENDBROWSE PROCESS End a browse of processes of a specified type within the CICS
business transaction services system. Although this command appears in the Application Programming set
of topics, to use it you must specify the system programming (SP) parameter
in the EXEC statement of the translate step of your compile job. See Technote
1265081 for further information.
ENQ Schedule use of a resource by a task (enqueue).
GETNEXT ACTIVITY Browse the child activities of a BTS activity, or the descendant
activities of a BTS process. Although this command appears in the Application Programming set
of topics, to use it you must specify the system programming (SP) parameter
in the EXEC statement of the translate step of your compile job. See Technote
1265081 for further information.
GETNEXT CONTAINER Browse the containers associated with a channel, or with a
BTS activity or process. Although this command appears in the Application Programming set
of topics, to use it you must specify the system programming (SP) parameter
in the EXEC statement of the translate step of your compile job. See Technote
1265081 for further information.
GETNEXT EVENT Browse the events known to a BTS activity. Although this command appears in the Application Programming set
of topics, to use it you must specify the system programming (SP) parameter
in the EXEC statement of the translate step of your compile job. See Technote
1265081 for further information.
GETNEXT PROCESS Browse all processes of a specified type within the CICS business
transaction services system. Although this command appears in the Application Programming set
of topics, to use it you must specify the system programming (SP) parameter
in the EXEC statement of the translate step of your compile job. See Technote
1265081 for further information.
INQUIRE TIMER Retrieve the attributes of a BTS timer.
INVOKE WEBSERVICE
This command invokes a Web service from a CICS application.
The command specifies the name of a WEBSERVICE resource, which contains
information about the service to be invoked.
ISSUE ABEND Abend the mapped conversation with an APPC partner.
ISSUE ABORT End processing of a data set abnormally.
LINK Link to another program expecting return. The external CICS interface
(EXCI) provides a LINK command that performs all six commands of the
interface in one invocation. See the CICS External
Interfaces Guide for information about the EXCI.
LINK ACQPROCESS Execute a CICS business transaction services process synchronously
without context-switching.
LINK ACTIVITY Execute a CICS business transaction services activity synchronously
without context-switching.
LOAD Load a program from the CICS DFHRPL concatenation library into
main storage.
RECEIVE MAP MAPPINGDEV Receive screen input into an application data area, without
reference to the principal facility, if any. Terminal characteristics are
obtained from the MAPPINGDEV parameter. For
further information about BMS, see the CICS Application
Programming Guide.
RECEIVE PARTN Receive data from an 8775 terminal partition. This
command is only available on standard and full BMS. For further information
about BMS, see the CICS Application
Programming Guide.
RELEASE Release a loaded program, table, or mapset.
REMOVE SUBEVENT Remove a sub-event from a BTS composite event.
SEND CONTROL Send device controls to a terminal without map or text data.
The keywords are separated into those supported by minimum, standard, and
full BMS. For further information about BMS, see the CICS Application Programming Guide.
SEND MAP Send mapped output data to a terminal. The keywords are separated
into those supported by minimum, standard, and full BMS. For
further information about BMS, see the CICS Application
Programming Guide.
SEND TEXT Send data without mapping. The keywords are separated into
those supported by standard and full BMS. For
further information about BMS, see the CICS Application
Programming Guide.
SOAPFAULT ADD
This command adds information to an existing SOAPFAULT object.
You can use this command only in a program that is invoked from a CICS-supplied
SOAP message handler.
SOAPFAULT CREATE
This command creates a SOAP fault. You can use this command only
in a program that is invoked from a CICS-supplied SOAP message handler.
SOAPFAULT DELETE
This command deletes an existing SOAPFAULT object. You can use
it only in a program that is invoked from a CICS-supplied SOAP message handler.
STARTBROWSE ACTIVITY Start a browse of the child activities of a BTS activity, or
of the descendant activities of a process. Although this command appears in the Application Programming set
of topics, to use it you must specify the system programming (SP) parameter
in the EXEC statement of the translate step of your compile job. See Technote
1265081 for further information.
STARTBROWSE CONTAINER Start a browse of the containers associated with a
channel, or with a BTS activity or process. Although this command appears in the Application Programming set
of topics, to use it you must specify the system programming (SP) parameter
in the EXEC statement of the translate step of your compile job. See Technote
1265081 for further information.
STARTBROWSE EVENT Start a browse of events known to a BTS activity. Although this command appears in the Application Programming set
of topics, to use it you must specify the system programming (SP) parameter
in the EXEC statement of the translate step of your compile job. See Technote
1265081 for further information.
STARTBROWSE PROCESS Start a browse of all processes of a specified type within
the CICS business transaction services system. Although this command appears in the Application Programming set
of topics, to use it you must specify the system programming (SP) parameter
in the EXEC statement of the translate step of your compile job. See Technote
1265081 for further information.
WEB CLOSE
Closes a connection to a server for CICS as an HTTP client.
WEB CONVERSE
Send an HTTP request by CICS as
an HTTP client, and receive a response from the server, using a single
command. An alternative to the WEB SEND and WEB RECEIVE commands for CICS as
an HTTP client.
WEB EXTRACT
Obtain information about an HTTP request that has been made to CICS as
an HTTP server, or about a connection between an Internet server and CICS as an HTTP
client.
WEB OPEN
Open a connection to a server for CICS as an HTTP client.
WEB PARSE URL
Breaks down a URL string into its component parts.