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
PROC APPEND BASE=<libref.>SAS-data-set
<APPENDVER=V6>
<DATA=<libref.>SAS-data-set>
<ENCRYPTKEY=key-value>
<FORCE>
<GETSORT>
<NOWARN>;
Statement Task Example
APPEND Add observations from one SAS data set to the end of
another SAS data set
Ex. 1, Ex. 2
Using the APPEND Procedure
To copy only the table metadata and structure of a data set but not the data, use the
following example where Dataset1 is nonexistent:
proc append base=dataset1 data=dataset2(obs=0);
run;
proc contents data=dataset1;
run;
quit;
Examples: APPEND Procedure
Example 1: Concatenating Two SAS Data Sets
Features: PROC DATASETS statement options
APPEND statement options:
BASE=
DATA=
FORCE
Other features: ...
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