Skip to Main Content
Base SAS 9.4 Procedures Guide, Third Edition
book

Base SAS 9.4 Procedures Guide, Third Edition

by SAS Institute
August 2014
Intermediate to advanced content levelIntermediate to advanced
2218 pages
209h 16m
English
SAS Institute
Content preview from Base SAS 9.4 Procedures Guide, Third Edition
libname proclib 'SAS-library';
Set the SAS system options. The NODATE option suppresses the display of the date
and time in the output. PAGENO= specifies the starting page number. LINESIZE=
specifies the output line length, and PAGESIZE= specifies the number of lines on an
output page.
options nodate pageno=1 linesize=80 pagesize=40;
Create the Proclib.Emp95 and Proclib.Emp96 data sets. Proclib.Emp95 and
Proclib.Emp96 contain employee data. IDNUM works well as an ID variable because it
has unique values. The first DATA step creates Proclib.Emp95. The second DATA step
creates Proclib.Emp96.
data proclib.emp95;
input #1 idnum $4. @6 name $15.
#2 address ...
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

Base SAS 9.4 Procedures Guide, Second Edition

Base SAS 9.4 Procedures Guide, Second Edition

SAS Documentation
Oracle® Database 10g Insider Solutions

Oracle® Database 10g Insider Solutions

Arun Kumar R., John Kanagaraj, Richard Stroupe

Publisher Resources

ISBN: 9781629593043