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"...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.