z/OS TSO/E Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 1

z/OS TSO/E Customization
SA32-0976-00

Operation: Add a directory entry to SYS1.BRODCAST. ADDADR is described as follows:
  1. Pointer to next entry, or zero for last entry
  2. New directory entry
*       Initialization and set up code for the module                *
*       Include a pointer to the CVT                                 *
               .
               .
               .
CVTMAP    CVT DSECT=YES    *             map the CVT                 *
TSVTMAP   IKJTSVT          *             map the TSVT                *
PARMLIST  IKJIFRIF MF=L    * define storage for the parameter list   *

*     Issue IKJIFRIF to set up and initialize the parameter list     *

ADDID     IKJIFRIF UPT=UPTADR,PSCB=PSCBADR,ECT=ECTADR,                 X
                   ADD=ADDADR,MF=(E,PARMLIST)

*           Include code to handle error conditions                  *
*              Define storage for the userid(s)                      *

ALIGN     DS 0F     * Alignment to word boundary                     *
ADDADR    DS 0CL12  * Name field as specified below                  *
NEXT      DS F      * Zero, if only one directory entry to be added  *
USERID    DS CL8    * New directory entry                            *

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014