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

ADR411W Error: NOT SERIALIZED ON REQUEST


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ganeshj

New User


Joined: 20 Dec 2006
Posts: 6
Location: Bangalore

PostPosted: Wed Mar 07, 2007 2:42 pm
Reply with quote

Any one can help me out in the following please,

Im getting the following error:
ADR411W (ttt)-mmmmm(yy), DATA SET {dsname ? cluster_name COMPONENT
component_name} [IN CATALOG catalog_name] ON VOLUME
volume_serial_number WAS NOT SERIALIZED ON REQUEST

background:
This error im getting for a job which takes a backup of list of datasets to a single GDG.

In Mainframe help i got the following :

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 specified by the installation-wide exit or by the user.

System Action: If you were doing a COPY and DFSMSdss is moving the data
itself, the data set is processed without the enqueue, and the return code
is 4. If you were doing a COPY and DFSMSdss invokes a utility to move the
data, the data set is not processed further, and the return code is 8. If
you were doing a data set DUMP, the data set is processed without the
enqueue, and the return code is 4. If you specified RESET on the data set
dump, the data set is processed, but the data set changed indicator is not
reset in the data set's VTOC entry.


HELP:
can any one let me know what action i have to take to avoid this error.
Back to top
View user's profile Send private message
cobolunni

Active User


Joined: 07 Aug 2006
Posts: 127
Location: kerala,india

PostPosted: Wed Mar 07, 2007 8:56 pm
Reply with quote

can you explain your problem further with the job steps you used
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Mar 08, 2007 2:34 am
Reply with quote

Hello,

Please post your jcl, control statements and all output messages.

The most common cause for that kind of warning is that one or more datasets was in use when the backup was attempted. To eliminate the warning, ensure that all of the datasets to be backed up are not in use.

Your output will indicate which dataset(s) cause the warning.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Mar 08, 2007 2:36 am
Reply with quote

Hello,

Another thought - not about the warning, but about the backup.

If you are backing up datasets using a mask (i.e. HLQ.MYSTUFF.*) make sure that the backup file does not have the same high-level name.
Back to top
View user's profile Send private message
ganeshj

New User


Joined: 20 Dec 2006
Posts: 6
Location: Bangalore

PostPosted: Thu Mar 08, 2007 9:24 am
Reply with quote

Hi,

Im not using mask qualifier,

Here is the JCL im using for ,

//JS010 EXEC PGM=ADRDSSU
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//DSKOUT DD DSN=PCFD.xxxxx(+1),
// BLKSIZE=32000,
// VOL=(,RETAIN,,05),
// EXPDT=99000,
// DISP=(,CATLG,DELETE),
// UNIT=CTAPE
//SYSIN DD *
DUMP DS( -
INCLUDE(PCFD.xx.A16AMTS -
PCFD.xxA16AUDIT -
PCFD.xx.A16BRNCH -
PCFD.xxA16BRUX -
PCFD.xx.A16CMTS -
PCFD.xx.A16PARM -
PCFD.xx.A16RANGE -
PCFD.xx.A16REPT -
PCFD.xx.A16RVRSL -
PCFD.xx.A16SUSP -

PCFD.xx.A16WATCH)) -
OUTDD(DSKOUT) -
TOL(ENQF) -
OPTIMIZE(4) -
COMPRESS -
WAIT(5,2)
/*
//


error it shows is :

ADR411W (001)-DTDSC(04), DATA SET PCFD.xx.A16PARM IN CATALOG CAT.PRD622 ON
PAGE 0002 5695-DF175 DFSMSDSS V1R07.0 DATA SET SERVICES 2007.062 02:51
ADR788I (001)-DIVSM(03), PROCESSING COMPLETED FOR CLUSTER PCFD.OZ.ASI16.A16PARM,
ADR801I (001)-DTDSC(01), DATA SET FILTERING IS COMPLETE. 15 OF 15 DATA SETS WERE
OTHER REASONS.
ADR454I (001)-DTDSC(01), THE FOLLOWING DATA SETS WERE SUCCESSFULLY PROCESSED
CLUSTER NAME PCFD.xx.A16AMTS
CATALOG NAME CAT.PRD622

let me know what further action we can take for this particular error.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Mar 08, 2007 9:37 am
Reply with quote

Hello,

It does not appear as if all of the output made it to your post. Please re-post with all of the output.

How many vsam clusters are to be backed up?
Back to top
View user's profile Send private message
ganeshj

New User


Joined: 20 Dec 2006
Posts: 6
Location: Bangalore

PostPosted: Thu Mar 08, 2007 10:05 am
Reply with quote

Hi ,

there are 15 input data sets(vsam cluster) and one output GDG,

The error display shows,

6PARM IN CATALOG CAT.PRD622 ON VOLUME ANZLX4 WAS NOT SERIALIZED ON REQUEST
T SERVICES 2007.062 02:51
CLUSTER PCFD.OZ.ASI16.A16PARM, 603 RECORD(S) PROCESSED, REASON 0
PLETE. 15 OF 15 DATA SETS WERE SELECTED: 0 FAILED SERIALIZATION AND 0 FAILED FOR
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Mar 08, 2007 8:15 pm
Reply with quote

Hello,

You still have not posted all of the output. Please do so.

Notice what you posted last does not match what you initially posted.

Do not select pieces to post; post from top to bottom and if the output is wider than your screen, scroll right and include that.

Please just do what was requested earlier:
Quote:
Please post your jcl, control statements and all output messages.

Actually it seems that it should have been
Quote:
Please post all of your jcl, all control statements and all output messages.
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 -> ABENDS & Debugging

 


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 Error while running web tool kit REXX... CLIST & REXX 5
No new posts Getting Error while trying to establi... DB2 3
Search our Forums:

Back to Top