It provides the following management services for VSAM key-sequenced data sets (KSDS), entry-sequenced data sets (ESDS) and relative-record data sets (RRDS).
- ALTER, to change the attributes of a VSAM data set
- CANCEL, to terminate the processing of the IDCAMS command stream
- DEFINE ALTERNATEINDEX, to define alternate indices for a VSAM data set
- DEFINE CLUSTER, to define a new VSAM data set
- DEFINE PATH, to support path data sets
- DELETE, to delete data sets
- DO-END, to be used in conjunction with IF-THEN-ELSE to conditionally process several commands
- IF-THEN-ELSE, to be used to conditionally execute commands, or groups of commands if used in conjunction with the DO-END command sequence
- LISTCAT, to list catalog entries
- PRINT, to print a data set
- REPRO, to copy a data set
- SET, to change the condition code
- VERIFY, to verify a VSAM data set
You can use some of these services for sequential data sets, partitioned data sets and generation data groups. All abbreviations of these commands and their parameters that are valid on the mainframe are supported by
MFJAMS.
You can execute
MFJAMS via a JCL jobstream or REXX exec.
For more information on VSAM access method services, see the IBM manual
DFSMS/MVS Access Method Services for VSAM, SC26-4905.