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 strongm 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: Kosa13
  • Content: Threads
  • Order by date
  1. Kosa13

    File Shortcuts

    Hi, could you tell me how can I copy all my shortcuts from "File Shortcuts" to another SAS Profile ? Regards...
  2. Kosa13

    Posthtml

    Hello SAS programmers. I am trying to do (using ODS) very simple HTML site. I wrote a code like this: Data Fakedata; Length fakevar $ 1; Label fakevar = '00'X; Fakevar = ' '; Run; Proc Template; DEFINE STYLE Fish_Style; STYLE Body / backgroundimage ="C:\Temp\Fishing_Club\Files\Tlo_1.gif"...
  3. Kosa13

    Hyperlink in footnote & Pop-up window (ODS)

    Hello, I have 2 questions... 1) How to put shortcut (link) to my e-mail in footnote ? 2) How to show pop-up window with text "No data..." if file in "_val_" link does not exist ? Example code: /****************************/ Data X; Input Letters $1.; Cards; A B C D E F ; Run; Proc...

Part and Inventory Search

Back
Top