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

how to load data into test database in ims db


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

New User


Joined: 25 Aug 2006
Posts: 18

PostPosted: Fri Sep 29, 2006 3:51 pm
Reply with quote

Hi ,
Any one plz help me in loading the data into ims db test data base.
Regards,
Kumars
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1209
Location: Bangalore,India

PostPosted: Fri Sep 29, 2006 3:55 pm
Reply with quote

Hi Kumar,

Dont U have any online routine to load data otherwise u can download from production & load it to test
Back to top
View user's profile Send private message
cvkumar59

New User


Joined: 25 Aug 2006
Posts: 18

PostPosted: Fri Sep 29, 2006 4:23 pm
Reply with quote

Hi Guptae,

Please be more specific can u explain the same in step by step with options used to load .
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1209
Location: Bangalore,India

PostPosted: Fri Sep 29, 2006 4:32 pm
Reply with quote

Hi Kumar,

Following post will tell u how to download ims data in to file

ibmmainframes.com/viewtopic.php?t=13025&highlight=dfsrrc00

U can use follwoing jcl to load the data in test region

//LOADA01 EXEC PGM=DFSRRC00,PARM='DLI,XFV,PSSA01A,,,,,,,,,,,N
//STEPLIB DD DSN=IMS6.NOCHECKS,DISP=SHR
// DD DSN=IMSS.RESLIB,DISP=SHR
// DD DSN=WORKLIB,DISP=SHR
//IEFRDER DD DUMMY
//IEFRDER2 DD DUMMY
//DFSRESLB DD DSN=IMSS.RESLIB,DISP=SHR
//IMS DD DSN=QD01.MONACO.DBDLIB.DATA,DISP=SHR
// DD DSN=IMSS.DBDLIB,DISP=SHR
// DD DSN=IMSS.PSBLIB,DISP=SHR
//DSA01 DD DSN=BTSDB.DBSA01.DSA01.BTSV07,DISP=OLD
//DFSVSAMP DD DSN=MSD.CARDLIB(DFSVSM10),DISP=SHR
//INPUT DD DSN=&&LOAD,DISP=(OLD,DELETE)
//TABLE DD DSN=&&TABLE,DISP=(OLD,DELETE)
//STATOUT DD SYSOUT=*
//XCYPRINT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//STATFILE DD DUMMY
//DFSURWF1 DD DUMMY
//*
Back to top
View user's profile Send private message
cvkumar59

New User


Joined: 25 Aug 2006
Posts: 18

PostPosted: Fri Sep 29, 2006 4:37 pm
Reply with quote

Hi ,
Thanks for the reply.
Regards
Kumar
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts FileAid move data from two files to o... Compuware & Other Tools 5
No new posts Structured Data and Nested Loops via ... COBOL Programming 0
No new posts Big Five Personality Test in COBOL - ... COBOL Programming 0
No new posts Alternate key data extracttion COBOL Programming 13
No new posts Dynamically build unload and load sta... DB2 14
Search our Forums:


Back to Top