Previous Topic

Next Topic

Book Contents

Book Index

CTDAUTR Example 2

Produce two lists of active and migrated reports. The first allowed for viewing by the user USER1 and the second allowed for viewing by the user USER2. Use Control-D Application Server exits to check authorization.

Figure 77 Example JCL for list of reports

//EXEC  CTDAUTR

//SYSIN   DD   *

  ACTION=REPORTS

  ENV=WEB

  FILE=ACT,MIG

  USERID=USER1

  USERID=USER2

/*

Parent Topic

Examples for CTDAUTR