z/OS ISPF Planning and Customizing
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Running the Configuration utility with a special logon procedure

z/OS ISPF Planning and Customizing
GC19-3623-00

To run the ISPF Configuration utility using a special TSO logon procedure, follow these steps.

  1. Allocate the ISPF target libraries in the appropriate DDs in a TSO logon procedure as shown in Figure 1. The ISPF libraries should be first in each concatenation except ISPTLIB where your profile data set should be first. The default ISPF names are given with xxx representing the national language identifier for your installed language. If the ISPF data sets for the new release are not cataloged on the system you are using to run the utility then you must include UNIT and VOL=SER parameters on the DD statements for those data sets.
  2. Include HLASM(SASMMOD1) and SMP/E(SYS1.MIGLIB) in STEPLIB if they are not at the required level on your system. If the data sets are not cataloged on the system you are using to run the ISPF Configuration utility then you must include UNIT and VOL=SER parameters on the DD statements for those data sets.
  3. Include your ISPF profile data set in ISPTLIB and ISPTABL as shown in Figure 1.
  4. Logon to TSO using your modified logon procedure.
  5. Start ISPF with the ISPF or PDF command.
  6. Enter command TSO ISPCCONF to start the ISPF Configuration utility.
Figure 1. ISPF Configuration utility logon procedure
//STEPLIB  DD  DISP=SHR,DSN=ISP.SISPLPA        ISPF LPA load library
//         DD  DISP=SHR,DSN=ISP.SISPLOAD       ISPF LNKLST load library
//         DD  DISP=SHR,DSN=ASM.SASMMOD1       High Level Assembler
//         DD  DISP=SHR,DSN=SYS1.MIGLIB        SMP/E library
//*
//SYSEXEC  DD  DISP=SHR,DSN=ISP.SISPEXEC       ISPF Exec library
//*
//ISPMLIB  DD  DISP=SHR,DSN=ISP.SISPMxxx       ISPF Messages library
//*
//ISPPLIB  DD  DISP=SHR,DSN=ISP.SISPPxxx       ISPF Panels library
//*
//ISPSLIB  DD  DISP=SHR,DSN=ISP.SISPSxxx       ISPF Language Skels library
//         DD  DISP=SHR,DSN=ISP.SISPSLIB       ISPF Base Skels library
//ISPTLIB  DD  DISP=SHR,DSN=your.profile       Your ISPF Profile
//         DD  DISP=SHR,DSN=ISP.SISPTxxx       ISPF Tables library
//*
//ISPTABL  DD  DISP=SHR,DSN=your.profile       Your ISPF Profile
//*
//ISPPROF  DD  DISP=SHR,DSN=your.profile       Your ISPF Profile
 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014