On Mon, 14 Apr 2008 13:24:06 -0400, Lizette Koehler 
<[EMAIL PROTECTED]> wrote:
>
>Any suggestions?
>

Here is a clist I use for migrating stuff from 3380 technology to 3390.  It is 
no 
good if HSM won't handle the file e.g. multi-volume, enqueued, APf blah blah.
TDMF or whatever is the best bet, but something like this is handy for isolated 
files or if you have no budget.
Good luck
Dave

PROC 2 DSN  VOL DEBUG                                                   
                                                               
  IF &DEBUG = DEBUG THEN CONTROL  MSG LIST CONLIST SYMLIST 
FLUSH        
                    ELSE CONTROL  NOMSG NOLIST FLUSH                    
 /*                                                                  */ 
 IF &VOL = '' THEN SET &VOL = FAP009                                    
 HMIGRATE &DSN WAIT                                                     
 HRECALL  &DSN UNIT(3390) VOLUME(&VOL)                                  
 /*                                                                  */ 
  EXIT CODE(0)                                                          

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to