{
{   This request is used to change the attributes of a utility that was
{ defined via the clp$begin_utility request.  The attributes of a utility
{ defined via the UTILITY/UTILEND command cannot be changed via this request.
{
{       CLP$CHANGE_UTILITY_ATTRIBUTES (NAME, ATTRIBUTES, STATUS)
{
{ NAME: (input)  This parameter specifies the name of the utiility whose
{       attributes are to be changed.
{
{ ATTRIBUTES: (input)  This parameter specifies the attributes of the utility
{       that are to be changed.  The following attributes may be specified:
{       clc$null_utility_attribute, clc$utility_command_table,
{       clc$utility_function_table, clc$utility_function_proc_table,
{       clc$utility_interactive_include, clc$utility_line_preprocessor,
{       clc$utility_online_manual, clc$utility_prompt,
{       clc$utility_subcmnd_log_enabled.
{
{ STATUS: (output)  This parameter specifies the request status.
{       CONDITIONS:  cle$unknown_utility
{                    cle$unknown_utility_attribute
{                    cle$improper_utility_attribute
{
