home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / notisl / 4651 < prev    next >
Encoding:
Text File  |  1993-01-21  |  2.4 KB  |  48 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!gatech!paladin.american.edu!auvm!ADM.ANGELO.EDU!ZCVS
  3. Message-ID: <NOTIS-L%93012113564572@VM.TCS.TULANE.EDU>
  4. Newsgroups: bit.listserv.notis-l
  5. Date:         Thu, 21 Jan 1993 13:48:02 CDT
  6. Sender:       NOTIS discussion group list <NOTIS-L@TCSVM.BITNET>
  7. From:         "Colegate V. Spinks" <ZCVS@ADM.ANGELO.EDU>
  8. Subject:      Re: POWER JECL from cataloged PROCs
  9. Comments: To: NOTIS discussion group list <NOTIS-L@VM.TCS.Tulane.EDU>
  10. In-Reply-To:  Message of Wed,
  11.               20 Jan 1993 16:44:00 CST from
  12.               <VAUGHAN%VUCTRVAX.bitnet@VM.TCS.Tulane.EDU>
  13. Lines: 33
  14.  
  15. There are methods of approaching this problem.  The way I have my JCL
  16. setup to run is as follows:
  17.   * $$ JOB ....
  18.   * $$ LST DISP=D,CLASS=A,FNO=XXXX,DEST=(,XXX),LST=00E
  19.   * $$ LST DISP=D,CLASS=A,FNO=XXXX,DEST=(,XXX),LST=02E
  20.   * $$ LST DISP=D,CLASS=A,FNO=XXXX,DEST=(,XXX),LST=03E
  21.   // EXEC PROC=XXXXXXXX, .....
  22.   /*
  23.   /&
  24.   * $$ EOJ
  25.  
  26. In this example, it assumes that the partition in which the job is running
  27. supports more than one printer.  It is an easy task to set up the partition
  28. to support multiple printers.  This is managed mostly by power in the partiton
  29. startup.  In the proc, you would simply add assign cards for SYSLST, or
  30. what ever logical unit you wanted to direct the output to the specific printer.
  31. For example, in the proc, the output of the first two steps goes to one
  32. office and the remainder to another office. In the proc were you would add
  33. a second Power jecl LST card, place an // ASSGN SYSLST,02E.  The remainder
  34. of the output would be directed to the second printer.  Realize the printers
  35. associated with the partitions are not real printers.  The only real printers
  36. are managed by power.  Hope this helps, if you have any more questions, feel
  37. free to ask.
  38.  
  39. +----------------------------------------------------------------------+
  40. : Colegate Spinks, Analyst/Network Specialist, Angelo State University :
  41. : 2601 WEST AVENUE N, BOX 11020, SAN ANGELO, TEXAS  76901              :
  42. : Internet:ZCVS@ADM.ANGELO.EDU, Voice:915-942-2333, Fax:915-942-2109   :
  43. +----------------------------------------------------------------------+
  44. : Have a nice day (Warning: This offer expires at midnight, some       :
  45. : restrications and limitations may exist, not valid in all 50 states, :
  46. : void where prohibited by law, and is non-transferable)               :
  47. +----------------------------------------------------------------------+
  48.