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


BLSGDUIN Dialog Program - Display Dump Inventory

z/OS MVS IPCS Customization
SA23-1383-00

Use dialog program BLSGDUIN to display the list of dumps in the dump directory. You must invoke either the BLSGLIBD or the BLSG dialog program to begin an IPCS dialog before you invoke the BLSGDUIN dialog program.

Customizing Use of BLSGDUIN

Use ISPEXEC with the ISPF SELECT service to invoke BLSGDUIN directly, as follows:
ISPEXEC SELECT PGM(BLSGDUIN) [NEWAPPL(BLSG) PASSLIB] [PARM(source)]
Note:
  1. Instead of using ISPEXEC to invoke the ISPF SELECT service, you can use other equivalent means to request the ISPF SELECT service.
  2. BLSGDUIN does not expect any parameters when it is invoked.
  3. The NEWAPPL and PASSLIB options may be omitted if BLSGDUIN is invoked when NEWAPPL(BLSG) is already active.
  4. Specify PASSLIB only if both of the following conditions exist:
    1. You also specify NEWAPPL(BLSG).
    2. You are running ISPF Version 2 Release 2 or later.
  5. Use the PARM parameter to place the specified source at the top of the screen initially displayed. The source is as follows; see the SETDEF subcommand in z/OS MVS IPCS Commands for coding the values.
    { ACTIVE | MAIN | STORAGE          }
    { DSNAME(dsname) | DATASET(dsname) }
    { FILE(ddname) | DDNAME(ddname)    }

    If the specified source is not in the dump directory, the source that would collate immediately before the specified source is shown at the top of the screen. If no source would collate before the specified source, the first source in the dump directory is shown at the top of the screen.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014