Previous Topic: Contact CA TechnologiesNext Topic: Using CA File Master Plus for Batch


Introduction

CA File Master Plus is a full-function z/OS file and data management solution. The application provides enhanced data manipulation processing of sequential, partitioned, and VSAM, (and IAM) files through batch processing. Many product functions support filter and selection criteria and allow data to be printed using COBOL or PL/I copybooks.

CA File Master Plus for batch provides the following data manipulation functions:

Data sets supported are:

Use COMPARE to identify differences between two files as follows:

Use COPY to duplicate, extract, reformat, and update your data. Use this function to do the following:

The LOADINFO function produces a detailed load module report listing each load module's attributes. You can also generate a CSECT cross-reference report.

Use the PRINT function to perform the following functions:

The PRINTLOG utility formats and prints the information contained in the editor's change log file. The change log file tracks the changes made to a file during an edit session.

Use the READ command with selection criteria and the MOVE and WRITE keywords to write specific records to a new file. Advantages of using the READ command with selection criteria are as follows:

Use UPDATE to make changes that are immediately applied to the input file. You can use selection criteria to update specific records.

You can display DSN and VOLSER VTOC information as follows:

View and print formatted data using COBOL and PL/I copybooks or custom layouts.

Use scan mode to verify the validity of control statements. Turn scan mode on or off by including or excluding the PARM JCL parameter. Control statements are not executed when in scan mode