Demonstration & Implementation


Demonstration

UNIX Solaris 2.4, SAS 6.12 (modifiable)

SAS/IntrNet vs. BASE & SAS/GRAPH

Predetermined number of pages?
How long are SAS process per request?
Frequency of updates?

Sample Code

Capturing UNIX system information
filename psetenv pipe "/usr/ucb/ls -al /sastmp | grep SAS_work";

Creating HTML links
put tc1 &link2 'User' _tc1;

Copying HTML files to web server
x "rcp &outfile webserver:/usr/local/etc/httpd/document-home/groups/Magi/SAS/sa
smon/&outfile";