Previous Topic: #GTABGEN ParametersNext Topic: #SECHECK


#GTABGEN Usage

Generating the #GTABGEN Macro

To assemble and link edit the #GTABGEN macro, use the JCL or commands appropriate to your operating system.

Note: For more information, see Appendix A: Security Macro JCL.

In the following sample #GTABGEN macro, two security labels are defined:

UPGMU, the security category that allows updates of user programs, is assigned label A (and, therefore, activity number 20). USTGU, the category that allows updates of storage, is assigned security label B (and, therefore, activity number 30). ALLR, the category that allows retrieval only for all programs and storage is assigned activity number 50.

----+----1----+----2----+----3----+----4----+----5----+----6----+----7--
         #GTABGEN(A,20,B,30),                                         X
               (UPGMU,A,USTGU,B,ALLR,50)