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

VSAM serialization error


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Deepatinfy

New User


Joined: 06 Jun 2005
Posts: 7

PostPosted: Mon Jun 20, 2005 4:18 pm
Reply with quote

Hi All,

I am using ADRDSSU utility to back up a set of online VSAM files. The files are first deallocated, then backed up to tapes using the utility and then allocated back again.

The deallocation and allocation are happening fine.

But, some vsam files in the set are giving me

ADR412E (001)-DTDSC(04), DATA SET <VSAM file name>IN CATALOG <CATALOG name> ON VOLUME <Vol> FAILED SERIALIZATION error. These vsams are not getting backed up. No other jobs are accessing these files at the time of back up.

And even if these files were in use, it should not be a problem as the ADRDSSU utility is used with SHARE option.

Any pointers to solve this problem??

Thanks in advance, for any info regarding SERIALIZATION errors in VSAMs or solutions?

Deepesh
Back to top
View user's profile Send private message
Deepatinfy

New User


Joined: 06 Jun 2005
Posts: 7

PostPosted: Mon Jun 20, 2005 6:10 pm
Reply with quote

Found the solution (Thanks to volumes of information in the net):


ADR412E (xxx)-mmmmm(yy), DATA SET {dsname | clustername COMPONENT
componentname} [IN CATALOG catname] ON VOLUME volser FAILED
SERIALIZATION

Explanation: An ENQ(EXCLUSIVE), ENQ(SHARE), or dynamic allocation with DISP=OLD or SHR failed after a specified (or defaulted) number of retries. TOL(ENQF) was not specified by the user.

System Action: The data set is not processed. The return code is 8.

Programmer Response: Rerun the job when the data set is not in use by other users. You can increase the WAIT parameters, and if you are not using the COMPRESS command to compress a PDS, you can specify TOL(ENQF).

TOLerate(ENQFailure) specifies that data sets are to be processed even though shared or exclusive access fails.

TOL(ENQF) and FULL or TRACKS are mutually exclusive; you cannot specify these keywords together.

Please do post any comments or suggestions or methods to improve...

Thanks,
Deepesh
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 -> DFSORT/ICETOOL

 


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 Access to non cataloged VSAM file JCL & VSAM 18
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
Search our Forums:

Back to Top