{
{   This request gets the values of selected command utility attributes.
{
{       CLP$GET_UTILITY_ATTRIBUTES (NAME, ATTRIBUTES, STATUS)
{
{ NAME: (input)  This parameter specifies the name of the utiility whose
{       attributes are to be obtained.  If osc$null_name is specified, the
{       currently active utility is referenced.
{
{ ATTRIBUTES: (input, output)  This parameter specifies the attributes to get
{       via setting the key field of the array elements to designate the
{       desired attribute.  The attribute values are returned in the
{       corresponding array elements.  The following attributes may be
{       specified:  clc$null_utility_attribute,
{       clc$utility_command_search_mode, clc$utility_command_table,
{       clc$utility_function_table, clc$utility_function_proc_table,
{       clc$utility_interactive_include, clc$utility_libraries,
{       clc$utility_line_preprocessor, clc$utility_name,
{       clc$utility_online_manual, clc$utility_prompt,
{       clc$utility_subcmnd_log_enabled, clc$utility_termination_command.
{
{ STATUS: (output)  This parameter specifies the request status.
{       CONDITIONS:  cle$unknown_utility
{                    cle$unknown_utility_attribute
{                    cle$improper_utility_attribute
{                    cle$improper_utility_name
{
