View previous topic :: View next topic |
Author |
Message |
Magesh_J Intermediate

Joined: 21 Jun 2014 Posts: 259 Topics: 54
|
Posted: Tue Sep 02, 2014 3:19 pm Post subject: Recover uncataloged tape dataset to a test dataset |
|
|
Hi,
I have a uncataloged tape dataset, and need to restore it to test dataset.
Please advice on any JCL.
The below code will recover but it will not recover to test dataset, i dont have access create prod dataset. Please help .
Code: |
//REPROCMD EXEC PGM=IDCAMS,REGION=3M
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIN DD *
DEFINE NONVSAM -
(NAME(ProdFilename) -
DEVICETYPE(CART) -
VOLUME(854403) -
NORECATALOG)
/*
//* INPUT FILES
|
Thanks
Magesh |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12377 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Magesh_J Intermediate

Joined: 21 Jun 2014 Posts: 259 Topics: 54
|
Posted: Wed Sep 03, 2014 1:33 pm Post subject: |
|
|
Kolusu,
Thanks, really useful.
regards,
Magesh |
|
Back to top |
|
 |
|
|