14.03.2014 Views

Scripting Guide - SAS

Scripting Guide - SAS

Scripting Guide - SAS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

274 Data Tables Chapter 9<br />

Manipulating Columns<br />

Merge Update<br />

Tabulate<br />

With( Data Table( "update data" ) ),<br />

Match Columns( :ID = :ID ),<br />

Add Columns from Update table( :col1, :col2, :col3 )<br />

);<br />

Merge Update is an alias for Update.<br />

Tabulate constructs tables of descriptive statistics. The tables are built from grouping columns, analysis<br />

columns, and statistics keywords. This example tabulates Big Class.jmp.<br />

dt

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!