Previous Topic

Next Topic

Book Contents

Book Index

CTJVER Example 2

In the following example, CTJVER verifies that all the jobs in all the members located in the XX.YY.ZZ library. The M01 user is verified for file access privileges. The existence of load modules will not be verified.

Figure JV6 CTJVER - Example 2

// . . . JOB . . .

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

//SYSIN DD *

USER=M01

LIB=XX.YY.ZZ,MEM=*

/*

//

Parent Topic

CTJVER Examples