Symbolic fields for VSAM - syncsort_scc_monitor - Latest

Syncsort™ Storage Management Monitor RTM User Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ software
Product
Syncsort™ Storage Management > Syncsort™ SCC Monitor
Version
Latest
ft:locale
en-US
Product name
Syncsort Storage Management
ft:title
Syncsort™ Storage Management Monitor RTM User Guide
Copyright
2025
First publish date
1991
ft:lastEdition
2025-12-05
ft:lastPublication
2025-12-05T10:34:38.129000
L1_Product_Gateway
Integrate
L2_Product_Segment
IBM Infrastructure
L3_Product_Brand
Precisely Syncsort
L4_Investment_Segment
Mainframe
L5_Product_Group
Mainframe Storage Optimization
L6_Product_Name
Syncsort Storage Management

Symbolic fields related to VSAM parameters have additional capabilities. By default, symbolic names evaluate the data associated with the cluster component of a VSAM file. To force the evaluation of a particular component of the VSAM file, the symbolic name should be prefixed with “C:” for cluster, “D:” for data, or “I:” for index. For example, the following expression can be used to evaluate the name of the data component.

IF &D:DSNAME = *ACCIVP*

When no component is specified, the Monitor defaults to the cluster component. During compare processing or message build, the product will automatically attempt to access the data component fields when the cluster field is not available. No attempt to substitute the data component is made when “C:” is explicitly specified. During SET processing, the “D:” and “I:” suffixes are required to update fields associated with the data and index components of a VSAM file.