Step 7 - Customize reporting - syncsort_cobol_migration_manager - syncsort_clone_center - syncsort_space_recovery_system - syncsort_scc_monitor - syncsort_simulate_2000 - syncsort_allocation_control_center - Latest

Syncsort™ Storage Management COBOL Migration Manager Getting Started Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ software
Product
Syncsort™ Storage Management > Syncsort™ Cobol Migration Manager
Version
Latest
ft:locale
en-US
Product name
Syncsort Storage Management
ft:title
Syncsort™ Storage Management COBOL Migration Manager Getting Started Guide
Copyright
2025
First publish date
1991
ft:lastEdition
2025-12-05
ft:lastPublication
2025-12-05T05:06:06.635000

SyncsortTM Storage Management includes customizable JCL and control statements.

Comments at the top of the JCL specify what needs to be customized for your environment. Please do not change any other lines in the JCL.

The first section includes commentary & instructions for editing.

The second section provides the control statements for the report & generally has few available modifications.

The last section covers the field names used in the report. From a reporting perspective it is all customizable. Users familiar with Monitor reporting will likely want to skip to the data dictionary section.

General syntax follows:
FIELD &field name [LEN(#)] [FILTER ([field name]].
FIELD &JOBNAME LEN(8) FILTER(JOBNAME)

Both LEN and FILTER are optional keywords.

Users may add additional fields as well as use the LEN keyword to adjust the length of fields. For example:

Example A

Organizations may have file name conventions for their datasets such that all datasets are less than 32 characters. By specifying

FIELD &DSNAME LEN(32)

their reports don’t include 12 unnecessary blanks for dataset names.