Previous Topic: How to Modify the Alphabet and Dates (PMSTBLS)Next Topic: $PMSTBLS Macro Format Descriptions


How to Change PMSTBLS

Use the following procedure to change the default PMS tables.

  1. Get the PMSTBLS source member from the CA IPC CAIMAC library.
  2. Use the following information in the $PMSTBLS Macro Format Descriptions to make the necessary changes. The following conventions are in effect:
  3. Assemble and linkedit the modified PMSTBLS using the following sample JCL:
    //         JOB
    //*
    //JS01     EXEC ASMA90,PARM=’NODECK,LOAD’
    //ASM.SYSLIB DD DISP=SHR,DSN=SOURCE
    //           DD DISP=SHR,DSN=SOURCE
    //           DD DISP=SHR,DSN=SOURCE
    //           DD DISP=SHR,DSN=SYS1.MACLIB
    //SYSGO    DD  DISP=SHR,DSN=OBJECT(PMSTBLS)
    //SYSIN    DD  *
     COPY PMSTBLS
     END
    /*
    //JS02    EXEC IEWL,COND=(0,NE),
    //            PARM=’XREF,LIST,NCAL,REUS(RENT)’
    //SYSLMOD  DD DISP=SHR,DSN=LOAD
    //OBJECT   DD DISP=SHR,DSN=OBJECT
    //SYSIN    DD *
     INCLUDE   OBJECT(PMSTBLS)
     NAME      PMSTBLS(R)
    /*