|
Opens, manages, or closes the CSVALL destination, which produces output containing columns of data values that are separated by commas, and produces tabular output with titles, notes, and bylines
Valid:anywhere
Category:ODS: Third-Party Formatted
Syntax
ODS CSVALL < (<ID=>identifier)> <action>;
ODS CSVALL <(<ID=>identifier)> <file-specification(s)><option(s)>;
Details
The ODS CSVALL statement is part of the ODS markup family of statements. ODS statements in the markup family open the markup destination and produce output that is formatted using one of many different markup languages such as HTML (Hypertext Markup Language), XML (Extensible Markup Language), and LaTeX. You can specify a markup language that SAS supplies, or create one of your own and store it as a user-defined markup language.
用SAS自带的功能SAS HELP AND DOCUMENTAIONS就可以查到了。
|