![]() | ![]() | ![]() | ![]() | ![]() |
The following code is the Rangeview HTML Generator invocation used to produce the first (digital) CSF in this example:
%ds2csf(data=test,
var=x,
pagepart=head, openmode=replace,
htmlfile=&htmlroot.test8.html,
bgtype=color, bg="#E0E0E0", center=y,
ttag=bold + italicized,
tface="Arial, Helvetica",
tcolor="#002288",
tsize=5,
fface="Arial, Helvetica",
fcolor="#002288",
fsize=3,
archive=&archive,
csftyp=digital,
clabval=red,
clabtxt=fuchsia,
depth=Two_And_A_Half_Dimension,
valuepos=Bottom_Center,
labelpos=Top_Center);
The following code is the Rangeview HTML Generator invocation used to produce the second (classic) CSF in this example:
%ds2csf(data=test,
var=x,
pagepart=foot, openmode=append,
htmlfile=&htmlroot.test8.html,
bgtype=color, bg="#E0E0E0", center=y,
ttag=bold + italicized,
tface="Arial, Helvetica",
tcolor="#002288",
tsize=5,
fface="Arial, Helvetica",
fcolor="#002288",
fsize=3,
archive=&archive,
csftyp=classic,
clabval=red,
clabtxt=fuchsia,
depth=Two_And_A_Half_Dimension,
valuepos=Top_Center,
labelpos=Bottom_Center);
Note the OPENMODE=APPEND specification, which enables the second CSF to reside on the same Web page as the first CSF. For a comprehensive list and description of all the parameters, see the Rangeview HTML Generator documentation.
Note: For SAS 9.2 or later, the DS2CSF macro is no longer supported. The documentation on this Web site is for Release 8.2 or earlier of SAS. Please migrate your applications to use the GKPI procedure with ODS and the JavaImg device driver.
These sample files and code examples are provided by SAS Institute Inc. "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. Recipients acknowledge and agree that SAS Institute shall not be liable for any damages whatsoever arising out of their use of this material. In addition, SAS Institute will provide no support for the materials contained herein.
%let htmlroot = directory-path-name;
%let archive = http://web-server-name/sasweb/graph/rvapplet.jar;
data test;x=0.8; format x 5.3; label x='Current Probability'; run;
title 'The Rangeview Object';
%ds2csf(data=test,
var=x,
pagepart=head, openmode=replace,
htmlfile=&htmlroot.test8.html,
bgtype=color, bg="#E0E0E0", center=y,
ttag=bold + italicized,
tface="Arial, Helvetica",
tcolor="#002288",
tsize=5,
fface="Arial, Helvetica",
fcolor="#002288",
fsize=3,
archive=&archive,
csftyp=digital,
clabval=red,
clabtxt=fuchsia,
depth=Two_And_A_Half_Dimension,
valuepos=Bottom_Center,
labelpos=Top_Center);
title;
%ds2csf(data=test,
var=x,
pagepart=foot, openmode=append,
htmlfile=&htmlroot.test8.html,
bgtype=color, bg="#E0E0E0", center=y,
ttag=bold + italicized,
tface="Arial, Helvetica",
tcolor="#002288",
tsize=5,
fface="Arial, Helvetica",
fcolor="#002288",
fsize=3,
archive=&archive,
csftyp=classic,
clabval=red,
clabtxt=fuchsia,
depth=Two_And_A_Half_Dimension,
valuepos=Top_Center,
labelpos=Bottom_Center);
These sample files and code examples are provided by SAS Institute Inc. "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. Recipients acknowledge and agree that SAS Institute shall not be liable for any damages whatsoever arising out of their use of this material. In addition, SAS Institute will provide no support for the materials contained herein.
| Type: | Sample |
| Topic: | Software Components ==> HTML Formatting Tools |
| Date Modified: | 2008-03-12 11:17:51 |
| Date Created: | 2005-07-08 10:14:22 |
| Product Family | Product | Host | SAS Release | |
| Starting | Ending | |||
| SAS System | SAS/IntrNet | All | n/a | n/a |
| z/OS | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| OpenVMS VAX | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| Microsoft Windows 95/98 | 8 TS M0 | |||
| Microsoft Windows 2000 Advanced Server | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| Microsoft Windows 2000 Datacenter Server | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| Microsoft Windows 2000 Server | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| Microsoft Windows 2000 Professional | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| Microsoft Windows NT Workstation | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| Microsoft Windows XP Professional | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| Windows Millennium Edition (Me) | 8 TS M0 | |||
| ABI+ for Intel Architecture | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| AIX | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| HP-UX | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| IRIX | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| OpenVMS Alpha | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| Solaris | 8 TS M0 | 9.1 TS1M3 SP4 | ||
| Tru64 UNIX | 8 TS M0 | 9.1 TS1M3 SP4 | ||





