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 everyone,
I still have problems with Footnote and Title in ODS and I have some more questions to using them.
My questions is:
1) In Title1 I have good image, but in Title 2 I have image with Hyperlink and image in Title2 is arounded by purple border. How to remove this border ??? I used...
Interest option :)
But how do this when we specify "OUT" file :) ?
/****************************************************/
proc report data=p2005 Out=X (Drop=_Break_) nowindows missing headskip;
column fac_id year,month,pd;
where '01Mar2005'd <= date <= '01Mar2006'd;
define fac_id / group...
Hi,
I tested footnote like this earlier but this code
Footnote "<a href=author@contact_mail.pl>AUTHOR@CONTACT_MAIL.PL</a>"
linkin my DISK (path) "C:\Temp\AUTHOR@CONTACT_MAIL.PL"
(not my e-mail) and I have screen with text "The page cannot be displayed". Any ideas ?
To my second question...
I...
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.