I ran this code to test COPYCAT TAPECOPy but it fails...
The first file on tape 400001 is LCD.VSYM478.B107160D 400001
and I think this IGD messge is to do with that
//STEP1 EXEC PGM=COPYCAT
//STEPLIB DD DSN=ACSNS.COPYCAT.R11SP3.CAILIB,DISP=SHR
//SYSPRINT DD SYSOUT=*
//CCRPT DD SYSOUT=*
//SYSUSNAP DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSIN DD *
*=====================================================================
* THE FOLLOWING STATEMENTS COPY TAPE 106000
* NOTE: DEVICE TYPES FOR INPUT AND OUTPUT MUST BE THE SAME
*=====================================================================
TAPECOPY
INUNIT=3490
OUTUNIT=3490
OUTVOL=SCRATCH
INPUT=*
400001
/*
400001 is a 3490 tape.
IEA794I SVC DUMP HAS CAPTURED: 723
DUMPID=001 REQUESTED BY JOB (CDPS1CTC)
DUMP TITLE=COMPON=OAM TAPE VOLUME CONFIG SERVICE ,COMPID=569
DF180,ISSUER=CBRKVCUP
IGD306I UNEXPECTED ERROR DURING ?CBRXVOL PROCESSING 724
RETURN CODE 12 REASON CODE 0
THE MODULE THAT DETECTED THE ERROR IS IGDCAT01
SMS MODULE TRACE BACK - CAT01 CAT00 SSIRT
SYMPTOM RECORD CREATED, PROBLEM ID IS IGD00000
IKJ56893I DATA SET LCD.VSYM478.B107160D NOT ALLOCATED+
IGD306I UNEXPECTED ERROR DURING ?CBRXVOL PROCESSING 726
RETURN CODE 12 REASON CODE 0
THE MODULE THAT DETECTED THE ERROR IS IGDCAT01
SMS MODULE TRACE BACK - CAT01 CAT00 SSIRT
SYMPTOM RECORD CREATED, PROBLEM ID IS IGD00000
CTC5306E Job CDPS1CTC, return code 16 in copy function step.
Can anyone provide any suggestions Please.
TAPECOPY IGS message.
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: TAPECOPY IGS message.
Contact your site support group for assistance. The return code 12 for CBRXVOL says
so either you are attempting to use a facility not available to you, or there is some other site-specific problem. In any case, only your site support group can help you with this error.12
Environmental error
Internal processing error. The request could not be completed due to the failure of a system service.
-
- Posts: 278
- Joined: Thu May 15, 2008 9:45 pm
- Skillset: MVS
MQ
ISPF - Referer: sister site
Re: TAPECOPY IGS message.
Lookslike the volume is under the control of an automated library. Check if the tape is in PRIVATE status and not scratch or ejected. Try this TSO command:
Code: Select all
LISTCAT VOLENT(V400001) ALL
Regards,
Bill Dennis
Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
Bill Dennis
Disclaimer: My comments on this forum are my own and do not represent the opinions or suggestions of any other person or business entity.
Re: TAPECOPY IGS message.
The dataset which is on the volume is cataloged in 3.4
The command LISTCAT does not work...May be because we dont have IBM BOXEs here for tape...
SCRPOOL NAME(SCRVIRT),RANGE(400000-449999),LABEL(SL)
This is what the scratch pool definitions are for the pool...It is a virtual tape ..
Also one more thing this tape is multivol(2) and multifile ....
As the tape is VIRTUAL it should not be out(unless the backend tape is out)
The command LISTCAT does not work...May be because we dont have IBM BOXEs here for tape...
SCRPOOL NAME(SCRVIRT),RANGE(400000-449999),LABEL(SL)
This is what the scratch pool definitions are for the pool...It is a virtual tape ..
Also one more thing this tape is multivol(2) and multifile ....
As the tape is VIRTUAL it should not be out(unless the backend tape is out)
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: TAPECOPY IGS message.
Hello,
Have you successfully used this jcl to copy any other virtual tape? If yes, posting the generated informational output may help. . .
Have you successfully used this jcl to copy any other virtual tape? If yes, posting the generated informational output may help. . .
Hope this helps,
d.sch.
d.sch.
Re: TAPECOPY IGS message.
No this product is new to the client ...
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: TAPECOPY IGS message.
Hello,
Suggest someone review the COPYCAT material. . . I don't have this available at a current client.
I recall migrating "real" tape to v-tape, but don't recall using a v-tape volume as input. . . But has been quite a few years. . .
Which "virtual tape" product is being used?
Suggest someone review the COPYCAT material. . . I don't have this available at a current client.
I recall migrating "real" tape to v-tape, but don't recall using a v-tape volume as input. . . But has been quite a few years. . .
Which "virtual tape" product is being used?
Hope this helps,
d.sch.
d.sch.
Re: TAPECOPY IGS message.
Hi Dick,
ok This time I moved a 9840(3590) tape to another and it got the same error.....
ok This time I moved a 9840(3590) tape to another and it got the same error.....
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: TAPECOPY IGS message.
While I was trying to contact the CA folks and finding out the details they needed someone suggested me to put a REGION=4096K and the both the jobs ended fine.
How can I be so dumb.
How can I be so dumb.
-
- Similar Topics
- Replies
- Views
- Last post
-
- 13
- 8442
-
by valeca
View the latest post
Fri Sep 30, 2022 11:22 pm
-
-
SYNCSORT DATASORT message SYT076E
by f1_lemaner » Thu Dec 23, 2021 11:12 pm » in DFSORT/ICETOOL/ICEGENER - 5
- 1872
-
by f1_lemaner
View the latest post
Fri Dec 24, 2021 2:23 pm
-
-
-
How can I copy message queue files (LGMSG,SHMSG) in V9R1
by futohomok » Thu Jul 27, 2023 5:54 pm » in IMS DB/DC - 6
- 2078
-
by futohomok
View the latest post
Thu Aug 03, 2023 1:21 pm
-