Allocating SYSUDUMP data sets
- Allocate a minimum of three dump data sets with RECFM=VBA and LRECL=125,BLKSIZE=1632,DSORG=PS. Make each one large enough to accommodate the largest dump that you expect.
Add the following allocations to your NetView address space JCL, pointing to the dump data sets that were created in the previous step.
//BBDUMP01 DD DISP=SHR,DSN=dumpdsn1,VOL=SER=....,UNIT=....
//BBDUMP02 DD DISP=SHR,DSN=dumpdsn2,VOL=SER=....,UNIT=....
//BBDUMP03 DD DISP=SHR,DSN=dumpdsn3,VOL=SER=....,UNIT=....- Catalog all data sets that are referenced in the NetView address space JCL PROC in the master catalog or change all allocations to UNIT/VOLSER allocations.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*