movement of dataset from sms to non-sms volume



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

movement of dataset from sms to non-sms volume

Postby nallasivam » Wed Jun 23, 2010 7:20 pm

hi all,

i need jcl to move a sms-managed dataset(ie.dataset resides in sms managed volume) to a non-sms volume?
nallasivam
 
Posts: 8
Joined: Wed Jun 09, 2010 6:31 pm
Has thanked: 0 time
Been thanked: 0 time

Re: movement of dataset from sms to non-sms volume

Postby Robert Sample » Wed Jun 23, 2010 7:39 pm

Use IDCAMS if the data set is VSAM or IEBGENER if the data set is sequential or IEBCOPY if the data set is partitioned. Standard JCL would be used -- just specify the full set of parameters for the output data set (UNIT, VOLSER, DCB, DSN, DISP, SPACE).
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: movement of dataset from sms to non-sms volume

Postby expat » Thu Jun 24, 2010 12:43 pm

However, the creation of NON SMS datasets is usually restricted by the storage management team.
Assuming that your storage environment is set up correctly, you will need authority to be acle to create NON SMS managed datasets, or you may have to ask storage to do this for you.
expat
 
Posts: 459
Joined: Sat Jun 09, 2007 3:21 pm
Has thanked: 0 time
Been thanked: 8 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post