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

Need Image copy JCL


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
devadoz
Warnings : 1

New User


Joined: 02 Feb 2007
Posts: 9
Location: London

PostPosted: Mon Feb 12, 2007 10:19 pm
Reply with quote

Hi,

Can anyone send me the Image copy JCL. In my shop there are different number of jcls available and i am really confused with that.

Thanks in advance.

- Alan
Back to top
View user's profile Send private message
Bitneuker

CICS Moderator


Joined: 07 Nov 2005
Posts: 1104
Location: The Netherlands at Hole 19

PostPosted: Wed Feb 14, 2007 5:48 pm
Reply with quote

Hi Alan,

Here's one of our image copy jobs..........

Code:
//STEP0010 EXEC PGM=DFSUDMP0,PARM='DBRC=Y'                 
//DFSRESLB DD DSN=SYS1.RESLIB,DISP=SHR                     
//IMS      DD DSN=NPSYS.IMSVS.DBDLIB,DISP=SHR             
//SYSPRINT DD SYSOUT=*                                     
//DKONKOL  DD DSN=NPDBIMS.DKONKOL.ES,DISP=SHR             
//DKONIMG  DD DSN=NAPG.DKONKOL.DAG.GDG(+1),               
//            DISP=(,CATLG,DELETE),                       
//            UNIT=KASSIU,                                 
//            LABEL=(1,RETPD=14),                         
//            VOL=(,RETAIN),                               
//            BLKSIZE=8192                                 
//SYSIN    DD *                                           
D1 DKONKOL  DKONKOL  DKONIMG           DSIC VAN DKONKOL   
/*                                                         

And the restore...........
Code:

//DKONKOL  EXEC PGM=DFSRRC00,PARM='UDR,DFSURDB0,DKONKOL'
//IMS      DD DSN=NPSYS.IMSVS.DBDLIB,DISP=SHR           
//SYSPRINT DD SYSOUT=*                                 
//DKONKOL  DD DSN=NPDBIMS.DKONKOL.ES,DISP=SHR           
//DFSUDUMP DD DSN=NAPG.DKONKOL.DAG.GDG(0),DISP=SHR,   
//            UNIT=KASSIU                               
//DFSUCUM  DD DUMMY                                     
//DFSULOG  DD DUMMY                                     
//DFSVSAMP DD DSN=AYSYS.PROD.INIMS(RGDB051),DISP=SHR   
//DFSRESLB DD DSN=SYS1.RESLIB,DISP=SHR                 
//SYSIN    DD *                                         
S  DKONKOL  DKONKOL                                     


You can make an image copy of many databases in one step but have to restore them step-by-step on at the time. Also follow the first link in my signature and search for 'image'. Have fun..........
Back to top
View user's profile Send private message
devadoz
Warnings : 1

New User


Joined: 02 Feb 2007
Posts: 9
Location: London

PostPosted: Wed Feb 14, 2007 7:13 pm
Reply with quote

Hi,

Thanks for the Image copy code.

Regards,
Alan
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 -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts VB to VB copy - Full length reached SYNCSORT 8
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts DB2 Table - Image copy unload IBM Tools 2
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
Search our Forums:

Back to Top