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


Using the PLATCMD and PLATPGM statements

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

To use the PLATCMD or PLATPGM statements in IKJTSOxx, do the following:
  • If you have not already done so, copy sample member IKJTSO00 from SYS1.SAMPLIB to SYS1.PARMLIB. You may have already copied IKJTSO00 to define other installation defaults.
  • You can create alternative members in SYS1.PARMLIB using the IKJTSOxx naming convention.
  • Edit the member in SYS1.PARMLIB and locate the PLATCMD or PLATPGM statement.
  • Specify the eligible commands or programs for your installation.

Entries in the PLATCMD and PLATPGM statements in IKJTSOxx must be enclosed in parentheses after the PLATCMD or PLATPGM NAMES statement. Each entry must be a command name for PLATCMD or a program name for PLATPGM. Command and program names must be 8 characters or less and separated from other entries by at least one space. PLATCMD NONE and PLATPGM NONE are valid statements that specify that no commands or programs are to run on the command/program invocation platform. If the PLATCMD statement is not contained in the current IKJTSOxx member, PLATCMD NONE is the default. Similarly, if the PLATPGM statement is not contained in the current IKJTSOxx member, PLATPGM NONE is the default.

Figure 1 shows the PLATCMD and PLATPGM statements and the eligible commands and program names.
Figure 1. PLATCMD and PLATPGM statements
PLATCMD NAMES(                    /*  COMMANDS TO BE INVOKED       */+
                                  /*  VIA THE TSO COMMAND/PROGRAM  */+
                                  /*  INVOCATION PLATFORM          */+
                                  /*  (COMMANDS IN THIS            */+
                                  /*  LIST MUST NOT REQUIRE        */+
                                  /*  TASK TERMINATION             */+
                                  /*  CLEANUP PROCESSING)          */+
ALLOCATE  ALLOC                   /*                               */+
ALTLIB                IKJADLIB    /*                               */+
ATTRIB    ATTR                    /*                               */+
CALL                  IKJEFG00    /*                               */+
EXEC      EX          IKJEXC2     /*                               */+
FREE      UNALLOC                 /*                               */+
PRINTDS   PR          IKJEFY50    /*                               */+
PROFILE   PROF                    /*                               */+
SUBMIT    SUB                     /*                               */+
STATUS    ST          IKJEFFCA    /*                               */+
LISTBC    LISTB                   /*  AUTHORIZED COMMANDS          */+
PARMLIB   IKJPRMLB                /*  (THESE COMMANDS MUST         */+
RECEIVE                           /*  BE LISTED IN AUTHCMD         */+
SEND      SE                      /*  STATEMENT OR IKJEFTE2        */+
TRANSMIT  XMIT                    /*  TABLE)                       */+
SYNC                              /*                               */+
RACONVRT                          /*                               */+
CONSPROF)                         /*                               */

PLATPGM NAMES(                    /*  PROGRAMS TO BE INVOKED       */+
IEFBR14                           /*  ON THE TSO COMMAND/PROGRAM   */+
                                  /*  INVOCATION PLATFORM          */+
                                  /*  (PROGRAMS IN THIS            */+
                                  /*  LIST MUST NOT REQUIRE        */+
                                  /*  TASK TERMINATION             */+
                                  /*  CLEANUP PROCESSING)          */+
                                  /*                               */+
IKJEFF76)                         /*  AUTHORIZED PROGRAMS.         */+
                                  /*  THESE PROGRAMS MUST          */+
                                  /*  BE LISTED IN AUTHTSF         */+
                                  /*  (OR THE IKJEFTAP TABLE)      */+
                                  /*                               */

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014