Rod Eldridge 123 Computer Science Iowa State University Ames, IA 50011 515-294-4171 QUOTA Quota is a Fortran program to create and maintain the ISU Quota file. User records to be maintained can be specified by either username, or UIC. Before Quota can be exeuted, you must assign three logical names -- $ ASSIGN quota-file-spec ISUQUAX $ ASSIGN quota-dept-file DEPT $ ASSIGN quota-help-file HLPQUAX As an example, a file named QUOTA.ASN in [DECUS.ACCTG] is supplied. Quota will attempt to open the file associated with the logical name of ISUQUAX -- if the attempt fails, you will be prompted to create a new file. The only record that exists in a new quota file is the DEFAULT record. The following commands are allowed -- they can be abbreviated by their first character: ADD - adds a user record to the quota file. DEFAULT - alters the DEFAULT record. EXIT - terminates the quota program. HELP - lists and explains the quota commands and qualifiers. MODIFY - changes values in a user record. REMOVE - deletes a user record from the quota file. SHOW - displays reports for selected user records. Use the HELP command to list and explain the valid quota qualifiers. Commands can be specified then the "QUOTA>" prompt appears. Commands can be continued by specifing a dash "-" at the end of the current command line. The continuation prompt is "QUOTA>_". At ISU, we use BLDG# codes, COLLEGE# codes, and DEPT# codes for reporting and mailing purposes. An example DEPT# code file named DEPT83.DAT is supplied in [DECUS.FILES]. The COLLEGE# codes come from the DEPT# codes files. A BLDG# codes file does not exist online -- it is simply a listing of ISU buildings and our BLDG# code numbers for them. Compiling ISUCC Accounting Office programs. To compile any accounting programs, use the FORTRAN.COM file supplied. Read the FORTRAN.LIS file for instructions on using this command file.