home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / sasl / 5543 < prev    next >
Encoding:
Text File  |  1993-01-06  |  2.2 KB  |  49 lines

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