1 01/27/84  display_account_status, das
 2 
 3 Syntax:  das {Project_id} {-control_args}
 4 
 5 
 6 Function: allows system administrators to print the latest accounting
 7 information for a project.  The information is stored in the PDT of
 8 that project and is correct as of the last time the daily accounting
 9 job was run; it is usually run every night.
10 
11 
12 Arguments:
13 Project_id
14    is the Project_id of the project.  If this argument is not given,
15    the project under which the project administrator is currently
16    logged in is assumed.
17 
18 
19 Control arguments:
20 -brief, -bf
21    prints a one-line summary of the account information.
22 -long, -lg
23    prints all information found in the projfile (project registration
24    segment) entry and the reqfile (requisition segment) entry.
25 -no_header, -nhe
26    suppresses printing of the header.
27 
28 
29 Notes:  The user must have read access to the PDT to use this command;
30 usually only project administrators have such access.
31 
32 If neither the -brief nor -long control argument is given, all
33 information about charges is printed.
34 
35 For more information on the projfile and reqfile entries, see MAM --
36 System Administrator (AK50).  See also the proj_usage_report command
37 to get a brief summary of each user's resource consumption and the
38 print_pdt command to get more detailed information about each user.