Previous Topic

Next Topic

Book Contents

Book Index

Common Selection Parameters - Summary

Common Selection parameters, which are common to all the various ON parameter types (see Event Selection Parameters), specify which JCL statements will trigger the processing to be performed by Control-M/JCL VerifyControl-M JCL Verify. Several selection blocks can be specified with Or/Not relationships. The Common Selection parameters are shown below.

Tab.JV.3.5 Common Selection Parameters

Parameter

Description

STDR

ENF

REF

JOBNAME

Name of the job (as appears in the JOB statement).

Y

Y

Y

LIBRARY

Name of the library where the JCLs reside. (Note that this is also the MEMLIB, if invoked from a Control-M/EM interface.)

Y

Y

Y

MEMBER

Name of the member name in the library. (Note that this is also the MEMNAME, if invoked from a Control-M/EM interface.)

Y

Y

Y

SCHDLIB

Name of the scheduling library when invoked from a Control-M/EM interface.

Y

N

N

SCHDTAB

Name of the scheduling table when invoked from a Control-M/EM interface. (Note that the name does not refer to "folder" since "table" is still the term used with Control-M for z/OS.)

Y

N

N

O/N

Conjunctional subparameter that permits linking of common selection statements. Valid values are:

  • O (Or) - Only one statement need be satisfied.
  • N (Not) - The condition in the following statement need not be satisfied.

Y

Y

Y

Parent Topic

Defining rules online