Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: eguva
  • Content: Threads
  • Order by date
  1. eguva

    Writing SAS to Word document using DDE and word basic commands

    I am bookmarking the word docuemnt and writing to the bookmarks using SAS DDE and word basic command. I have 2 boookmarks in the header and my program is not recognizing the bookmarks in the header. Please let me know the word commands to write somethign to the book marks in the header
  2. eguva

    extracting data from PDF file into SAS

    Is there a way to read PDF files into SAS. I saw a presentation online, which says about ghost script, but i am not sure what it emans and how to do it. Can someone help me if you have idea of how to read a PDF file into SAS. Thanks, Eguva
  3. eguva

    String more than 262 characters

    Hi, I am trying to put a string into a word docuemnt with DDE.I am getting the warning below because the variable value is too long.May I please know how to get rid of this warning: "The quoted string currently being processed has become more than 262 characters long. You may have unbalanced...
  4. eguva

    Creation date for an external file

    The following code is from SAS support. It isn ot working when my file name or any of the directories/sub-directories have special characters such as space or hyphen.(eg.: C:\documents settings\test.sas Can someone help me to get away with this.The error i am getting is "Stderr output: The...
  5. eguva

    Determining most recently assigned title/s

    Hi, Is there any way to get the value assigned to title statements. Say, I am including a program file with libnames, titles assigned.I have no control of the program file.I just include it. In the new program that I am writing, I want to determine programatically, the titles assigned and put...
  6. eguva

    access=readonly to already defined libraries

    Hi, I have a file with all libnames defined.They all have write access.Now how can I make all the defined libraries or a few selected ones readonly. I can get the librefs,paths from dictionary.memn=bers and can create a macro to give readoly access to all opf the defined liobraries. I was...
  7. eguva

    Inserting text into a bookmarked table cell in word using DDE from SAS

    Hi, I am trying to insert a text into the table of a word document using SAS and DDE.say, one of the cell in the table has text "version:". I have a bookmark right after the : and truing to insert some text here. But, it is not working. It is working if I am trying to insert text at bookmarks...

Part and Inventory Search

Back
Top