Types of view parameters
PARm and QPARm commands
The PARm command filters existing data only. The QPARm command reissues a query with the specified filters and displays new data.
You can enter PARm on the COMMAND line of a current view with positional parameters or with the internal name for the element that you want to filter, as follows:
PAR m { value1 | keyword ( value )}
where
- value1 is a filter condition applied as a positional parameter. You can use this condition only for positional parameters that are valid for the view you want to filter. You can view a list of these parameters by placing your cursor on the view name and pressing the Help (PF1) key.
- keyword is a filter condition applied as a keyword parameter. The keyword parameter is the internal name for an element. The filter condition is used with the element name and must be enclosed in parentheses as elementName(value). To see the valid keywords for a view, you can use the SHOWFilt command. SHOWFilt shows all filters that are currently in effect.
For more information about the PARm command, type HELP PARm on the COMMAND line.
Positional parameters
Positional parameters are location specific and determined by their position in relation to other parameters. You enter positional parameters on the COMMAND line in a specific order with a view name.
You can enter positional parameters as follows: viewName parm1 parm2 parm3.
To determine which positional parameters you can use in a view, use either of the following actions to access online Help:
- Enter HELP with the view name, and select the positional parameters topic.
- Select the view name from the window information line with your cursor, press the Help (PF1) key, and , select the positional parameters topic.
You must enter the parameters in the sequence shown in the online Help. You must use an asterisk (*) as a placeholder for each parameter that you are not using.
Keyword parameters
Keyword parameters are internal element names that you can enter with a view name on the COMMAND line.
You can use the following syntax when entering keyword parameters: viewName elementName(value).
The variable elementName is the internal name for an element and the variable value is the filter condition.
You can also filter view data by using the commands and customization options described in Filtering-data-in-a-view-in-windows-mode.