
{ Information needed to identify a job for auditing purposes.
{
{ FAMILY_NAME_P - a pointer to the name of the family for the job.
{ USER_NAME_P - a pointer to the user name for the job.
{ ACCOUNT_NAME_P - a pointer to the name of the account for the job.
{ PROJECT_NAME_P - a pointer to the name of the project for the job.
{ TERMINAL_NAME_P - a pointer to the name of terminal for interactive jobs.
{   If this is not an interactive job, NIL should be specified.

  TYPE
    sft$ai_user_identification = record
      family_name_p: ^ost$family_name,
      user_name_p: ^ost$user_name,
      account_name_p: ^avt$account_name,
      project_name_p: ^avt$project_name,
      terminal_name_p: ^ost$name,
    recend;

*copyc avt$account_name
*copyc avt$project_name
*copyc ost$name
*copyc ost$user_identification
