Previous Topic: 3126Next Topic: 3128


3127

VOLSER LIST MUST BE SUPPLIED FOR VSIDCUTV SYSPARM

Reason:

This message is issued when CADisk is restoring an alternate index for a VSAM cluster and it needs to invoke IDCAMS to perform BLDINDEX processing. CADisk has determined that the IDCUT1 and IDCUT2 DD statements were not specified in the JCL, so CADisk attempts to dynamically allocate them. However, you have not specified system parameter VSIDCUTV to tell CADisk which volumes to use for the sort work files. Because of this, CADisk cannot allocate the sort files. CADisk does not terminate processing, however, since it may be possible for IDCAMS to build the index in memory and not require the external sort work files.

Action:

If the BLDINDEX fails because the IDCUT1 and IDCUT2 DD statements are not allocated, you will need to either specify the VSIDCUTV system parameter or include the IDCUT1 and IDCUT2 DD statements in your restore JCL, then resubmit the job.