Lists all occurrences of the requested entity type that the current user is authorized to display.
Online users: With a large number of entity occurrences, ALL may slow response time.
Lists the first occurrence of the named entity type.
Lists the last occurrence of the named entity type.
Lists the next occurrence of the named entity type.
Lists the prior occurrence of the named entity type.
Specifies the number of occurrences of the named entity type to list. 1 is the default.
Identifies the entity type or entity synonym that is the object of the DISPLAY/PUNCH ALL request. Valid values for each compiler appear in the table under "Usage" in this section.
Specifies criteria to be used by the compiler in selecting occurrences of the requested entity type.
The outcome of a test for the condition determines which occurrences of the named entity type the schema or subschema compiler selects for display.
Compares an entity type operand with a mask value.
Identifies the left operand as a syntax option associated with the named entity type. The table in the "Usage" section lists valid options for each entity type.
Searches the left operand for an occurrence of the right operand. The length of the right operand must be less than or equal to the length of the left operand. If the right operand is not contained entirely in the left operand, the outcome of the condition is false.
Compares the left operand with the right operand one character at a time, beginning with the leftmost character in each operand. When a character in the left operand does not match a character in the right operand, the outcome of the condition is false.
Identifies the right operand as a character string; the specified value must be enclosed in quotation marks. Mask-value can contain the following special characters:
|
Special Characters |
Description |
|---|---|
|
@ |
Matches any alphabetic character in entity-option-keyword. |
|
# |
Matches any numeric character in entity-option-keyword. |
|
* |
Matches any character in entity-option-keyword. |
Compares values contained in the left and right operands based on the specified comparison operator.
Identifies a character string enclosed in quotes.
Identifies a numeric value.
Identifies a syntax option associated with the named entity type; valid options for each entity type are listed in the table presented in the "Usage" section.
Specifies that the left operand must equal the right operand for the condition to be true.
Specifies that the left operand must not equal the right operand for the condition to be true.
Specifies that the left operand must equal the right operand for the condition to be true.
Specifies that the left operand must be greater than the right operand for the condition to be true.
Specifies that the left operand must be less than the right operand for the condition to be true.
Specifies that the left operand must be greater than or equal to the right operand for the condition to be true.
Specifies that the left operand must be less than or equal to the right operand for the condition to be true.
Specifies that the opposite of the condition fulfills the test requirements. If NOT is specified, the condition must be enclosed in parentheses.
Indicates the expression is true only if the outcome of both test conditions is true.
Indicates the expression is true if the outcome of either one or both test conditions is true.
Note: For descriptions of the remaining DISPLAY parameters, see 12.5, “DISPLAY/PUNCH Operations".
|
Copyright © 2014 CA.
All rights reserved.
|
|