The SPI keyword equivalents for CEMT INQUIRE and SET are:
System parameters.
Automatic installation of terminals.
Indicates whether auxiliary trace is active, which auxiliary data set traces are active and whether on not auxiliary trace data sets are open or closed.
Contains the four‑character "sysid" used in the TCT (Terminal Control Table) for Intersystem Communication (ISC) or Inter‑region Communication (IRC).
The control unit associated with a terminal.
The eight‑character name used in the FCT (File Control Table).
The eight‑character name used for DL/I (DDIR control block).
Indicates whether the dump data set is opened or closed.
Selects system dump.
Identifies the batch job sharing data with CICS for batch regions connected to CICS via IRC (Inter‑region communication).
Indicates whether the IRC facility is active.
The journal number.
The name of any line terminal.
The eight‑character name for a group of sessions.
The name defining the remote system to the network.
Indicates whether program isolation trace is active.
The eight‑character program name defined in the PPT (Program Control Table).
Indicates the four‑character queue name used in the DCT (Destination Control Table).
Indicates the number of the task identifier.
Indicates the class to which the task belongs.
The four‑character terminal used in the TCT (Terminal Control Table).
Indicates whether the trace is active.
The four‑character transaction name used in the PCT (Program Control Table).
The six‑character volume serial number.
Indicates a connection with CICS.
The SPI keyword equivalents for CEMT PERFORM are:
Indicates that CICS is reconnected after a failure.
Synchronizes the system date and time with your CICS date and time.
Indicates that CICS is to be shutdown.
Gives a picture of your CICS system.
The SPI keywords equivalents for CEMT ADD and REMOVE are:
The six‑character volume serial number.
The SPI keyword equivalents for EXEC CICS INQUIRE and SET are:
Contains the four‑character "sysid" used in the TCT (Terminal Control Table), for Intersystem Communication (ISC) or Inter‑region Communication (IRC).
The eight‑character name used in the FCT (File Control Table).
The eight‑character data set name in the FCT.
The eight‑character name for a mode group defined for a specific system connection.
The eight‑character program name defined in the PPT (Program Control Table).
Indicates the current values of your system parameters.
The four‑character terminal name used in the TCT (Terminal Control Table).
The four‑character transaction name used in the PCT (Program Control Table).
The SPI keyword equivalents for EXEC CICS ENABLE, DISABLE, EXTRACT, and COLLECT STATISTICS are:
Specifies that all or part of the enable sequence for an exit program is performed.
Specifies that all or part of the disable sequence for an exit program is performed.
Indicates that data is extracted from CICS control blocks.
Collects current statistics for an individual resource or collects global statistics on a CICS defined class of resources.
The SPI keyword equivalents for EXEC CICS SPOOLOPEN is:
Opens a spool report for input to CICS and reads existing spool data sets using external writer names for the userid.
When used with TSS PERMIT/REVOKE, this resource class has the following format:
TSS PERMIT(acid) SPI(command keyword)
ACCESS(acction keyword(s))
One to eight characters
One to five prefixes per TSS command
This keyword is used with:
For information on the syntax and usage of IBM CEMT and EXEC CICS commands, see IBM's CICS‑Supplied Transactions and CICS Customization guides and the Implementation: CICS Guide.
|
CEMT Action |
SPI Acess Level |
|---|---|
|
ADD |
SET |
|
INQUIRE |
INQUIRE |
|
PERFORM |
PERFORM |
|
REMOVE |
REMOVE |
|
SET |
SET |
|
EXEC CICS Command |
SPI Access Level |
|---|---|
|
INQUIRE |
INQUIRE |
|
SET |
SET |
|
Command Function |
SPI Access Level |
|---|---|
|
ENABLE |
SET |
|
DISABLE |
SET |
|
EXTRACT |
READ |
|
COLLECT STATISTICS |
COLLECT |
|
Command Options |
SPI Access Level |
|---|---|
|
INPUT |
SET |
|
OUTPUT |
SET |
This example adds the SPI SYSTEM resource to a user:
TSS ADDTO(USER01) SPI(SYSTEM)
This example adds the equivalent SPI CONNECTION keyword to a user (using the CICS CEMT command):
TSS ADDTO(USER01) SPI(CONNECTION)
This example adds the equivalent SPI ENABLE keyword to a user (using the EXEC CICS command):
TSS ADDTO(USER01) SPI(ENABLE)
This example adds the equivalent SPI SPOOLOPEN keyword to a user (using the EXEC CICS command):
TSS ADDTO(USER01) SPI(JESSPOOL)
This example permits access to the SPI SYSTEM resource:
TSS PERMIT(USER01) SPI(SYSTEM) ACCESS(INQUIRE)
This example permits access to the SPI CONNECTION resource, (using the CICS CEMT command):
TSS PERMIT(USER01) SPI(CONNECTION) ACCESS(SET)
This example permits access to the SPI ENABLE resource (using the EXEC CICS command):
TSS PERMIT(USER01) SPI(ENABLE) ACCESS(SET)
This example permits access to the SPI SPOOLOPEN resource (for INPUT or OUTPUT):
TSS PERMIT(USER01) SPI(JESSPOOL) ACCESS(SET)
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|