Previous Topic

Next Topic

Book Contents

Book Index

CTJVER Example 3

In the following example, CTJVER verifies the following:

The JOB's definition owner is the user ID for verifying the file access privileges.

Figure JV7 CTJVER - Example 3

// . . . JOB . . .

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

//SYSIN DD *

ODATE=131201

USER=*DEFAULT

SCHEDLIB=AA.BB,TABLE=TAB1,JOB=JOB1

SCHEDLIB=AA.CC,TABLE=TAB1,JOB=*

SCHEDLIB=AA.DD,TABLE=*

/*

//

Parent Topic

CTJVER Examples