IGD330I ERROR OCCURRED DURING CBRXLCS PROCESSING-
VOLUME REQUESTED BY SPECIFIC VOLUME SERIAL IS A SCRATCH VOLUME
THE FAILING VOLSER IS 123456
Release: TLMS 12.6
OS: z/OS
When a tape is "SCRATCH" within CA-TLMS, OAM was also notified. IBM's rule is that a tape in "SCRATCH" status cannot be called by specific volser.
You need to change the status within ISMF from "SCRATCH" to "PRIVATE" and resubmit your job.
To reset the status within OAM use one of the following:
1) From ISMF option 2.3 (MOUNTABLE TAPE), use option 2 to generate a list of volser(s).
When the list comes up, type "alter" in the line operator field. Change the use attribute from "S" to "P" and hit enter.
2) Use the following JCL:
//STEP000 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
ALTER V123456 VOLUMEENTRY -
STORAGEGROUP(SGVTAPE2) -
NULLIFY(ERRORSTATUS) -
LOCATION(LIBRARY) LIBNAME($VTS0002)
/*
Verify that the volume is SCRATCH=NO within CA TLMS. Execute CTAPJCL(CTSJSYNC). Change the SYSIN to SYNC,123456. CTSSYNC will update OAM with the new status.