|
|
| Author |
Message |
spjayaram
New User
Joined: 13 May 2008 Posts: 12 Location: chennai
|
|
|
|
Hi all,
am getting a return code of 8 when i submit the jcl to back up the datasets into a gdg. the first time the job gives rc 8 and next time if we simply restart it gives rc4. the error is as follows,
*************************************************************
ADR788I (001)-DIVSM(03), PROCESSING COMPLETED FOR CLUSTER G4TO.TRMOUPDT.SYSCNT2.S0F4, 0 RECORD(S) PROCESSED, REASON 0
ADR411W (001)-DTDSC(04), DATA SET G4TO.ARINITM.AMAX.S1F4 IN CATALOG CATALOG.VPETONLI ON VOLUME VP7422 WAS NOT SERIALIZED ON REQUEST
0ADR730W (001)-DTDSC(01), CLUSTER G4TO.ARINITM.AMAX.S1F4 IS OPEN
***********************************************************
The next time when we re run this job the same error messages appear but the RC is 4. below am attaching the jcl in use. requesting ur help on this.
//STP0200 EXEC PGM=ADRDSSU
//SYSPRINT DD SYSOUT=*
//BACKUP DD DSN=GTTP.DRSTY.BACKUP.BEFORE(+1),
// DISP=(,CATLG,DELETE),
// UNIT=ACS1,VOL=(,,,99),
// EXPDT=1999/000,
// RECFM=U,DATACLAS=PRDCHUGE
//SYSIN DD *
DUMP DS(INCL( -
G0TO.**, -
)) -
OUTDD(BACKUP) -
ALLD(*) -
ALLE -
OPT(4) -
CAN -
SHR -
SPHERE -
TOL(ENQF)
//* |
|
| Back to top |
|
 |
References
|
Posted: Tue May 13, 2008 7:28 pm Post subject: Re: Batch job error "WAS NOT SERIALIZED ON REQUEST" |
 |
|
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 2443 Location: italy
|
|
|
|
| Quote: |
| ADR411W (001)-DTDSC(04), DATA SET G4TO.ARINITM.AMAX.S1F4 IN CATALOG CATALOG.VPETONLI ON VOLUME VP7422 WAS NOT SERIALIZED ON REQUEST |
look at the manual for explanation the TOL(ENQF)
the message is a consequence of that choice
the fact that the output dataset is a GDG is irrelevant
dumping open VSAM clusters might be a choice to investigate carefully |
|
| Back to top |
|
 |
spjayaram
New User
Joined: 13 May 2008 Posts: 12 Location: chennai
|
|
|
|
hi Thanks for the quick response.
ok do u mean to say that since the TOL(ENQF) option is used, it results in the captioned error? i checked the manual and found that TOL(ENQF) is not supported by HFS datasets...how do i know the datasets which are being backed up are HFS or ZFS etc |
|
| Back to top |
|
 |
Moved: Tue May 13, 2008 7:46 pm by superk From JCL to SMS & VSAM |
|
|
|