Example 1
In the following example, all CA IDMS VSAM Transparency CICS transactions use the EMPSS01 subschema. Because this subschema is specified in the application JCL, no TNT has been defined.
Example 2
In this example, the EMP1 transaction uses the EMPSS01 subschema. All other transactions use the subschema specified in the application JCL, or from the SYSESVS parameters (under z/VSE CICS only).
More information:
For more information about z/VSE CICS SYSESVS parameters, see num=G.z/VSE CICS SYSESVS Parameters
TNT NAME IS EMPTNT. TRANSACTION NAME IS EMP1 SUBSCHEMA NAME IS EMPSS01.
Example 3
In this example, the EMP1 and EMP2 transactions use the EMPSS01 subschema, the EMP3 transaction uses the EMPSS02 subschema, the ORD1 transaction uses the ORDSS01 subschema, and the ORD2 transaction uses the ORDSS02 subschema. All other transactions use the subschema specified in the application JCL, or from the SYSESVS parameters (under z/VSE CICS only).
More information:
For more information about z/VSE CICS SYSESVS parameters, see num=G.z/VSE CICS SYSESVS Parameters
TNT NAME IS EMPTNT. TRANSACTION NAME IS EMP1 SUBSCHEMA NAME IS EMPSS01. TRANSACTION NAME IS EMP2 SUBSCHEMA NAME IS EMPSS01. TRANSACTION NAME IS EMP3 SUBSCHEMA NAME IS EMPSS02. TRANSACTION NAME IS ORD1 SUBSCHEMA NAME IS ORDSS01. TRANSACTION NAME IS ORD2 SUBSCHEMA NAME IS ORDSS02.
|
Copyright © 2014 CA.
All rights reserved.
|
|