Attempting to delete orphaned VSAM components can result in error messages like the following:
Reason:
The component is probably cataloged in a catalog not in the normal catalog search path. Using a STEPCAT when the VSAM file was created can cause this problem.
Action:
To determine the catalog that the component entry is in, run a PRINT VVDS for each volume that the stranded components are on.
//PRINT EXEC PGM=IDCAMS /VVDS1 DD DSN=SYS1.VVDS.Vvolser,DISP=SHR,AMP=AMORG,UNIT=3390, // VOL=SER=volser //SYSIN DD * PRINT INFILE(VVDS1) SKIP(000) /*
To delete the VVRs that are not cataloged in the catalog indicated by the alias:
//STEPCAT DD DSN=catalog.name,DISP=SHR
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|