z/OS MVS IPCS Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Creating an Alternate Parmlib

z/OS MVS IPCS Customization
SA23-1383-00

To create an alternate parmlib containing one or more IPCSPRxx members, do the following:
  1. Make sure that you are not in an IPCS session.
  2. Edit a copy of IPCSPRxx into an alternate parmlib called DEPTXYZ.PARMLIB, for example. Call the copy IPCSPR05, for example.
  3. Specify the parameters in the IPCSPR05 member of DEPTXYZ.PARMLIB.
  4. Enter the following TSO/E command:
    allocate file(ipcsparm) dsn('deptxyz.parmlib' 'sys1.parmlib') shr

    The result of this allocate command is that IPCS will use IPCSPR05 in DEPTXYZ.PARMLIB for the session parameters.

  5. Begin an IPCS session by entering the following command so that IPCS will syntax-check IPCSPR05:
    IPCS PARM(05)

All users needing special session parameters can store customized IPCSPRxx members in DEPTXYZ.PARMLIB. Users do not need update authority to SYS1.PARMLIB to tell IPCS which problem and data set directories have been established for users.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014