| Title: | FOCUS, from INFORMATION BUILDERS | 
| Moderator: | ZAYIUS::BROUILLETTE | 
| Created: | Thu Feb 19 1987 | 
| Last Modified: | Mon May 05 1997 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 615 | 
| Total number of notes: | 1779 | 
    I have a user who wishes to print a report to a spooled printer
    other than SYS$PRINT.  How???
    
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 60.1 | DEFINE SYS$PRINT | WRO8A::BLUM | Tue Apr 26 1988 14:16 | 21 | |
|     If they define SYS$PRINT to be another printer FOCUS will send the
    report to that printer.
    
    Example:  You want to send your OFFLINE output to a printer called
    	      LASER8.
    
    		Do this:   $ DEFINE SYS$PRINT LASER8
    
    	      Now FOCUS will send reports to SYS$PRINT (but really to
    		LASER8).
    
    		If you want to do the same thing from within FOCUS
    		you need to do:
    
    			>> VMS DEFINE/JOB SYS$PRINT LASER8
    
    		This line MUST have the /JOB or it won't work.
    
Regards,
    
John    
 | |||||
| 60.2 | Thank you | AKOV88::SHEPRO | Good enough for Gov't Work | Wed Apr 27 1988 14:19 | 1 |