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


Remove action bars from ISPF panels

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

Some of the panels that are provided with the Dialog Tag Language (DTL) source can be recompiled to remove the action bars. This can result in some performance benefits. To recompile the DTL source:

  1. Invoke ISPDTLC with the NOACTBAR option by specifying:
    ISPDTLC (NOACTBAR
    or by de-selecting the option "Create panels with Action bars" on the invocation panel.
  2. Modify the convert EXEC to include the NOACTBAR parameter:
    'ISPDTLC ISPFAB (DISK KEYLAPPL=ISR MSGSUPP CUAATTR CUASUPP PLEB MCOMMENT
        NOSTATS NOACTBAR PROFILE=your.gml.dataset(profile)' ;
  3. If you are recompiling DBCS versions of the panels, you must add the DBCS option to the command syntax. Japanese panels require the KANA option as well.
    'ISPDTLC ISPFALL (DISK KEYLAPPL=ISR MSGSUPP CUAATTR CUASUPP PLEB MCOMMENT
         JAPANESE DBCS KANA NOSTATS NOACTBAR PROFILE=your.gml.dataset(profile)' ;

For more information about invoking ISPDTLC, see Invoking the ISPDTLC conversion utility.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014