Previous Topic: CA IDMS Log Analyzer MessagesNext Topic: Informative Messages


Error Messages

CA IDMS Log Analyzer Error Messages are prefixed by an Ennn number. The following list provides an explanation of each message that includes a possible cause for the message and the suggested action to be taken by the user to correct the problem.

E001 AN ERROR HAS OCCURRED WHILE OPENING file name; RETURN CODES ARE n1, n2, n3, n4

Reason:

Probable JCL error or Z/VSE I/O module has not been generated correctly. Processing terminates with an abend.

Action:

Correct and resubmit the job. See Table 6-1 for explanation and appropriate action for the return codes indicated.

E002 AN ERROR HAS OCCURRED WHILE CLOSING file name; RETURN CODES ARE n1, n2, n3, n4

Reason:

A temporary file has been deleted prematurely. Processing terminates with an abend.

Action:

Correct and resubmit the job. See Table 6-1 for explanation and appropriate action for the return codes indicated.

E003 AN ERROR HAS OCCURRED WHILE READING file name; RETURN CODES ARE n1, n2, n3, n4

Reason:

Probable JCL error or Z/VSE I/O module has not been generated correctly. Processing terminates with an abend.

Action:

Correct and resubmit the job. See Table 6-1 for explanation and appropriate action for the return codes indicated.

E004 AN ERROR HAS OCCURRED WHILE WRITING file name; RETURN CODES ARE n1, n2, n3, n4

Reason:

Probable JCL error or Z/VSE I/O module has not been generated correctly. Processing terminates with an abend.

Action:

Correct and resubmit the job. See Table 6-1 for explanation and appropriate action for the return codes indicated.

E005 A MINOR KEYWORD WAS NOT RECOGNIZED text

Reason:

A minor keyword was misplaced or misspelled. The specific input that was not recognized is printed.CA IDMS Log Analyzer ignores the invalid text and skips to the next valid Keyword. Processing continues unless CONT=NO was specified.

Action:

Correct the parameter and resubmit.

E006 A MAJOR KEYWORD WAS NOT RECOGNIZED text

Reason:

A major keyword was misplaced or misspelled. The specific input that was not recognized is printed.CA IDMS Log Analyzer ignores the invalid text and skips to the next valid keyword. Processing continues unless CONT=NO was specified.

Action:

Correct the parameter and resubmit.

E007 CONTINUATION OF PARAMETERS NOT RECEIVED

Reason:

A parameter statement with a trailing comma was followed by a parameter with a new major keyword or the parameter was the final statement in the input. Parameter is accepted as entered unless CONT=NO was specified.

Action:

Correct the parameter and resubmit.

E008 KEYWORD TABLE IS MISSING

Reason:

CA IDMS Log Analyzer load module is incomplete. Processing terminates with an abend.

Action:

Confirm that CA IDMS Log Analyzer was properly installed and reinstall as necessary.

E009 KEYWORD VALUE ERROR text

Reason:

The value entered for a keyword was unacceptable to CA IDMS Log Analyzer. The specific problem is noted in the text. CA IDMS Log Analyzer ignores invalid keyword and skips to the next valid keyword. Processing continues unless CONT=NO was specified.

Action:

Correct the parameter and resubmit.

E010 LIMIT OF 20 REPORT PARAMETERS REACHED

Reason:

More than twenty (20) valid report parameters have been encountered. The first twenty (20) parameters are processed unless CONT=NO was specified.

Action:

Eliminate the excess parameter statements.

E011 ALL REPORT REQUESTS WERE INVALID

Reason:

All report requests entered were invalid. Processing terminates with an abend.

Action:

Correct the requests and resubmit.

E012 FILE USED AS LOG ARCHIVE IS OF UNKNOWN TYPE

Reason:

First record on the log archive file was not of a known log type. Processing terminates with an abend.

Action:

Supply a correct file and resubmit.

E013 SORT FAILED sort return code/program name/sort number

Reason:

An internally requested sort has ended improperly. Processing terminates with an abend. Message text lists the return code received from the sort, the name of the CA IDMS Log Analyzer module that requested the sort and the number of the sort within that module (if the module does more than one sort).

Action:

Based on sort message content, correct the problem and resubmit.

E014 REPORT UNKNOWN text

Reason:

A report request was submitted for an unrecognized report. Message text lists the unrecognized report.CA IDMS Log Analyzer ignores an invalid request and skips to the next valid request. Processing continues unless CONT=NO was specified.

Action:

Correct the request and resubmit.

E015 Log Analyzer TERMINATED....

.... ALL ARCHIVE LOG RECORDS FAILED....

Reason:

The Log file was created without specifying STATISTICS TASK WRITE in the central version (CV) sysgen.

START, STOP, NAME, etc. parameters found no matching Archive Log Records.

The database log was used as input.

Processing terminates by forcing an abend.

Action:

Check the I006 messages for record types 6-02 and 6-03. If none of these record types are present, ensure that the CV was generated with STATISTIC TASK WRITE. Additionally, if CA IDMS Task Analyzer is installed, ensure that DC STATISTICS Y is specified on USFAOPT.

Change the selection parameter or supply a different Archive Log File.

Change the JCL to specify a proper log file for input. See Note 4 in the chapter “Operations”.

.... PARAMETER STATEMENTS ARE REQUIRED

Reason:

CA IDMS Log Analyzer must have input parameters. The input parameter file is empty. Processing terminates by forcing an abend.

Action:

Supply an input parameter file that contains valid CA IDMS Log Analyzer parameter statements.

.... A PROCESS PARAMETER IS REQUIRED

Reason:

CA IDMS Log Analyzer must have a PROCESS parameter. The input parameter file did not contain one. Processing terminates by forcing an abend.

Action:

Supply an input parameter file that contains a valid CA IDMS Log Analyzer PROCESS parameter statement.

E016 FORMAT OF A KEYWORD PHRASE NOT RECOGNIZED text

Reason:

A required delimiter has not been found following a keyword. The PROCESS keyword must not be followed by an equal (=) sign. All other keyword phrases are composed of a major keyword, an equal (=) sign, and a minor keyword or variable data. CA IDMS Log Analyzer ignores invalid keyword and skips to the next valid keyword. Processing continues unless CONT=NO was specified. Text contains the specific input that caused the problem.

Action:

Correct the problem and resubmit.

E017 CONFLICTING KEYWORD PARAMETERS text

Reason:

Mutually exclusive keywords or keyword values have been entered.CA IDMS Log Analyzer ignores the conflicting keyword or value and skips to the next valid keyword. Processing continues unless CONT=NO was specified.

Action:

Correct the problem and resubmit.

E018 GSSCVDT FAILED function return-code/Julian-date

Reason:

GSSCVDT was called to convert a date from/to a Gregorian format. The non-zero return code is shown. Possible functions are:

Possible return codes are:

Processing terminates by forcing an abend.

Action:

An internal error has occurred. Contact CA Product Support.

E019 GSSCALL FAILED program-name/return-code

Reason:

GSSCALL was called to invoke program-name. The non-zero return code is shown. Possible return codes are:

Processing terminates by forcing an abend.

Action:

For return code 8 or 12, make the appropriate change to the JCL and rerun. For return code 4 or 16, contact Technical Support.