Use the following arguments in your DS2TREE macro call when you want to generate the hierarchical tree to an HTML file. Default argument values are listed first and displayed in bold type.
htmlfile=external-filename
HTMLFREF
, is required if you specify
MAKEHTML=Y
.
Note: Do not use the HTMLFILE
argument if you use the
HTMLFREF
argument.
htmlfref=fileref
HTMLFILE
, is required if you specify
MAKEHTML=Y
.
Note: Do not use the HTMLFREF
argument if you use the HTMLFILE
argument.
xmlfile=external-filename
XMLFREF
, is required if you specify
MAKEXML=Y
and XMLTYPE=EXTERNAL
.
Note: Do not use the XMLFILE
argument if you use the
XMLFREF
argument.
xmlfref=fileref
XMLFILE
, is required if you specify
MAKEXML=Y
and XMLTYPE=EXTERNAL
.
Note: Do not use the XMLFREF
argument if you use the XMLFILE
argument.
makehtml=Y | N
MAKEHTML=N
and MAKEXML=Y
, then only an
XML file will be generated.
makexml=Y | N
MAKEXML=N
and MAKEHTML=Y
, then only an
HTML file will be generated. Note that under these circumstances, you must
specify a value for the XMLURL
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 DS2TREE
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 SAS/IntrNet Application Dispatcher
documentation at http://support.sas.com/documentation..
xmltype=INLINE | EXTERNAL
EXTERNAL
you must also specify a value for either the
XMLFILE
or XMLFREF
arguments.
This argument is required if MAKEXML=Y
was specified.
xmlurl=value
This argument is required if specified XMLTYPE=EXTERNAL
.
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.