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] ECDSA
variable_name
END RUN
ID Options
Use any CICS INTERVAL ECDSA variables with the following ID options:
ID Option
Description
CICSREL
CICS release level in the format
v.r.m.
Where
v
is the version,
r
is the release, and
m
is the maintenance level
ENDTIME
Interval end time
JOBNAME
CICS jobname
STARTTIME
Interval start time
SYSID
MVS system ID
Variables
The following table provides a list of available variables for the CICS INTERVAL ECDSA variable class:
Variable Name
SMF Type
SMF Subtype
SMF Field
Description
AVAILABLE
255
28
CSID_DSA_ECDSA_Avail
Storage available, in bytes
SIZE
255
28
CSID_DSA_ECDSA_Size
Storage amount, in bytes
%USE
255
28
CSID_DSA_ECDSA_LPct
Percentage 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