Loading...
Searching...
No Matches
viewdata.test.3.sas File Reference

testing public/viewdata service full table search semantics More...

Go to the source code of this file.

Detailed Description

The viewer's search box runs a full table search through mp_searchdata. A character search is a partial (CONTAINS) match against every character column of the table and is case sensitive; a numeric search is an exact match against every numeric column.

The fixture below holds both cases of the same substring so the assertions can show the behaviour in both directions - a value with a capital letter is not found by a lowercase search and vice versa.

SAS Macros

Definition in file viewdata.test.3.sas.