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


Using SYS1.PARMLIB member IKJTSOxx

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

To define the TEST subcommands or command processors 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 to contain the appropriate TEST subcommands and command processors for your installation.
In IKJTSOxx, include the TEST statement with the following keyword parameters and their subfields:
TSOCMD
specifies installation-written command processors that can be invoked under TEST at your installation. IBM-supplied command processors need not be included.
SUBCMD
specifies installation-written TEST subcommands, with each subcommand represented by its name and entry point, separated by commas and enclosed in parentheses.
The following example shows how you can specify the TEST command information in SYS1.PARMLIB member IKJTSOxx.
TEST  TSOCMD(COMMAND1,        /* Installation command 1    */ + 
             COMMAND2,        /* Installation command 2    */ + 
             COMMAND3)        /* Installation command 3    */ + 
                                                              + 
      SUBCMD((SCM1,LOAD1),    /* Installation subcommand 1 */ + 
            (SCM2,LOAD2),     /* Installation subcommand 2 */ + 
            (SCM3,LOAD3))     /* Installation subcommand 3 */

The sample member IKJTSO00 in SYS1.SAMPLIB contains no TEST command information, because that information is unique for each installation. Use the example above as a guide for specifying TEST information for your installation.

You can use the PARMLIB command to dynamically list or update the installation-written subcommands and command processors defined to TEST. For information about using the PARMLIB command, see .

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014