home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR21 / DOCPRC13.ZIP / SAMP-DOC.ZIP / PRINTOFF.DOC < prev    next >
Text File  |  1992-11-08  |  8KB  |  101 lines

  1.                                                                                 
  2.                                                                                 
  3.                                                                                 
  4.                                                                                 
  5.                                                                                 
  6.                                                                                 
  7.                                                                                 
  8.                                                                                 
  9.                                                                                 
  10.                                                                                 
  11.                                                                                 
  12.                                                                                 
  13.                                                                                 
  14.                        *************************************                    
  15.                        *                                   *                    
  16.                        *         P R I N T O F F           *                    
  17.                        *  ON THE MVS/XA OPERATING SYSTEM   *                    
  18.                        *                                   *                    
  19.                        *************************************                    
  20.                                                                                 
  21.                                                                                 
  22.                                                                                 
  23.                                                                                 
  24.                                                                                 
  25.                                                                                 
  26.                                                                                 
  27.                                                                                 
  28.                                                                                 
  29.                                                                                 
  30.                                                                                 
  31.                                                                                 
  32.                                                                                 
  33.                                                                                 
  34.                                                                                 
  35.                                                                                 
  36.                                                                                 
  37.                                                                                 
  38.                                                                                 
  39.                                                                                 
  40.                                                                                 
  41.                                                                                 
  42.                                                                                 
  43.                                                                                 
  44.                                                                                 
  45.                                                                                 
  46.                                                                                 
  47.                                                                                 
  48.                                                                                 
  49.                                                                                 
  50.                                                                                 
  51.                                                                                 
  52.                                                                                 
  53.                                                        John S. Ward             
  54.                                                           04/15/93
  55.  
  56. EJECT                                                                           
  57.         The TSO PRINTOFF command now has an option called FORMS.  Use it
  58.     to specify the format in which you would like to have your output           
  59.     printed (on the laser printer).  Here is an example:
  60.                                                                                 
  61.         PRINTOFF mydataset FORMS(F610)                                          
  62.                                                                                 
  63.         See the memo SYS.MVS.UPDATE(FORMS) for a list of available format       
  64.     numbers.  If you do not specify a forms number, a default of STD or PR
  65.     will be used.  If FORMS is specified along with a remote printer
  66.     destination (e.g., DEST(RMT1)), the FORMS option will be ignored.
  67.  
  68.         Your laser printer output will automatically be placed in your          
  69.     bin.  You can find your bin number by issuing the TSO BIN command.
  70.                                                                                 
  71. EJECT                                                                           
  72.                                                                                 
  73.     SUBJECT: PRINT JOB COMMAND                  DATE: 10/17/86                  
  74.                                                                                 
  75.    )F FUNCTION-                                                                 
  76.       The PRINTJOB command lets you send your held job output to a              
  77.       printer.  It is similar to the =3.8 Outlist Utility option P.  You        
  78.       specify a jobname and a jobid if necessary, and PRINTJOB puts the         
  79.       job output into a temporary data set, prints the data set, then           
  80.       deletes the data set.  The one main difference is in the                  
  81.       specification of numbers of copies.  PRINTJOB has a COPIES                
  82.       parameter on the IEBGENER SYSUT2 DD statement, so if you specify          
  83.       multiple copies, they will all be under a single banner page.             
  84.                                                                                 
  85.    )X SYNTAX                                                                    
  86.          PRINTJOB jobname(jobid) DEST(destination) FORMS(form-number)            
  87.                  ROOM(nnnn) COPIES(nnn) SYSOUT(value)                           
  88.       REQUIRED - jobname                                                        
  89.       ALIAS - NONE                                                              
  90.       DEFAULTS - DEST(local printer) FORMS(STD) ROOM(your bin number)           
  91.                  COPIES(1) SYSOUT(A)                                            
  92.    )O OPERANDS -                                                                
  93.    )P jobname(jobid) - job name for which SYSOUT is to be accessed.             
  94.               jobid is necessary only jobs with duplicate jobnames.             
  95.    ))DEST(dest) - the destination to which the SYSOUT data set is to be         
  96.               routed.                                                           
  97.    ))FORMS(form-number) - the SYSOUT form number, for the laser printer.         
  98.    ))ROOM(nnnn) - bin number for laser printer output.                          
  99.    ))COPIES(nnn) - the number of copies to be printed.                          
  100.    ))SYSOUT(value) - the output class for the SYSOUT data set.                  
  101.