home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / sasl / 5729 < prev    next >
Encoding:
Text File  |  1993-01-23  |  1.4 KB  |  39 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!UNC.BITNET!UBSHEFF
  3. Return-Path: <@OHSTVMA.ACS.OHIO-STATE.EDU:SAS-L@VTVM2.BITNET>
  4. Message-ID: <SAS-L%93012213101499@VTVM2.CC.VT.EDU>
  5. Newsgroups: bit.listserv.sas-l
  6. Date:         Fri, 22 Jan 1993 13:10:00 EST
  7. Reply-To:     Brian Sheff <UBSHEFF@UNC.BITNET>
  8. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  9. From:         Brian Sheff <UBSHEFF@UNC.BITNET>
  10. Subject:      MVS Clist Problem Resolved
  11. Lines: 26
  12.  
  13. SASlers,
  14.  
  15.      A long, long time ago in a galaxy far, far away ...
  16. a problem was posted on SUG-L dealing with user created clists.
  17. The problems been resolved, thanks to Mark at SI and the usage note
  18. (V6-SYS.SYS 5380), and we're updating yall.
  19.  
  20.      In V 6.07 under MVS, a clist calling SAS with the LOG and PRINT
  21. operands to data sets may cause the log and list output to be routed
  22. to a single file, if the two data sets are identical except for the
  23. last level.  For example
  24.  
  25.      SAS PRINT('''userid.OUTPUT''') LOG('''userid.OUTPUT.LOG''')
  26.  
  27.      As shown above, one data set name is completely contained
  28. in the other.  Both the log and list output would be sent to
  29. 'userid.OUTPUT.LOG'.
  30.  
  31.      NOTE: this problem was fixed in Version 6.08.
  32.  
  33.      To circumvent this from happening:
  34.  
  35.      Have PRINT pointed to 'userid.OUTPUT.LIST' and LOG pointed to
  36. 'userid.OUTPUT.LOG'.
  37.  
  38.  Brian Sheff
  39.