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

ADRDSSU RESET with CONCURRENT


IBM Mainframe Forums -> IBM Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sam_nura

New User


Joined: 04 Dec 2008
Posts: 46
Location: Bangalore

PostPosted: Tue Nov 10, 2009 3:32 pm
Reply with quote

During DUMP backup if we used the option RESET & CONCURRENT then RESET will be ignored. so we can do this by setting the byte at offset X'18' in ADRPATCH to a nonzero value. for this we can use the SET PATCH command or JCL . i have used the below JCL and executed fine. still i am getting the message RESET ignored in my backup joblog. can any one help me to resolve this problem.

//ZAP EXEC PGM=AMASPZAP,PARM=’IGNIDRFULL’
//SYSPRINT DD SYSOUT=*
//SYSLIB DD DISP=SHR,DSN=LIBNAME.LINKLIB
//SYSIN DD *
NAME ADRDSSU ADRPATCH
VER 18 00
REP 18 FF
/*
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Nov 10, 2009 4:21 pm
Reply with quote

What happens when you use SET PATCH 18 = FF in the Dfdss job
Back to top
View user's profile Send private message
Sam_nura

New User


Joined: 04 Dec 2008
Posts: 46
Location: Bangalore

PostPosted: Tue Nov 10, 2009 4:32 pm
Reply with quote

Yes, thats working fine. But it will be a dynamic only right. By using the JCL only we can able to set permanently. Also in the JCL we have to specify the two values. any idea about these two values? Thanks.

VER 18 00
REP 18 FF
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Nov 10, 2009 4:53 pm
Reply with quote

Ok, it works within the inflight job stream, so that makes me think that the 'permanent' application has not worked.

Maybe the verify that pos X'18' = X'00' is giving a failure, so that the REP X'18' doesn't get applied.

We should really wait for a sysprog to appear. They are like busses though, wait for ages and then 3 come along at once icon_lol.gif
Back to top
View user's profile Send private message
Sam_nura

New User


Joined: 04 Dec 2008
Posts: 46
Location: Bangalore

PostPosted: Tue Nov 10, 2009 5:12 pm
Reply with quote

Thanks Expat icon_smile.gif
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Nov 10, 2009 5:39 pm
Reply with quote

What does the ZAP output look like? And have you verified you're updating the right library? If you run the ZAP job on your test LPAR, for example, the linklib is usually on the SYSRES pack so running your test job on the production LPAR would not pick up the change -- unless you STEPLIB to the test LPAR version.
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 -> IBM Tools

 


Similar Topics
Topic Forum Replies
No new posts Concurrent writing records to VSAM fr... JCL & VSAM 9
No new posts reset/clear ALL application profile v... TSO/ISPF 3
No new posts How do I SFTP a ADRDSSU file from mai... IBM Tools 4
No new posts adrdssu for copy all data JCL & VSAM 5
No new posts adrdssu tool to dump a files from a PDS JCL & VSAM 5
Search our Forums:

Back to Top