head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	95.11.30.21.50.37;	author SYSTEM;	state Exp;
branches;
next	;


desc
@base release
@


1.1
log
@Initial revision
@
text
@DEFM TAPE ID                                                                    
; V  -  A macro used to enter the volume manager.  There are two                
;        possible arguments to this macro.  The arguments are only              
;        used when the user wishes to access the tape drive.  The first         
;        argument is simply a 'T' and the second argument is the tape id        
;        if any.                                                                
IFA %TAPE NOTAPE                                                                
IFA %ID NOMULTI                                                                 
AS TAP TO DEV=M97E40 BLOC=N MULTI=1 ID=%ID                                      
GOTO NOTAPE                                                                     
%NOMULTI                                                                        
AS TAP TO DEV=M97E40 BLOC=N                                                     
%NOTAPE                                                                         
AS SYC TO LFC=UT                                                                
VOLMGR                                                                          
@
