|
|
| Author |
Message |
cvkumar59
New User
Joined: 25 Aug 2006 Posts: 16
|
|
|
|
Hi ,
Any one plz help me in loading the data into ims db test data base.
Regards,
Kumars |
|
| Back to top |
|
 |
References
|
|
 |
guptae
Moderator
Joined: 14 Oct 2005 Posts: 1024 Location: Bangalore,India
|
|
|
|
Hi Kumar,
Dont U have any online routine to load data otherwise u can download from production & load it to test |
|
| Back to top |
|
 |
cvkumar59
New User
Joined: 25 Aug 2006 Posts: 16
|
|
|
|
Hi Guptae,
Please be more specific can u explain the same in step by step with options used to load . |
|
| Back to top |
|
 |
guptae
Moderator
Joined: 14 Oct 2005 Posts: 1024 Location: Bangalore,India
|
|
|
|
Hi Kumar,
Following post will tell u how to download ims data in to file
http://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 |
|
 |
cvkumar59
New User
Joined: 25 Aug 2006 Posts: 16
|
|
|
|
Hi ,
Thanks for the reply.
Regards
Kumar |
|
| Back to top |
|
 |
|
|
|