home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / sasl / 5466 < prev    next >
Encoding:
Text File  |  1992-12-23  |  2.3 KB  |  53 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!NIHCU.BITNET!HIS
  3. Message-ID: <SAS-L%92122309180891@UGA.CC.UGA.EDU>
  4. Newsgroups: bit.listserv.sas-l
  5. Date:         Wed, 23 Dec 1992 09:15:25 EST
  6. Reply-To:     Howard Schreier <HIS@NIHCU.BITNET>
  7. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  8. From:         Howard Schreier <HIS@NIHCU.BITNET>
  9. Subject:      Microfiche
  10. Lines: 41
  11.  
  12. CONTENT:  Summary
  13. SUMMARY:  SAS can work with PTFORM to produce microfiche
  14.  
  15. Some time ago ago I asked:
  16.  
  17. > Does anyone have any  experience  routing  SAS  output  to
  18. > micofiche,  in  particular  with the EZFORM/PTFORM package
  19. > from DatagraphiX?
  20.  
  21. I received helpful responses from John Breed,  Phil  Miller,
  22. and  James Ssemakula.  John's was particularly specific, and
  23. confirmed for me that my tentative strategy (to capture  SAS
  24. print  output  on disk and post-process with PTFORM) was the
  25. right one.
  26.  
  27. Implementing the PTFORM job step was  a  little  rough;  the
  28. syntax and style for coding specs are modeled on IBM JCL :-(
  29. and the manual leaves a lot to be desired.   Fortunately,  I
  30. was  able  to design my SAS output in a way which simplified
  31. the PTFORM phase.  In particular, I  used  a  DATA  step  to
  32. generate  a  two-column layout and echoed the first and last
  33. keys appearing on each page in fixed  positions  (phone-book
  34. style).   This made the PTFORM specs to pick up indexing and
  35. titling information relatively simple.
  36.  
  37. I learned (no surprise) that some people who  formerly  used
  38. microforms  now  use digital media instead.  The information
  39. which I am now recording on microfiche is actually available
  40. on  CD-ROM  through the Commerce Department's National Trade
  41. Data Bank.  The catch is that the  mastering,  reproduction,
  42. and distribution of the NTDB disks delays availability for a
  43. couple of weeks.  I can generate microfiche within a day  or
  44. two,  so  at the very least it serves to make data available
  45. in the interim.
  46.  
  47. /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  48. \   Howard Schreier, U.S. Dept. of Commerce, Washington    /
  49. /                     MVS 5.18 & 6.07                      \
  50. \   Voice: (202) 377-4180        BITNET: HIS@NIHCU         /
  51. /   Fax:   (202) 377-4614      INTERNET: HIS@CU.NIH.GOV    \
  52. \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
  53.