home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!paladin.american.edu!auvm!PHPDLS1.EM.CDC.GOV!RJF2
- Encoding: 38 TEXT
- X-Mailer: Microsoft Mail V3.0
- Message-ID: <2B4B080F@router.em.cdc.gov>
- Newsgroups: bit.listserv.sas-l
- Date: Wed, 6 Jan 1993 18:08:00 EST
- Reply-To: rjf2@PHPDLS1.EM.CDC.GOV
- Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
- From: rjf2@PHPDLS1.EM.CDC.GOV
- Subject: VSE SAS questions
- Comments: To: SAS-L@uga.cc.uga.edu
- Lines: 34
-
- content : Response
- summary : some hints on SAS output with JCL, maybe relevant to VSE?
- rlse/platform: V6.07 / MVS
- Ron Fehd : SMTP:BitNet: <rjf2@phpdls1.em.cdc.gov>
- Centers for Disease Control
- 1600 Clifton Rd MS:G25 FAX : 404/639-1778
- Atlanta, GA 30333 USA phone: 404/639-1707
-
- ???????????????????????????????????????????????????????????????????????
- Subject: VSE SAS questions
- ...
- In our system the SAS ouput goes to the list queue before it is printed.
- Every time I run a job I get two output files in the queue. One is for
- the actual SAS listing and the other is the program output. In the file with
- the reports though I am also receiving all kinds of extra garbage that the
- people the reports are for don't care about. Things like JCL and file format
- things. What I want to do is turn this off or direct it to another file in
- the list queue. Does anyone know if there is a way to do this?
- -------------------------------------------------------------------------
- Allen E. Stoner Internet: astoner@mcis.messiah.edu
- Academic Application Programmer Messiah College
- Voice: (717)766-2511 ext. 7109 Fax: (717)691-6002
- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
-
- this used to frustrate me no end: having the JCL with the output.
- I mean, do I need a half a tree of JCL with every report, all ready?
-
- I'd suggest that you get your systems programmers and look at the
- PROCLIB where SAS is executed from. In MVS the output destination is
- controlled with the CLASS= and WTR= parms. You obviously have the JCL
- and the (V5.18::FT12F001, V6.0?::SASLIST)
- directed to the same output queue.
-
- endSAS;
-