! Copyright © Oracle Corporation 1995. All Rights Reserved. ! ! PERSMSG.MSG - The PERSONNEL message file. ! ! This message file contains symbols codes used by the program ! SQL$TERMINATE.MSG that runs against the PERSONNEL database. ! Use the MESSAGE utility to compile it into an object module. ! It is then linked with the object module for SQL$TERMINATE. ! ! The EXPLANATION statement should include what was tried, what ! happened, what error, how much damage, where it can occur, etc. ! The USER ACTION statement should include how to recover, automatic ! and manual alternatives, whom to contact, etc. ! ! Possible severity codes: ! .SEVERITY FATAL ! .SEVERITY WARNING ! .SEVERITY SUCCESS ! .SEVERITY ERROR ! .SEVERITY INFORMATIONAL ! ! .TITLE PERSMSG .FACILITY PER,27/PREFIX=PERS_ ! ! .SEVERITY ERROR IDNOTFND !++ ! EXPLANATION: You entered an employee identification number ! that does not current exists in the database. ! ! USER ACTION: Check your input to ensure the number you entered ! is correct. Obtain a list of the current employee id numbers. !-- JCNOTFND !++ ! EXPLANATION: You entered JOB CODE for an employee and ! that job code does not currently exist in the database. ! ! USER ACTION: Check your input to ensure the code you entered ! is correct. Obtain a list of current JOB CODE values. !-- DCNOTFND !++ ! EXPLANATION: You entered a DEPARTMENT CODE for an employee ! that does not currently exists in the database. ! ! USER ACTION: Check your input to ensure the code you entered ! is correct. Obtain a list of current DEPARTMENT CODE values. !-- MAXSALEXC !++ ! EXPLANATION: The salary amount entered for the employee exceeds ! the maximum allowed for the JOB-CODE entered. ! ! USER ACTION: Check the number you entered for accuracy. Check ! the maximum amount allowed for the JOB-CODE specified. Check the ! JOB-CODE entered. !-- .SEVERITY FATAL UNEXPATEND !++ ! EXPLANATION: An unexpected AT END condition was detected during ! the FETCH done to obtain the JOB-HISTORY record for an employee ! in order to modify the JOB-END date. ! ! USER ACTION: Check the database for data inconsistency. !-- NOSUPERID !++ ! EXPLANATION: No SUPERVISOR-ID was found for the DEPARTMENT-CODE ! entered. All departments must has a SUPERVISOR-ID. ! ! USER ACTION: Check the database for data inconsistency. !-- .END