  |  
  |  
 
Archives of the TeradataForum 
 
 
Message Posted: Thu, 17 Oct 2002 @ 10:30:36 GMT 
 
  
 
 
 
 
  
|  Subj:  |   |  ARC comment lines  |   
|     |   
|  From:  |   |  Anomy Anom  |   
  
 
 
  
<-- Anonymously Posted: Wednesday, October 16, 2002 14:57 --> 
Am using ARCMAIN on MVS.  If I am restoring some but not all databases from an archive, is there a way to comment out the ones I do not
need to restore, without actually deleting the lines .. 
for example, the first three databases below don't need to be restored. 
COPY DATA TABLES
                  (ABC),  /* don't need this one */
                  (DEF),  /* don't need this one */
                  (GHI),  /* don't need this one */
                  (JKL),
                  (MNO),
                  (PQR),
RELEASE LOCK,
DDNAME=ARCTAPE ;
LOGOFF; 
Thanks. 
 
 
 
 
   
 
 |   |