Unqualify
The Unqualify statement is used for switching off the qualification of field names that has been previously switched on by the Qualify statement.
Syntax:
Unqualify *fieldlist
Arguments:
Argument | Description |
---|---|
*fieldlist |
A comma separated list of the fields for which qualification should be turned on. Using * as field list indicates all fields. The wildcard characters * and ? are allowed in field names. Quoting of field names may be necessary when wildcards are used. Refer to the documentation for the Qualify statement for further information. |
Example 1:
Unqualify *;
Example 2:
Unqualify TransID;
Learn more
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!