SYSPARM Resource Table

A CICS® Resource that describes a system initialization parameter or a system initialization parameter override in an active CICS system being managed by CICSPlex SM.

The Primary key field for this resource class is KEYWORD.

The Secondary key field for this resource class is SEGNUM.

For system initialization parameter values greater than 255 bytes, the value is split across multiple SYSPARM records. Each of the records making up the same parameter value is referred to as a segment and has a segment number referenced by the SEGNUM attribute.

The following action is supported:
GET
Get a parameter from a specified source table. Only SYSPARM records from CICS regions at Version 4.1 or higher are returned by this command.

External resource name
CICSSystemParameter
Length
328
Usage
API or WUI or CICS Management Client Interface
API view
Yes
CMAS context
No
SCOPE applies
Yes
Only query CMASs in workload
No
Object type
CICS Resource
Copybook identifier
EYUt0197
Table 1. Valid CPSM operations
Operations Actions Parameters Required
GET   PARMSRCE(TABLE, CONSOLE, SYSIN, JCL, COMBINED) No
    PARMTYPE(SIT) No
Table 2. SYSPARM FEEDBACK error codes
Value Code Description
1 SYSPARM_INVALID_SOURCE Invalid source parameter
2 SYSPARM_INVALID_TYPE Invalid type parameter
3 SYSPARM_INVALID_NAME Unknown keyword name
Table 3. SYSPARM resource table attributes
Name Datatype Source Len Sum Set Description Attr ID
EYU_CICSNAME CHAR CPSM 8 DIF No CICS System Name  
EYU_CICSREL CHAR CPSM 4 DIF No CICS Release
EYU_RESERVED CHAR CPSM 4 N/A No Reserved
 KEYWORD-1  CHAR INQ 32 DIFF Yes Keyword name 1
 SEGNUM-2  BINARY INQ 4 MAX No Record segment number 5
SEGTOT BINARY INQ 4 MAX No Total segment number 6
SOURCE EYUDA INQ 4 LIKE No Source of system parameter 3
SOURCE Output valid values TABLE, CONSOLE, SYSIN, JCL, COMBINED
TOTALLEN BINARY INQ 4 MAX No Total value length 7
TYPE EYUDA INQ 4 LIKE No Type of system parameter 2
TYPE Output valid values SIT
VALUE CHAR INQ 255 DIFF No Keyword value 8
VALUELEN BINARY INQ 4 MAX No Keyword value length 4