Symbolic fields for VSAM - syncsort_simulate_2000 - Latest

Syncsort™ Storage Management Portal 2000 Rules Language Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ software
Product
Syncsort™ Storage Management > Syncsort™ Simulate 2000
Version
Latest
ft:locale
en-US
Product name
Syncsort Storage Management
ft:title
Syncsort™ Storage Management Portal 2000 Rules Language Guide
Copyright
2025
First publish date
1991
ft:lastEdition
2025-11-28
ft:lastPublication
2025-11-28T15:31:25.787000
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, prefix the symbolic name with one of the following:
  • C: - cluster
  • D: - data
  • I: - 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, ACC and SRS default 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.

Note: The ACCVSAM option must be enabled before ACC will work with VSAM parameters. Likewise, the SRSVSAM option must be enabled before SRS will work with VSAM parameters.