The %DQPUTLOC AUTOCALL
macro displays the contents of the specified locale in the SAS log.
Locale contents include all definitions, parse tokens, related functions,
and the names of the parse definitions that are related to each match
definition. Knowing the related parse definitions enables the creation
of parsed character values. See
DQPARSETOKENPUT Function for additional
information.
It also enables the
creation of match codes for parsed character values. See
DQMATCHPARSED Function for additional
information.
Load the specified locale
into memory with %DQLOAD before you submit %DQPUTLOC.