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