z/OS MVS IPCS User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Refreshing a Dump Directory

z/OS MVS IPCS User's Guide
SA23-1384-00

The following figure is a sample CLIST to reorganize a dump directory. It copies the dump descriptions into a temporary data set, then copies them back into the dump directory, allowing VSAM to rearrange the data.

Figure 1. Sample CLIST to Refresh a Dump Directory
PROC 1 DSN
CONTROL LIST
ALLOCATE FILE(SAVEDDIR) UNIT(SYSVIO) CYL SPACE(10 10) RECFM(U) +
BLKSIZE(3072) REUSE NEW
REPRO INDATASET(&DSN) OUTFILE(SAVEDDIR)
REPRO INFILE(SAVEDDIR) OUTDATASET(&DSN) REUSE
FREE FILE(SAVEDDIR)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014