
{ Information needed to audit the processing of an SCL command.
{
{ COMMAND_NAME_P - a pointer to the name of the command.
{ COMMAND_SOURCE - specifies whether or not the command came from
{   the job's command file.
{ COMMAND_CALL_METHOD - specifies the type of command call.

  TYPE
    sft$ai_process_command = record
      command_name_p: ^clt$command_name,
      command_source: sft$command_source,
      command_call_method: clt$command_call_method,
    recend;

*copyc clt$command_call_method
*copyc clt$command_name
*copyc sft$command_source

