PCA Command Sets/resets the SEARCH command's default qualifiers. Establishes current qualifiers and/or parameters to be used by PCA in the absence of SEARCH command qualifiers. Format SET SEARCH [parameter,...]
1 – Parameters
ALL NEXT IDENTIFIER STRING See qualifier description list.
2 – Description
The SET SEARCH command allows you to set the SEARCH command's default qualifiers. If you provide two parameters or qualifiers that have contradictory actions (such as ALL and NEXT), then the latter parameter or qualifier in the sequence is accepted. If you provide a qualifier and a parameter that have contradictory meanings (such as /ALL and NEXT), then the parameter takes precedence. Each of the qualifiers may be expressed as a parameter.
3 – Qualifiers
3.1 /ALL
Makes /ALL the default SEARCH qualifier.
3.2 /NEXT
Makes /NEXT the default SEARCH qualifier.
3.3 /IDENTIFIER
Makes /IDENTIFIER the default SEARCH qualifier.
3.4 /STRING
Makes /STRING the default SEARCH qualifier.
4 – Examples
PCAC> SET SEARCH IDENTIFIER PCAC> SHOW SEARCH Default search qualifiers: /NEXT /IDENTIFIER This command sets the default SEARCH qualifier as /IDENTIFIER.