14.03.2014 Views

Scripting Guide - SAS

Scripting Guide - SAS

Scripting Guide - SAS

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 9 Data Tables 265<br />

Messages for Data Tables<br />

Add Filter adds rows and builds the WHERE clauses that describe a subset of the data table. The basic<br />

syntax is:<br />

Add Filter( columns( col, ... ), Where( ... ), ... )<br />

To add columns to the data filter, list the columns names separated by commas. Note that this is not a list<br />

data structure.<br />

You can define one or more WHERE clauses to specify the filtered columns. For example:<br />

dt = Open( "$SAMPLE_DATA/Big Class.jmp" );<br />

df = dt = 50 & :height

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

Saved successfully!

Ooh no, something went wrong!