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

Unavailable RECON datasets while executing IMS BACKUP


IBM Mainframe Forums -> JCL & VSAM
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic :: View next topic  
Author Message
abdulrafi

Active User


Joined: 14 Sep 2009
Posts: 184
Location: Coimbatore

PostPosted: Fri Apr 06, 2018 12:45 pm
Reply with quote

Hi,

I am trying to execute a jcl which takes the backup of IMSDB, but I am getting an error as mentioned below.

jcl:
Code:
//JS010    EXEC PGM=DFSRRC00,REGION=1024K,COND=(4,LT),           
//         PARM='ULU,DFSUDMP0'                                   
//STEPLIB  DD  DSN=IMSF2.RESLIB,DISP=SHR                         
//IMS      DD  DSN=IMSF2.DBDLIB,DISP=SHR                         
//IMSLOGR  DD  DUMMY                                             
//IEFRDER  DD  DSN=TPIP.T25.CNI.PIPDCN0.IMSLOG(+1),               
//             DISP=(NEW,CATLG,CATLG),                           
//             DCB=(RECFM=VB,LRECL=23468,BLKSIZE=23472,           
//             DSORG=PS),UNIT=SYSDA,SPACE=(TRK,(1267,591),RLSE)   
//SYSPRINT DD  SYSOUT=*                                           
//SYSUDUMP DD  SYSOUT=*                                           
//PIPDCN0  DD  DISP=SHR,DSN=T15.PPIP.CNI.PIPDCN0.PIPECONT         
//BKUPA    DD  UNIT=SYSDA,DISP=(,CATLG,DELETE),                   
//             DSN=TPIP.T25.CNI.PIPDCN0.PIPECONT.BKUPA(+1),       
//             VOL=(,RETAIN),LABEL=(1,SL),                       
//             DCB=(PISM.MODEL,RECFM=FB,LRECL=2041,BLKSIZE=32760),
//             SPACE=(CYL,(100,100),RLSE)                         
//BKUPB    DD  UNIT=SYSDA,DISP=(,CATLG,DELETE),                   
//             DSN=TPIP.T25.CNI.PIPDCN0.PIPECONT.BKUPB(+1),       
//             VOL=(,RETAIN),LABEL=(1,SL),                         
//             DCB=(PISM.MODEL,RECFM=FB,LRECL=2041,BLKSIZE=32760),
//             SPACE=(CYL,(100,100),RLSE)                         
//SYSIN    DD  DISP=SHR,DSN=TISM.T25.TBM.DBP.CNTL(PIPDCN0I)


Getting below error:
Code:
+DFS671I A04124TA.JS010. - FOR THIS EXECUTION, DBRC IS SET TO YES    STG1     
+DSP0245I  JOB TERMINATED DUE TO UNAVAILABLE RECON DATA SETS                   
+DFS0048I DBRC INITIALIZATION FAILED -  RC=16 STG1                             
IEA995I SYMPTOM DUMP OUTPUT  116                                               


I tried giving all the datasets necessary for IMSDB backup, but still am getting this error. Could you please help me if I have missed any dataset concatenation ?. [/code]
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Apr 06, 2018 1:01 pm
Reply with quote

what about reading Yourself the messages manuals to understand the meaning of ...

Quote:
+DSP0245I JOB TERMINATED DUE TO UNAVAILABLE RECON DATA SETS


and take the action suggested threre ???
Back to top
View user's profile Send private message
vaibhav gs

New User


Joined: 05 Apr 2018
Posts: 17
Location: INDIA

PostPosted: Fri Apr 06, 2018 1:11 pm
Reply with quote

Recon datasets are those datasets that needs to setup in any region by IMS DBA. Please check with IMS DBA of your org for missing recon datasets, they might help you in restoring the missing datasets which might solve your issue.

As mentioned by enrico in previous post check the action message from the log to understand more about the error.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Apr 06, 2018 2:34 pm
Reply with quote

Quote:
As mentioned by enrico in previous post check the action message from the log to understand more about the error.


nope icon_wink.gif

look at the manuals

the log will be the source for the facts ( what happened )
the manual will be the source for the findings ( why it happened )
Back to top
View user's profile Send private message
abdulrafi

Active User


Joined: 14 Sep 2009
Posts: 184
Location: Coimbatore

PostPosted: Fri Apr 06, 2018 2:44 pm
Reply with quote

Hi,

As mentioned by enrico, I have already researched on that abend and here are my findings,

Code:
DSP0245I                                               
                                                       
 JOB TERMINATED DUE TO UNAVAILABLE RECON DATA SETS     
                                                       
 Explanation                                           
 ~~~~~~~~~~~                                           
 DBRC was unable to locate any RECON data set.         
                                                       
 System action                                         
 ~~~~~~~~~~~~~                                         
 The job is terminated.                                 
                                                       
 User response                                         
 ~~~~~~~~~~~~~                                         
 Define RECON data sets, and rerun the job.             
                                                       
 Problem determination                                 
 ~~~~~~~~~~~~~~~~~~~~~                                 
 None.                                                 
                                                       
 Last updated: October, 2009                           



I am aware that RECON datasets will hold the log information in IMS and DBRC is an utility that runs in IMS environment used to take backup of IMS database, but I thought the log datasets mentioned in the jcl will take care of.

So is there a way I could resolve it by giving any missing datasets/parameters along with "PARM='ULU,DFSUDMP0'" OR should I only contact DBA.

Please help.
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Fri Apr 06, 2018 2:53 pm
Reply with quote

Why not just contact the DBA. This is the sort of thing that he is paid for.
Back to top
View user's profile Send private message
daveporcelan

Active Member


Joined: 01 Dec 2006
Posts: 792
Location: Pennsylvania

PostPosted: Fri Apr 06, 2018 4:51 pm
Reply with quote

My bet is that the Job submitter does not have proper security (racf , acf2) access to create the backup tapes.

Check the JESMSGLG out from your job.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3051
Location: NYC,USA

PostPosted: Fri Apr 06, 2018 5:58 pm
Reply with quote

What you shown is informational message , you needed to check JESMSGLG as suggested above to know the exact reason.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Apr 06, 2018 6:31 pm
Reply with quote

did anybody care to look at the initial post and meditate on the message sequence before answering

Code:
+DFS671I A04124TA.JS010. - FOR THIS EXECUTION, DBRC IS SET TO YES    STG1     
+DSP0245I  JOB TERMINATED DUE TO UNAVAILABLE RECON DATA SETS                   
+DFS0048I DBRC INITIALIZATION FAILED -  RC=16 STG1       


looks like not, by looking at the advices given ...

the first message DFS671I
tells that the user has chosen to run with the recovery control feature activated
the second message DSP0245I
tells that because of the above the RECON related ( REcovery CONtrol ) ddname(s) is/are REQUIRED

since the user written jcl DOES not contain the RECON related dd statements
the job fails

the only way to solve the problem is to talk to the DB support group to ...
1) find out if the organization practices allow to take a backup/image copy outside of the recovery control environment
and disable the same in the parms
2) if 1 is not true ask the DB support group to amend the jcl with the proper ddnames

the messages are not informational ... THE JOB FAILS
no racf concerns... the job would have abended with different symptoms

AMEN
Back to top
View user's profile Send private message
abdulrafi

Active User


Joined: 14 Sep 2009
Posts: 184
Location: Coimbatore

PostPosted: Tue Apr 10, 2018 10:08 pm
Reply with quote

Hi,

I tried to give the RECON data sets, it showed me insufficient access authority.
I got an error telling, INTENT (UPDATE) ACCESS (READ), even though I am only taking backup.

So i thought it might be because of the DB being running. So I stopped the DB and then executed it in DLI mode. But even then I got the same access authority error telling that my intent is to UPDATE the DB rather than reading.

Could you please assist. I do also have a plan to discuss with DBA.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Apr 10, 2018 11:38 pm
Reply with quote

NO we will not assist, the problem must be solved by your DBA,
planning to ask is not enough.

topic locked
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   This topic is locked: you cannot edit posts or make replies. View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Data Backup suggestions DB2 5
No new posts Merging 2 datasets into one DFSORT/ICETOOL 1
No new posts executing XCTL command in COBOL witho... CICS 10
No new posts Receiving RC 5 when executing REXX pr... CLIST & REXX 3
No new posts PL/I, VB Datasets and the RDW PL/I & Assembler 4
Search our Forums:

Back to Top