Use the following arguments in your DS2CSF macro call when you want to generate the CSF to an HTML file. Default argument values are listed first and displayed in bold type.
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.
htmlfile=external-filename
Note: Do not use the HTMLFILE
argument if you use the HTMLFREF
argument.
htmlfref=fileref
Note: Do not use the HTMLFREF
argument if you use the HTMLFILE
argument.
openmode=REPLACE | APPEND
OPENMODE=REPLACE
).
Specify APPEND
to add your new HTML-enhanced output to the end of an existing
file.
Note: OPENMODE=APPEND
is not valid if you are writing your resulting HTML to a
partitioned dataset (PDS) on z/OS.
Specify REPLACE
to delete the information from an existing file and replace it
with the new output.
runmode=B | S
Batch mode (RUNMODE=B
) means that you are submitting the DS2CSF macro
in the SAS Program Editor or you have included it in a SAS program.
Server mode (RUNMODE=S
) is used with Application Dispatcher
applications and causes the generator to print the HTTP header that is required by
Application Dispatcher. For more information, refer to the Application Dispatcher documentation.
Note: z/OS is the successor to the OS/390 and MVS operating systems. SAS/IntrNet 9.1 for z/OS is supported on the MVS, OS/390, and z/OS operating systems and, throughout this document, any reference to z/OS also applies to OS/390 and MVS, unless otherwise stated.