{
{   This request defines the environment for a command utility.
{
{       CLP$BEGIN_UTILITY (NAME, ATTRIBUTES, STATUS)
{
{ NAME: (input)  This parameter specifies the name of the utility.
{
{ ATTRIBUTES: (input)  This parameter specifies the initial attributes for the
{       utility.  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_line_preprocessor, 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$term_command_not_defined
{                    cle$unknown_utility_attribute
{                    cle$improper_utility_attribute
{                    cle$improper_utility_attr_value
{                    cle$improper_utility_name
{
