Previous Topic

Next Topic

Book Contents

Book Index

CTJVER Example 1

In the following example, CTJVER verifies all the jobs in the JOB1 member located in the XX.YY library.

JES2 or JES3 statements are verified or not verified depending on JESTTMNT in CTJPARM. The existence of the dataset will be verified. The M01 user is verified for file access privileges. The existence of the load modules will not be verified. The minimum level of message severity to be issued depends on how MSGLEVEL is defined in CTJPARM.

Figure JV5 CTJVER - Example 1

// . . . JOB . . .

//      EXEC CTJVER,JES=D,FE=Y,FA=Y,ME=N

//SYSIN DD *

USER=M01

LIB=XX.YY,MEM=JOB1

/*

//

Parent Topic

CTJVER Examples