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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!uvaarpa!darwin.sura.net!paladin.american.edu!auvm!!BILLS,
  3. Return-Path: <@OHSTVMA.ACS.OHIO-STATE.EDU:SAS-L@VTVM2.BITNET>
  4. X-VMS-To: INTERNET::"SAS-L@VTVM2.BITNET"
  5. MIME-version: 1.0
  6. Content-type: TEXT/PLAIN; CHARSET=US-ASCII
  7. Content-transfer-encoding: 7BIT
  8. Message-ID: <01GU0CU9N65U000057@RCCW21.RTI.ORG>
  9. Newsgroups: bit.listserv.sas-l
  10. Date:         Wed, 27 Jan 1993 10:16:03 -0500
  11. Reply-To:     "Harlene C. Gogan - Go Bills,
  12.               Beat the Cowpies" <RTIHCG@RTI.BITNET>
  13. Sender:       "SAS(r) Discussion" <SAS-L@UGA.BITNET>
  14. From:         "Harlene C. Gogan - Go Bills,
  15.               Beat the Cowpies" <RTIHCG@RTI.BITNET>
  16. Subject:      Follow-up on unbalanced quotes in DM
  17. Lines: 45
  18.  
  19. ------------------------------------------------------------------
  20. CONTENT: REPLY to unbalanced quotes in DM
  21. SUMMARY: Interactive nature counts quotes continuously
  22. REL/PL:  Happens in all under DM
  23. NMAE:    Harlene C, Gogan
  24. E-ADDR:  RTIHCG@RCC,RTI.ORG
  25. -------------------------------------------------------------------
  26.  
  27. A question I can answer!  You must acknowlege the interactive nature
  28. of your SAS session.  SAS counts quotes from the first time you
  29. have an unbalanced design.  The next time you SUBMIT the program,
  30. SAS still recalls the unbalanced quote from the LAST submit.  Unlike
  31. a batch process, SAS does not start from square one, but continues
  32. on from where it still has an unbalanced quote.
  33.  
  34. To stop the process, when you recall your program and "balance" your
  35. quotes, you still need to close the quote left open.  The simple way
  36. to do this is at the beginning of your program add a statement that
  37. is simply:
  38.            ';        (if you were using single quotes)      or
  39.            ";        (if your were using double quotes).
  40. This will get SAS to start over on counting quotes.
  41.  
  42. Remember, it's not a bug it's a FEATURE!!!
  43.  
  44. >----------------------------------------------------------------------
  45. >CONTENT:   Problems with unmatched quotes in DM
  46. >SUMMARY:   When the current string exceeds 200-something characters
  47. >             due to unmatched quotes, I usually BYE from the display
  48. >             manager and then restart.
  49. >REL/PLTF:  6.07.01 / VM/HPO 5.0
  50. >E-ADDR:    NAMP@suvm.bitnet
  51. >NAME:      Robert Cymbala / North American Maple Project
  52. >ADDRESS:   133 Illick Hall; SUNY-ESF; 1 Forestry Dr; Syracuse NY 13210
  53. >HONE:     315) 470-6742
  54. >----------------------------------------------------------------------
  55.  
  56. >The most frustrating thing about SAS Display Manager is having unmatched
  57. >quotes in  submitted lines and  not being able  to recover. Often  I use
  58. >BYE to quit, and then restart SAS (6.07).
  59.  
  60. >How do I avoid that?  Is there a command-line command that
  61. >"refreshes" ?  Lately, I noticed that single-quotes in comments like:
  62. > %* PROC SORT That's already done previously. ;
  63. >cause problems too.
  64.