The Adabas ADARUN statements and parameters define the nucleus operating environment. The error messages that can result from ADARUN statements and parameters are described in this section. These messages have the following format:
ADARUN error-nn,message-text
where nn is the message number and message-text describes the error. All ADARUN error messages are accompanied by a user abend 35 (abnormal end without a dump) code.
For information regarding ADARUN parameter syntax, refer to the Adabas operations documentation.
Error-1 | Error-2 | Error-3 | Error-5 | Error-6 | Error-7 | Error-8 | Error-9 | Error-20 | Error-21 | Error-22 | Error-23 | Error-25 | Error-29
Error-1 | I/O error Reading DDCARD |
Explanation |
A job control (JCL) error occurred. |
Action |
Correct the error and rerun the job. |
Error-2 | Unknown module |
Explanation |
The library allocation JCL is incorrect. |
Action |
Correct the error and rerun the job. |
Error-3 | Keyword ADARUN missing |
Explanation |
The ADARUN parameter statement is missing the literal "ADARUN" at the beginning of the statement. |
Action |
Add the ADARUN keyword and rerun the job. |
Error-5 | Invalid parameter syntax |
Explanation |
One of the following errors has occurred:
|
Action |
Correct the error and rerun the job. |
Error-6 | Ambiguous keyword ambkey |
Explanation |
ADARUN detected an ambiguous keyword (ambkey) in its specifications. |
Action |
Correct the error and rerun the job. |
Error-7 | Unknown keyword keyword |
Explanation |
ADARUN detected the invalid keyword shown in the message (keyword). |
Action |
Correct the error and rerun the job. |
Error-8 | Error loading module modname |
Action |
ADARUN detected a nonzero return code from the operating system's load function. |
Action |
Refer to any related ADAInn or other messages for the specific return code value, then refer to the appropriate operating system information to determine what action to take. |
Error-9 | ADARUN not called from USER program |
Explanation |
ADARUN was not called by a user program but the ADARUN PROGRAM parameter was specified with a value of "USER" or "RENTUSER". |
Action |
Correct the JCL or control statements and rerun the job. |
Error-20 | Wrong AMODE-24 for RMODE-31 |
Explanation |
ADARUN detected one or more loaded modules linked with RMODE={ANY | 31} while it runs in AMODE=24. |
Action |
Check the load library and either relink modules linked with AMODE=24 to AMODE={ANY | 31}, or relink modules linked with RMODE=ANY to RMODE=24. |
Error-21 | Inconsistent CLUSTER parameter |
Explanation |
ADARUN detected an inconsistent CLUSTER parameter setting:
|
Action |
Correct the error and rerun the job. |
Error-22 | Inconsistent NPLOG or NCLOG parameter |
Explanation |
ADARUN detected an inconsistent parameter:
|
Action |
Correct the error and rerun the job. |
Error-23 | Invalid value for parameter parmname |
Explanation |
ADARUN detected an invalid or inconsistent value for the parameter listed in the message (parmname). |
Action |
Correct the error and rerun the job. |
Error-25 | Version mismatch in one or more modules |
Explanation |
One or more Adabas modules loaded by ADARUN have different version/release/patch-level indicators (or in some cases, version/release indicators) than ADARUN itself. The mismatching modules are listed in preceding "ADARUN Warning: Mismatching version indicators in module xxxxxx" messages, where xxxxxx is the load module name. ADARUN terminates with the Error-25 only if the Adabas SAF Security add-on product is installed. |
Action |
Provide a load library (or concatenation of load libraries) where all Adabas modules belong to the same Adabas version, release and patch-level, or for add-on products, the same version and release level. |
Error-29 | Loaded modules do not support ENCRYPTION |
Explanation |
The Adabas load library is not correct and does not fully support Adabas Encryption, Adabas Auditing or Adabas SAF Security 8.3. Either the ADAIOR/IOS modules do not support Adabas Encryption or some of the required maintenance in the nucleus and utilities is missing. |
Action |
Review and correct the JOBLIB/STEPLIB concatenation or combined load library, as per the installation instructions for Adabas Encryption. Ensure that all zaps required for Adabas Encryption, Adabas Auditing or Adabas SAF Security 8.3 have been applied. |