Previous Topic: z/OS EnvironmentNext Topic: Accessing Dynamic System Tables


z/VSE Environment

In a z/VSE operating environment, follow these procedures:

User Requirements Table Assembly

 * $$ JOB ...           See the note above and JCL Requirements.
 * $$ LST ...
 // JOB name
 // OPTION DECK
 // EXEC ASSEMBLY
       PUNCH ' CATALR phasename,1.0'
       DBURSTR
       DBURTBL
          .
          .       URT macro parameters
          .
       DBUREND
       END
 /*
 /&
 * $$ EOJ

Link-Edit to Core Image Library

 * $$ JOB ...           See the note above and JCL Requirements.
 * $$ LST ...
 // JOB name
 // OPTION CATAL
    ACTION NOAUTO
    PHASE phasename,+0
    INCLUDE phasename
 // EXEC LNKEDT
 /*
 /&
 * $$ EOJ

Note: For more information about macro parameters, see the CA Datacom/DB Database and System Administration Guide.