Access to the system is dependent upon multiple set up requirements. One of the requirements is that user's record in the User Access File cannot have an expiration date that has been reached.

In order to update multiple user records at the same time, create a spreadsheet listing user codes that should either be:
Use this program to read the spreadsheet and update the "Account Expire Date" field in the User Access File records.

To access the program, type UAFEXP (RET) at any menu "OPTION:" field or the appropriate number on the Security System Menu. The screen will then display:

OPTION: __ UPDATE USER EXPIRE DATE


1 File name
2 Acct Exp Date









1BEGIN 2 3ERASE 4 5 6 7HELP 8


Enter data as follows:

1. FILE NAME

Enter up to 60 alphanumeric characters representing the csv file name. The file name is relative to the CARS+ base installation directory. If the file is not located in or under that directory, and absolute path name needs to be given.

EXAMPLE: Type USERS.CSV (RET) (relative path name indicating the file is located in the base installation directory)

EXAMPLE: Type /home/abc/USERS.CSV (RET) (absolute path name indicating the file is located in user abc's home directory.

2. ACCT EXP DATE

To deactivate users:

Using the selected date format, enter the expiration date that should be loaded in the records for the users listed in the csv file.

EXAMPLE: Type 063016 (RET)

To reactivate users:

Leave this field blank.

EXAMPLE: Press (RET)


Press F1 to begin.