IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Batch job error "WAS NOT SERIALIZED ON REQUEST"


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
spjayaram

New User


Joined: 13 May 2008
Posts: 12
Location: chennai

PostPosted: Tue May 13, 2008 7:28 pm
Reply with quote

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
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue May 13, 2008 7:36 pm
Reply with quote

Quote:
ADR411W (001)-DTDSC(04), DATA SET G4TO.ARINITM.AMAX.S1F4 IN CATALOG CATALOG.VPETONLI ON VOLUME VP7422 WAS NOT SERIALIZED ON REQUEST


Quote:

TOL(ENQF)



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
View user's profile Send private message
spjayaram

New User


Joined: 13 May 2008
Posts: 12
Location: chennai

PostPosted: Tue May 13, 2008 7:45 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
Search our Forums:

Back to Top