set a where clause for all subsequent fetches
Parameters:
| Name | Type | Description |
|---|---|---|
where |
string
|
where expression(SAS Standard).Set to null to clear |
appEnv |
appEnv
|
app Environment from setup |
returns the current where
string
Example
let oldwhere = setWhere('x>10', appEnv);