CICS ECDSA Variables
This section describes variable information for the CICS INTERVAL ECDSA variable class.
cspm16
This section describes variable information for the CICS INTERVAL ECDSA variable class.
While the information in this topic remains supported, it has been deprecated in favor of newer variable definitions.
Syntax:
The following sample syntax creates a tabular report using the TAB command. Substitute
id_option
and variable_name
from the following tables:TAB [DATETIME | DATE | TIME]id_option, CICS [INTERVAL] ECDSAvariable_nameEND RUN
- ID Options
- Use any CICS INTERVAL ECDSA variables with the following ID options:ID OptionDescriptionCICSRELCICS release level in the formatv.r.m.Wherevis the version,ris the release, andmis the maintenance levelENDTIMEInterval end timeJOBNAMECICS jobnameSTARTTIMEInterval start timeSYSIDMVS system ID
- Variables
- The following table provides a list of available variables for the CICS INTERVAL ECDSA variable class:Variable NameSMF TypeSMF SubtypeSMF FieldDescriptionAVAILABLE25528CSID_DSA_ECDSA_AvailStorage available, in bytesSIZE25528CSID_DSA_ECDSA_SizeStorage amount, in bytes%USE25528CSID_DSA_ECDSA_LPctPercentage of storage in use
- Example
- The following example uses CICS INTERVAL ECDSA variables in a TAB report:
- TAB DATETIME JOBNAME, CICS INTERVAL ECDSA AVAILABLE AND, CICS INTERVAL ECDSA SIZE AND, CICS INTERVAL ECDSA %USE END RUN