! Copyright © Oracle Corporation 1995. All Rights Reserved. ! ! PERSMSG.MSG - The PERSONNEL DATABASE message file. ! ! This message file contains symbols codes used by the JOBINFO ! program that runs against the Oracle Rdb PERSONNEL Database. ! It is compiled as an OBJECT MESSAGE file with pointers to a ! non-executable MESSAGE file containing the text corresponding ! to the error symbols. ! ! ! ENVIRONMENT: ! ! AUTHOR: DLE, CREATION DATE: 25-APR-1985 ! ! MODIFICATION HISTORY: ! ! Version 2.0 ! 12-JUN-85 DLE (Add symbol for NORESNFO) ! ! 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. !-- ! NORESNFO !++ ! EXPLANATION: The employee does exist in the database, but there ! no resume information exists. ! ! USER ACTION: Check the number you entered for accuracy. The ! resume information for this employee can be added to the ! database. !-- ! .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