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


Changing the DTL source for ISPOPTxx panels

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

If you still use the old options panels ISPOPT1 or ISPOPT1A, use ISPF Edit to update the DTL source file imbed member ISPZPTTT. ISPZPTTT is used by both ISPOPT1 and ISPOPT1A. It is a conversion-language-sensitive file that includes both the terminal type verification statement and the terminal type load module selection translation construct. ISPZPTTT is distributed in ISP.SISPGMLI.

After this member is updated, run ISPDTLC to convert all of the listed panels.

To add a new terminal type XXXX using load module ISPOWNTT to these panels, update ISPZPTTT as follows:

Figure 1. ISPZPTTT modified to add new terminal type XXXX
<source type=proc>
  VER (&ZTERM NB LIST
          3277,3277A,3278,3278A,3278T,3278CF,3277KN,3278KN,3290A,3278AR,
          BE163,BE190,3278CY,3278HN,3278HO,3278IS,3278L2,3278TH,3278CU,
          DEU78,DEU78A,DEU90A,SW116,SW131,SW500,3278L1,DEU78T,3278GR,
          UE3278,UE3278A,UE3290A,UE3278T,XXXX
          MSG=ISPO004)

  /* set translate load module name based on terminal type */
  &ZCHARLM = TRANS(&ZTERM
                 3277  ,  ISP3277
                 3277A ,  ISP3277A
                 3278  ,  ISP3278
                 3278A ,  ISP3278A
                 3290A ,  ISP3278A
                 3278T ,  ISP3278T
                 3278CF,  ISP3278C
                 3277KN,  ISP3277K
                 3278KN,  ISP3278K
                 3278AR,  ISPAR78
                 3278CY,  ISPCY78
                 3278HN,  ISPHN78
                 3278HO,  ISPHO78
                 3278IS,  ISPIS78
                 3278L2,  ISPL278
                 BE163,   ISPB678
                 BE190,   ISPB978
                 3278TH,  ISPTH78
                 3278CU,  ISPCU78
                 UE3278,  ISP3278
                 UE3278A, ISP3278A
                 UE3290A, ISP3278A
                 UE3278T, ISP3278T
                 DEU78,   ISPGE78
                 DEU78T,  ISPGE78T
                 DEU78A,  ISPGE78A
                 DEU90A,  ISPGE78A
                 SW116 ,  ISPSW116
                 SW131 ,  ISPSW131
                 SW500 ,  ISPSW500
                 3278GR,  ISPGR78
                 3278L1,  ISPL178
                 OTHER,   ISPOTHR
                 XXXX,    ISPOWNTT)
</source>
 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014