![]() Chapter Contents |
![]() Previous |
![]() Next |
| The ODS Statements |
| Featured in: | Creating Output Data Sets |
| ODS OUTPUT action |
| ODS OUTPUT data-set-definition(s); |
| Arguments |
| Restriction: | The Output destination must be open for this action to take effect. |
| output-object-specification=SAS-data-set |
| output-object<(MATCH_ALL<=macro-var-name> PERSIST=PROC | RUN)> |
To specify an output object, you need to know what output objects your SAS program produces. The ODS TRACE statement writes to the SAS log a trace record that includes the path, the label, and other information about each output object that is produced. (See ODS TRACE Statement.) You can specify an output object as
Univariate.City_Pop_90.TestsForLocationpartial paths are
City_Pop_90.TestsForLocation
TestsForLocation
"The UNIVARIATE Procedure"."CityPop_90"."Tests For Location"partial label paths are
"CityPop_90"."Tests For Location"
"Tests For Location"
| Featured in: | Creating Output Data Sets |
ods output clear;
| See also: | How ODS Determines the Destinations for an Output Object |
| Tip: | You can specify data set options in parentheses immediately after SAS-data-set. |
| Featured in: | Creating Output Data Sets |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.