access.not Modifier/Access: Verbs
access.not
| Command | access.not Modifier/Access: Verbs Applicable release versions: AP, R83 |
|---|---|
| Category | Access: Verbs (152) |
| Description | represents a "not equal to" condition. This reverses the "true" sense of the condition in a selection criteria. The "#", "no" and "ne" " operators perform the same function as "not". |
| Syntax | if not {each} attr.name {operator} {"value"} |
| Options | |
| Example | list jobs if not stat = "c" list jobs if stat not "c" |
| Purpose | |
| Related |
access.attr.name access.with access.logical.operators access.without access.relational.operators access.each access.connectives access.le access.no access.# access.ne |
