Skip to Main Content
SAS 9.4 Output Delivery System, 2nd Edition
book

SAS 9.4 Output Delivery System, 2nd Edition

by SAS Documentation
December 2013
Intermediate to advanced content levelIntermediate to advanced
2058 pages
74h 56m
English
SAS Institute
Content preview from SAS 9.4 Output Delivery System, 2nd Edition
run;
Program Description
Begin the DATA Null step and declare the local variable obj. The DATA _NULL_
statement begins the DATA step. The DECLARE statement assigns obj as the variable
that identifies the object. The DECLARE statement also creates an instance. The SET
statement reads the observations from the Sashelp.Class data set.
title "Using a Variable Name to Display Data";
data _null_;
set sashelp.class ;
dcl odsout obj();
Specify the DATA set variables to use. Each DATA argument in the FORMAT_TEXT
method specifies a variable from the Sashelp.Class data set. The FORMAT_TEXT
method is executed once for each iteration of the data set and the values ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Cryptologic Aspects of German Intelligence Activities in South America during World War II

Cryptologic Aspects of German Intelligence Activities in South America during World War II

David P. Mowry

Publisher Resources

ISBN: 9781629590011