Previous Topic: SPI Access Levels for EXEC CICS SPOOLOPENNext Topic: STATION Resource Class—Secure CADISPATCH and CASCHEDULER


Examples: SPI resource class

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)