Previous Topic

Next Topic

Book Contents

Book Index

CTDAUTR Example 3

Produce lists of migrated reports allowed for viewing by the user USER1. Only reports with the job name ARCHIVE, except for the reports sent to the recipients RECIP1 and RECIP2, will be included in the list. Use Online exits to check authorization.

Figure 78 Example JCL for list of migrated reports

//EXEC  CTDAUTR

//SYSIN   DD   *

  FILE=MIG

  USERID=USER1

  INCLUDE

   JOBNAME=ARCHIVE

  EXCLUDE

   RECIPIENT=RECIP1

   RECIPIENT=RECIP2

/*

Parent Topic

Examples for CTDAUTR