The format of the PRINT command is: PRINT [ [ddn:] jobname / jsw = ] filespec/fsw [,....] where: ddn: - the despool device to be used jobname - is the name to be given to the print job. /jsw - are the job related switches filespec - is a standard file spec. /fsw - are the file related switches Further qualifiers are SWITCHES and DEFAULTS. 2 SWITCHES legal PRINT switches are: (job field related switches, i.e. to the left of the '=') /AFTER:hh:mm - the time after which the job is printed /[NO]flag - print file flag pages /FORM:n -forms type /HOLD - HOLD the job in the queue. /LENGTH:n - number of lines per page /PRIORITY:n - priority of the print job in the queue /[NO]RESTART - restart the job from the first file (file releated switches) /COPIES:n - number of the copies of the file /[NO]DELETE - Delete the file after printing. All switches can be abbreviated to two characters.  2 DEFAULTS The PRINT switch defaults are: ddn: = PRINT queue jobname = the name of the first file or PRINT if '*' filspec typ = LST /AFTER:0:0 /NOFLAG /FORM:0 /LENGTH:infinite /PRIORITY:50 (0-250) /NORESTART /COPIES:1 /NODELETE