Purpose
At z/VSE CICS VSAM/T startup, CA IDMS reads a SYSESVS parameter file. The purpose of this file is to accommodate all the VSAM/T parameters required to run VSAM/T transactions in a z/VSE CICS environment.
What the File Contains
The SYSESVS parameter file consists of 80-character records which can contain any number of keyword operands and keyword values. The file contains the following types of parameters:
The table below provides the layout of the SYSESVS record:
|
Cols |
Description |
|---|---|
|
1-72 |
Keyword operands and keyword values |
|
73-80 |
Reserved for record sequence numbers |
What to Consider
If a '--' character string is encountered in any position in a SYSESVS line, the rest of the line is treated as comments. Any number of blanks, commas, or semicolons can separate the keyword operands.
Global Parameters
The SYSESVS keyword operands and their values are:
Specifies the 1- to 4-digit value equal to the CWADISP specified in the assembly of IDMSINTC. The CWADISP parameter is required and its value is typically around 16.
Specifies the 1- to 8-character name of the default database to be used with all CICS VSAM/T transactions. This parameter is used in a multiple-database environment. You can override this parameter for each CICS VSAM/T transaction by using the transaction name table (TNT).
Specifies the 1- to 8-character default DDS node to be used with all CICS VSAM/T transactions. This parameter is used in a multiple-database environment. You can override this parameter for each CICS VSAM/T transaction by using the transaction name table (TNT).
Specifies the 1- to 8-character name of the data dictionary containing the VSAM/T SUBSCHEMA. This parameter is used in a multiple-dictionary environment. You can override this parameter for each CICS VSAM/T transaction by using the transaction name table (TNT).
Specifies the 1- to 8-character location of the data dictionary containing the VSAM/T SUBSCHEMA. This parameter is used in a multiple-dictionary environment. You can override this parameter for each CICS VSAM/T transaction by using the transaction name table (TNT).
Specifies the 1- to 8-character default subschema name to be used with all CICS VSAM/T transactions. This parameter is required. You can override this parameter for each CICS VSAM/T transaction by using the transaction name table (TNT).
Specifies the 1- to 8-character transaction name table that will be used when processing CICS VSAM/T transactions. If all transactions will use the same subschema, this parameter is optional. If you use more than one subschema, this parameter is required.
Specifies the 1- to 5-digit size of the buffer that VSAM/T uses for communication between the front end and the back end. The default buffer size is 1024 bytes.
Displays the VSAM/T key feedback (run-time) messages during program execution. Values are:
Requests that database statistics be collected for all CICS VSAM/T transactions. Values are:
Specifies which messages you want to appear on the console. Values are:
Requests that a trace of calls made by the VSAM/T application program be displayed on the system log, where nnnn is the 1- to 4-digit number of fullwords allowed in the trace table.
Specifies the trace options to be in affect when the TRACE parameter has been specified. Values are:
File-Specific Parameters
You must specify the following parameters for each VSAM/T file that is to be processed during the CICS session:
Specifies a 1- to 7-character FILENAME of a VSAM/T file that is to be processed during this CICS session.
Specifies the 1 to 8-character file management table that defines the VSAM/T file characteristics for the file name specified in the FILENAME parameter, where xxxxxxxx is the table name. This parameter is required and must follow the associated FILENAME parameter immediately.
|
Copyright © 2014 CA.
All rights reserved.
|
|