home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / bit / listserv / sasl / 5384 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.3 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!uwm.edu!psuvax1!psuvm!auvm!WILPAT.WILPATERSON.EDU!HILDA
  2. From: hilda@WILPAT.WILPATERSON.EDU (HILDA SPAGNA)
  3. Newsgroups: bit.listserv.sas-l
  4. Subject: PROBLEM SOLVED SAS TAPE READ SLOW
  5. Message-ID: <9212161323.AA03019@pilot.njin.net>
  6. Date: 16 Dec 92 13:23:46 GMT
  7. Sender: "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. Reply-To: hilda@wilpat.wilpaterson.edu
  9. Lines: 17
  10. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  11. X-Vms-To: SMTP%"@NJIN:SAS-L@OHSTVMA.BITNET"
  12. X-Vms-Cc: HILDA
  13. Comments: To: OHSTVMA.BITNET@pilot.njin.net
  14.  
  15.  
  16.     This mail was not delivered, so I am sending it again:
  17.  
  18.                 SOLUTION TO TAPE READ PROBLEM
  19.     Regarding VAX SAS TAPE READ UNBELIEVABLY SLOW:
  20.     In 5.18 a SAS program used "PUT" statements to create FIXED format records
  21.     on DISK. Later, after user verified data, DCL copied disk to tape, a SAS
  22.     step read the tape and printed it. THE RECFM WAS F.  NO problem.
  23.     The problem arose when we went to SAS 6.07 and VAX 5.5-1.
  24.  
  25.     Now, the records are still created FIXED(as required by the state
  26.     agency to which the tape is going) but I have changed the
  27.  
  28.     SAS INFILE statement to include RECFM=D in the SAS read and print program,
  29.  
  30.     as suggested by JOE at the University of Oregon.  Thanks, Joe.  It works
  31.     in a flash! (the way it did before this problem)
  32.