Meaning of Messages and Return Codes
The Return Codes
According to the type of processing, either interactive or batch, the return codes have a different meaning.
Interactive Processing
In case of a failure during the interactive processing (function return-code NOT NULL) the function's error messages are displayed, while INFO-RECOVERY remains available for new commands.
System problems are intercepted by ISPF.
Batch Processing
A failure during the batch processing (function return code=NOT NULL) leads to an abend 4001 (except in case of a system problem, see below). However, the user can request that a return code n not null will be issued by specifying the parameter RC= n within the CUSTOM member of the parmlib or using the command. The default value of RC is set to 0, meaning that any error will lead to an abend 4001, unless the specified a value different to 0 for RC.
To obtain a dump in case an abend 4001 occurs, just specify DEBUG=Y in the command.
A system problem during the execution will lead to an abend 4002.
The Messages
There are two types of INFO-RECOVERY messages:
-
general messages to inform the user how the execution is progressing.
These messages provide comprehensible information (for example: the execution's timestamp, the name of the JCL's skeleton that is used, ...).
-
information, warning or error messages, which are only issued if particular or abnormal conditions occur during the execution.
The numbering of the INFO-RECOVERY error messages is as following:
AAAAAA-nnnX:
meaning that
{wrapper="1" role="DL"}
-
AAAAAA
is the name of the function that is executed or the suffix of the CSECT name sending the message,
-
nnn
is the message number for the CSECT AAAAAA,
-
X
is equal to I (information), W (warning) or E (error). Generally, an error message (X=E) means that the execution has stopped.
The Command
Each INFO-RECOVERY function uses a set of parameters made up of parmlib members and specifying the default values as well as the command to be issued. This command is read in SYSIN for a batch execution, or in the command line for an interactive execution. Thus the term "command" refers either to the SYSIN in batch mode or to the command line in interactive mode when reading the message explanations.
Abend U4040
INFO-RECOVERY detected an invalid confidential code within the product's load modules. Examine the error messages to find out the name of the conflicting module and then apply the confidential code.
As some other load modules might also need to be updated the same way, the same problem might occur again. It is therefore recommended you apply the valid confidential code to all the product's load modules libraries.
Refer to chapters "Managing Confidential Codes under ISPF" and "Managing Confidential Codes in BATCH mode" in the INFO-RECOVERY Installation Manual (HR104). Also, check the load modules libraries to ensure that all updated modules are accessed. Use the F LLA,REFRESH command, if necessary.
Execution messages
Messages that are common to several functions (general)
JOBNAME STATUS Q-DATE Q-TIME S-TIME FUNCTION HOW E-TIME CHECKED
{wrapper="1" role="DL"}
-
Explanation
This message is the title of a table that informs the user about the processing of the jobs that were submitted for execution. (Q=queued, S=start and E=end).
Messages that are common to several functions (IMS)
DB dbdname DDN ddname DSN dsname
{wrapper="1" role="DL"}
-
Explanation
This message displays the DBD, the DDN, and the DSN for each non-DEDB database specified in the ISPF table TDBDS.
DB dbdname AREA areaname
{wrapper="1" role="DL"}
-
Explanation
This message displays the names of DBD and AREA for each DEDB database specified in the ISPF table TDBDS.
N/A DDN ddname DSN dsname
{wrapper="1" role="DL"}
-
Explanation
This message displays the DDN and the DSN of each unavailable data set of the AREA specified in the previous message (ISPF table TADS).
AVAILABLE DDN ddname DSN dsname
{wrapper="1" role="DL"}
-
Explanation
This message displays the DDN and the DSN of each available data set of the AREA specified in the previous message (ISPF table TADS).
Messages that are common to several functions (DB2)
THE FOLLOWING TABLESPACE(S) HAVE BEEN SELECTED FOR ALL TSSET:
{wrapper="1" role="DL"}
-
Explanation
This message is followed by the list of all tablespaces specified within the SYSIN. In addition this list contains other tablespaces to set up an entirety regarding referential integrity.
Error messages
Messages CSXAMS-nnnX
CSXAMS-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is issued prior to other messages describing the errors (in the above case, a problem during IDCAMS execution).
-
Return Code
Abend 4001
-
User Resp.
Examine the messages issued by IDCAMS and make the necessary corrections.
Messages CSXCHECK-nnnX
CSXCHECK-001E: FATHER jobname NOT RUNNING, CHECK FAILED.
{wrapper="1" role="DL"}
-
Explanation
The CHECK operation of type 'START' did not find the generating job named jobname.
-
Return Code
Abend 4001
-
User Resp.
Restart the execution; otherwise contact your INFOTEL correspondent.
CSXCHECK-001I: ---- CSXCHECK STARTED AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message informs informs the user about the time when the CSXCHECK function started.
CSXCHECK-002E: FATHER jobname IS RUNNING BUT HAS REQUIRED A PURGE FOR THIS JOB.
{wrapper="1" role="DL"}
-
Explanation
The CHECK operation 'START' has found the generating job jobname, but it has requested the PURGE of the generated job because of a coordination problem.
-
Return Code
Abend 4001
-
User Resp.
Restart the execution; otherwise contact your INFOTEL correspondent.
CSXCHECK-002I: ---- CSXCHECK ENDED AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message informs the user about the time when the CSXCHECK function ended.
CSXCHECK-003E: START INTERNAL ERROR
{wrapper="1" role="DL"}
-
Explanation
The CHECK operation 'START' has failed.
-
Return Code
Abend 4001
-
User Resp.
Restart the execution; otherwise contact your INFOTEL correspondent.
CSXCHECK-003I: FATHER jobname RUN CHECK ISSUED AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates the time when CSXCHECK has checked the activity of the generating job jobname.
CSXCHECK-004E: HANDSHAKING TIMEOUT REACHED.
{wrapper="1" role="DL"}
-
Explanation
The CHECK operation 'START' has failed. The maximum wait time for the reply from the generating job has been exceeded.
-
Return Code
Abend 4001
-
User Resp.
Restart the execution; otherwise contact your INFOTEL correspondent.
CSXCHECK-004I: FATHER jobname HANDSHAKING COMPLETED AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates that CSXCHECK successfully has informed the generating job jobname that the generated job had been executed.
CSXCHECK-005E: INVALID TYPE type PARAMETER.
CORRECT VALUES ARE "START" OR "END".
{wrapper="1" role="DL"}
-
Explanation
The value type of the parameter TYPE is invalid. Only the values "START" and "END" are accepted.
-
Return Code
Abend 4001
-
User Resp.
Check the value of the TYPE parameter specified in the member CSKJCHKS ("START" necessary) or in the member CSKJCHKE ( "END" necessary) of the parmlib.
CSXCHECK-005I: AN ABEND HAS BEEN ISSUED BECAUSE JOBCHECK=, PARM VALUE
IS "Y"
{wrapper="1" role="DL"}
-
Explanation
When CSXCHECK detects a synchronization error between the generating job and the generated job, an abend is forced if the parameter JOBCHECK is set to Y.
CSXCHECK-006I: AWAITING NOW ON THE CONDITION condname...
{wrapper="1" role="DL"}
-
Explanation
This message indicates when CSXCHECK started waiting on condname.
CSXCHECK-006W: FATHER jobname IS RUNNING BUT NO LONGER CONTROLS THIS JOB.
{wrapper="1" role="DL"}
-
Explanation
The CHECK operation 'END' has detected a coordination problem with the generating job jobname.
CSXCHECK-007I: READY SIGNAL RECEIVED AT TIME hh:mm:ss.d...
{wrapper="1" role="DL"}
-
Explanation
This message indicates when the ready signal was received.
CSXCHECK-007W: END INTERNAL ERROR
{wrapper="1" role="DL"}
-
Explanation
The CHECK operation 'END' has detected a coordination problem with the generating job.
CSXCHECK-008W: HANDSHAKING TIMEOUT REACHED.
{wrapper="1" role="DL"}
-
Explanation
The CHECK operation 'END' has failed. The maximum wait time to reply to the generating job has been exceeded.
CSXCHECK-009W: FATHER jobname NOT RUNNING, CHECK FAILED AND BYPASSED.
{wrapper="1" role="DL"}
-
Explanation
The CHECK operation 'END' has failed. The generating job with the name jobname is no longer active.
CSXCHECK-010E: START INTERNAL ERROR
{wrapper="1" role="DL"}
-
Explanation
The CHECK operation 'START' has failed.
-
Return Code
Abend 4001
-
User Resp.
Restart the execution. Otherwise, contact your INFOTEL correspondent.
CSXCHECK-011E: CONDITION jobcond TIMEOUT REACHED.
{wrapper="1" role="DL"}
-
Explanation
The WAIT operation on the condition jobcond has failed. The maximum wait time of the condition has been exceeded.
-
Return Code
Abend 4001
-
User Resp.
Restart the execution. Otherwise, contact your INFOTEL correspondent.
CSXCHECK-012E: FATHER jobname HAS REQUIRED A CANCEL FOR THIS JOB.
{wrapper="1" role="DL"}
-
Explanation
The generating job jobname has requested a cancel of the current job.
-
Return Code
Abend 4001
-
User Resp.
Restart the execution or contact your INFOTEL correspondent.
CSXCHECK-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
Messages that are issued prior to the above messages describe the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and make the necessary corrections.
Messages CSXCLR-nnnX
CSXCLR-000I: THE PROCEDURE RETURNED THE CODE code.
{wrapper="1" role="DL"}
-
Explanation
This messages displays the returned code by the XECXCLR, procedure, which has performed the deletion of the obsolete RECON VIC records.
-
Return code
The return code specified in the message
-
User resp.
None
CSXCLR-001S: THIS PROCEDURE MUST BE INVOKED IN BACKGROUND.
{wrapper="1" role="DL"}
-
Explanation
This procedure must not be executed in interactive mode.
-
Return code
20
-
User resp.
Submit the JCL £CSJXCLR to execute the procedure in batch mode.
CSXCLR-002I: 1ST PARAMETER MISSING OR INVALID. DEFAULT VALUE IS USED.
{wrapper="1" role="DL"}
-
Explanation
The parameter showing the age of the VIC points that can be destroyed is absent or invalid. The default value, which is "12 months", has been use for execution.
-
Return code
None
-
User resp.
None
CSXCLR-003I: VIC POINT OLDER THAN agelimit MONTHS WILL BE DELETED
{wrapper="1" role="DL"}
-
Explanation
This message informs the age in months of the VIC points that can be destroyed.
-
Return code
None
-
User resp.
None
CSXCLR-004I: VIC POINT CREATED BEFORE year/month/day WILL BE DELETED.
{wrapper="1" role="DL"}
-
Explanation
GMTA date in below the VIC points are deleted.
-
Return code
None
-
User resp.
None
CSXCLR-005I: THE DSNAME OF THE PARMLIB IS dsnplib.
{wrapper="1" role="DL"}
-
Explanation
This message gives the filename used for the Inforec/Infovic parmlib.
-
Return code
None
-
User resp.
None
CSXCLR-006E: THE MEMBER membername OF THE PARMLIB COULD NOT BE ALLOCATED.
{wrapper="1" role="DL"}
-
Explanation
The PARMLIB file could not be allocated.
-
Return code
8
-
User resp.
Check the system messages and the TSO message in the report. Correct the name of the PARMLIB file in the JCL if necessary and resubmit it.
CSXCLR-007I: n CS1VIC RECON DATA SETS WILL BE PROCESSED FOR membername.
{wrapper="1" role="DL"}
-
Explanation
Notifies the amount of RECON files which will be treated by the deletion operation. Membername specifies the nature of the RECON : DB2IDS for the RECON files associated to all the DB2 subsystems - IMSIDS for the RECON associated to IMS - IMSDSGS for the RECON associated to data sharing IMS groups.
-
Return code
None
-
User resp.
None
CSXCLR-008E: THE MEMBER CUSTOM OF THE PARMLIB COULD NOT BE ALLOCATED.
{wrapper="1" role="DL"}
-
Explanation
The library state in PARMLIB does not include the CUSTOM member.
-
Return code
8
-
User resp.
Check the systems messages in the JES report. Correct the PARMLIB filename in the JCL if necessary and resubmit it.
CSXCLR-009I: THE TEMPORARY FILES ARE ALLOCATED ON UNIT=diskunit.
{wrapper="1" role="DL"}
-
Explanation
Notifies the value read for the DISKUNIT parameter in the CUSTOM member, for the temporary files allocation used by the procedure.
-
Return code
None
-
User resp.
None
CSXCLR-010E: A TEMPORARY FILE ON UNIT=diskunit COULD NOT BE ALLOCATED.
{wrapper="1" role="DL"}
-
Explanation
A temporary file allocation hass failed.
-
Return code
8
-
User resp.
Check the systems messages and the TSO messages in the report. Do the necessary modifications and resubmit the JCL.
CSXCLR-011I: 2ND PARAMETER MISSING OR INVALID. DEFAULT VALUE IS USED.
{wrapper="1" role="DL"}
-
Explanation
The parameter notifying the suffix to add to the RECON name for the backup before the purge is missing or invalid. The default SAVE suffix is used.
-
Return code
None
-
User resp.
None
CLXCLR-012I: A SEVERE ERROR OCCURED. PROCESSING STOPPED.
{wrapper="1" role="DL"}
-
Explanation
A severe error occurred during the treatment of a RECON file. The processing stopped.
-
Return code
None
-
User resp.
Check the previous messages.
CSXCLR-100I: PROCESSING OF recondsn FOR reconid IN recontype.
{wrapper="1" role="DL"}
-
Explanation
Gives the name of a RECON VIC which will be expunged from its obsolete records. Recontype notifies the PARMLIB member in which the filename has been found - DB2IDS
- IMSIDS - IMSDSGS - and the name of the DB2 subsystem, IMS, in which this RECON is associated.
-
Return code
None
-
User resp.
None
CSXCLR-101W: EXCLUSIVE ACCESS IS NOT POSSIBLE FOR recondsn. PROCESSING STOPPED.
{wrapper="1" role="DL"}
-
Explanation
The deletion is not possible during the execution of an Inforec/Infovic JOB accessing to this RECON. The processing stopped for this file.
-
Return code
4
-
User resp.
Try again later.
CSXCLR-102E: AN ERROR OCCURRED WHILE READING THE CS1VIC RECON DATA SET.
{wrapper="1" role="DL"}
-
Explanation
An error has occurred during the reading of a RECON VIC file.
-
Return code
8
-
User resp.
Check the JES and TSO messages in the report.
CSXCLR-103W: THE BACKUP FILE COULD NOT BE CREATED. PROCESSING STOPPED.
{wrapper="1" role="DL"}
-
Explanation
The file could not have been created for the backup of the RECON file before proceeding to the deletion. The processing stopped for this RECON file.
-
Return code
4
-
User resp.
Check the previous messages
CSXCLR-104W: THE CS1VIC RECON DATA COULD NO BE SAVED SET BEFORE PROCESSING. PROCESSING STOPPED.
{wrapper="1" role="DL"}
-
Explanation
The RECON file could not be saved before processing with the deletions. The processing stopped for this RECON file.
-
Return code
4
-
User resp.
Check the previous messages.
CSXCLR-105I: THE BACKUP FILE WAS DELETED.
{wrapper="1" role="DL"}
-
Explanation
The deletion operation has been successfully completed, or has been interrupted. The RECON file, cleaned from its obsolete records, or in original state, is operable. Hence, the file containing the RECON backup file has been deleted.
-
Return code
None
-
User resp.
None
CSXCLR-106E: AN ERROR OCCURRED WHILE READING A TEMPORARY FILE.
{wrapper="1" role="DL"}
-
Explanation
An error occurred during a temporary file reading.
-
Return code
8
-
User resp.
Check the previous messages.
CSXCLR-107I: n RECORDS WERE DELETED FROM recondsn
{wrapper="1" role="DL"}
-
Explanation
Notifies the amount of records describing the obsolete VIC points, which has been deleted from the RECON file in progress.
-
Return code
None
-
User resp.
None
CSXCLR-108I: FOR database dbname tablespace tsname VIC vicid TAKEN ON date IS DELETED.
{wrapper="1" role="DL"}
-
Explanation
Give the content of a deleted line of the RECON VIC the VIC date and the name of the DB2 or IMS given object.
-
Return code
None
-
User resp.
None
CLXCLR-109W: THE CS1VIC RECON DATA SET COULD NOT BE DELETED. PROCESSING STOPPED.
{wrapper="1" role="DL"}
-
Explanation
Records must be deleted. The procedure tries to delete the RECON in order to recreate obsolete records. The deletion failed, the processing stopped.
-
Return code
4
-
User resp.
Check the previous messages.
CSXCLR-110S: THE CS1VIC RECON DATA SET COULD NOT BE RE-CREATED. PROCESS ABORTED.
{wrapper="1" role="DL"}
-
Explanation
The re-creation of a RECON file has failed. Restore the RECON file from the backup before being able to use again Inforec/Infovic
-
Return code
12
-
User resp.
For restoration: rename a backup file so it becomes the RECON to use. The backup file name can be obtained by adding the specified value for the SAVESUF parameter in the JCL to the RECON name. Example of command:
ALTER INFOTEL.MYRECON.SAVE NEWNAME(INFOTEL.MYRECON)Furthermore, check the previous messages to determine the origin of the error.
CSXCLR-111S: THE CS1VIC RECON DATA SET COULD NOT BE RELOADED. PROCESS ABORTED.
{wrapper="1" role="DL"}
-
Explanation
It has not been possible to reload the entirety of the conserved records in the RECON file. Do not use the RECON file but use the backup instead.
-
Return code
12
-
User resp.
For restoration, delete the incomplete RECON file and rename the backup file so it becomes the RECON to use. The backup file name is obtained by adding the specified value for the SAVESUFT parameter in the JCL to the RECON file name. Example of command:
DELETE INFOTEL.MYRECONthenALTER INFOTEL.MYRECON.SAVE NEWNAME(INFOTEL.MYRECON)Furthermore, check the previous messages to determine the origin of the error.
CSXCLR-112I: THE recondsn RECON DATA SET WAS CLEANED.
{wrapper="1" role="DL"}
-
Explanation
The RECON file has been successfully recreated without its obsolete records.
-
Return code
None
-
User resp.
None
CSXCLR-113I: THERE IS NO RECORD TO DELETE FROM recondsn
{wrapper="1" role="DL"}
-
Explanation
Notifies that there is no obsolete records to delete in a RECON file.
-
Return code
None
-
User resp.
None
Messages CSXDBASE-nnnX
CSXDBASE-096E: INVALID REQUEST request
{wrapper="1" role="DL"}
-
Explanation
The SQL statement to process is not recognized by module CSXDBASE.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CSXDBASE-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
Messages that are issued prior to the above message describe the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and make the necessary corrections. Otherwise contact your INFOTEL correspondent.
Messages CSXEXEC-nnnX
CSXEXEC-001E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set which ddname is ddname has failed. rc is the Return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data set which ddname is ddname . Also, examine the return code and the reason code in the message to find the cause of the error and correct it.
CSXEXEC-001I: CURRENT PARMLIB IS dsname
{wrapper="1" role="DL"}
-
Explanation
This message indicates the dsname of the parmlib used.
CSXEXEC-002I: ALREADY ACTIVE ON THE OTHER SCREEN, EXIT DONE.
{wrapper="1" role="DL"}
-
Explanation
This message indicates that an execution of INFO-RECOVERY in interactive processing is already in progress on the other screen during a split of the ISPF screen. The initiated execution is cancelled. You must access to INFO-RECOVERY on the initial screen.
CSXEXEC-006E: ddname dsname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set with the ddname ddname and the dsname dsname has failed. This message is followed by the message 001E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data set having the ddname ddname and the dsname is dsname.
CSXEXEC-008E: PARM SYNTAX ERROR
{wrapper="1" role="DL"}
-
Explanation
The PARM parameter of the EXEC card of the JCL starting the execution of CSXEXEC contains a syntax error.
-
Return Code
Abend 4001
-
User Resp.
Correct the syntax of the PARM parameter of the EXEC card of the JCL starting the execution of CSXEXEC.
CSXEXEC-011E: ddname OBTAIN BEST BLKSIZE FAILED
{wrapper="1" role="DL"}
-
Explanation
The read of the BLKSIZE by an OBTAIN DSCB for one of the data sets having the ddnames CSXPLIB, ISPMLIB, ISRMLIB, ISPTLIB, ISRTLIB, and PROCLIB has failed.
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data sets specified above. The dsnames of these data sets are specified in the SYSIDS member of the parmlib (ISPMLIB, ISRMLIB, ISPTLIB, ISRTLIB, and the optional library PROCLIB), or in the execution JCL (CSXPLIB, that has a default value copied during the installation in the module CSXEXEC by the job contained in the member £CSJXINS of the parmlib).
CSXEXEC-012E: LOADLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set LOADLIB having the dsname dsname has failed. This message is followed by the message 001E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data set having the dsname dsname.
CSXEXEC-013E: LIBDEF ERROR ON: libname LIBRARY (ddname)
{wrapper="1" role="DL"}
-
Explanation
The requested LIBDEF with the parameters libname , LIBRARY, and (<hp2 > ddname ) has failed.
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data sets having the ddnames ddname and libname.
CSXEXEC-014E: ISPLLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set ISPLLIB having the dsname dsname has failed. This message is followed by the message 001E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data set having the dsname dsname.
CSXEXEC-015E: EXEC PARM MISSING
{wrapper="1" role="DL"}
-
Explanation
The PARM parameter of the EXEC card of the JCL starting the execution of CSXEXEC is not formatted correctly. This parameter must start with the name of the function to be executed, using the format PARM= (FUNCTION, 'function' [,...,...]).
-
Return Code
Abend 4001
-
User Resp.
Add the PARM parameter to the EXEC card of the JCL starting the execution of CSXEXEC, mentioning at least the name of the function to be executed.
CSXEXEC-016I: NULL FLAG IS SET IN CTRLRUN MEMBER.
DUMMY EXECUTION DONE
{wrapper="1" role="DL"}
-
Explanation
The NULL parameter of the CTRLRUN member of the parmlib is 'Y', and no batch execution will occur. See the INFO-RECOVERY documentation concerning the CTRLRUN member of the parmlib.
CSXEXEC-017I: PARMLIB DSN IS dsname
{wrapper="1" role="DL"}
-
Explanation
This message follows the 016I and specifies the dsname dsname of the parmlib used.
CSXEXEC-018E: INVALID ISPMLIB
{wrapper="1" role="DL"}
-
Explanation
The ISPV01 member does not exist in the ISPMLIB library whose dsname is mentioned in the SYSIDS member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Correct accordingly.
CSXEXEC-019E: INVALID ISPTLIB
{wrapper="1" role="DL"}
-
Explanation
The ISPSPROF member does not exist in the ISPTLIB library whose dsname is mentioned in the SYSIDS member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Correct accordingly.
CSXEXEC-020E: INVALID ISRMLIB
{wrapper="1" role="DL"}
-
Explanation
The ISREI00 member does not exist in the ISRMLIB library which dsname is mentioned in the SYSIDS member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Correct accordingly.
CSXEXEC-021E: INVALID ISRTLIB
{wrapper="1" role="DL"}
-
Explanation
The ISRPROF member does not exist in the ISRTLIB library whose dsname is mentioned in the SYSIDS member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Correct accordingly.
CSXEXEC-022E: CORRECT THE SYSIDS MEMBER OF CURRENT PARMLIB
{wrapper="1" role="DL"}
-
Explanation
This message follows one of the messages 018E, 019E, 020E and 021E, indicating the action to undertake.
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
CSXEXEC-023E: YOU ARE NOT AUTHORIZED TO RUN INFO-RECOVERY
{wrapper="1" role="DL"}
-
Explanation
Either the InfoRecovery utility's expiration date was reached or you are not authorized to run the InfoRecovery Utility on the current CPU.
-
Return Code
Abend 4001
-
User Resp.
Contact INFOTEL.
CSXEXEC-024E: MODULE CSXISTIM NOT FOUND IN MVSLOAD LIBRARY
{wrapper="1" role="DL"}
-
Explanation
The CSXISTIM module can't be found in the corresponding library specified by the CLOAD parameter of the PRODUCTS member of the PARMLIB.
-
Return code
Abend 4001
-
User resp.
Check that the CLOAD parameter value of the PRODUCTS member of the PARMLIB designates the MVSLOAD library used during the installation.
CSXEXEC-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
Messages that are issued prior to the above message describe the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and correct accordingly.
Messages CSXEXEP-nnnX
CSXEXEP-002E: PARMLIB LINK MAX LEVEL REACHED OR LOOP DETECTED.
(MAX LEVEL IS 20) EDIT THE CURRENT PARMLIB PRODUCTS MEMBER AND RESET THE TEST=Y PARAMETER TO TEST=N. THEN, CHECK THE PARMLIB TEST/PRODUCTION LINKS TO AVOID ANY CIRCULARITY AND CORRECT THEM.
{wrapper="1" role="DL"}
-
Explanation
The maximum number of test parmlibs and user parmlibs has been exceeded (this number is set to 20), perhaps because of a loop in the feedback from one to the other.
-
Return Code
Abend 4001
-
User Resp.
Check the PRODUCTS member of the current parmlib and change the value of the TEST parameter : 'N', then verify the feedback from the test parmlib to the production one and vice versa to avoid any loop, and correct it.
CSXEXEP-003E: USER PROdata set PARMLIB RESET TO DEFAULT
{wrapper="1" role="DL"}
-
Explanation
Following a reading error of the SYSIDS member in the user parmlib, INFO-RECOVERY has restored the default parmlib in the user prodata set (TP only).
-
Return Code
Abend 4001
-
User Resp.
Verify the SYSIDS member of the user parmlib.
CSXEXEP-095E: PARMLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the parmlib whose dsname is dsname has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set whose dsname is dsname .
CSXEXEP-096E: CSXPLIB ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the CSXPLIB data set has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the CSXPLIB data set. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and correct it.
CSXEXEP-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors (there is a problem when reading the PRODUCTS member or the SYSIDS member of the parmlib).
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CSXINSTL-nnnX
CSXINSTL-001E: DATASET dsname NOT ALLOCATED (PRODUCTION PARMLIB)
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the production parmlib whose dsname is dsname has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set of dsname dsname .
CSXINSTL-001I: ---- REQUEST COMPLETED --------------
{wrapper="1" role="DL"}
-
Explanation
The requested installation function has been executed.
CSXINSTL-002E: DATASET dsname NOT ALLOCATED (TEST PARMLIB)
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the test parmlib whose dsname is dsname has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set of dsname dsname .
CSXINSTL-003I: NO VIC RECON CLUSTER HAS BEEN REFORMATTED Explanation
{wrapper="1" role="DL"}
-
Explanation
For all the concerned subsystems, none of the RECON VIC file has been reformatted. This case can occur if the reformating operation has already been performed or if the VSAM clusters (designated in the DB2IS and/or IMSID members) has been created with an InfoVic version using a RECON VIC format compatible with the current version used.
CSXINSTL-004E: TEST PARMLIB DOESN'T EXIST, REQUEST REJECTED.
{wrapper="1" role="DL"}
-
Explanation
The specified test parmlib is not cataloged, and the requested action cannot be performed.
-
Return Code
Abend 4001
-
User Resp.
Verify the specified dsname for the test parmlib.
CSXINSTL-005E: PRODUCTION PARMLIB DOESN'T EXIST, REQUEST REJECTED.
{wrapper="1" role="DL"}
-
Explanation
The specified production parmlib is not cataloged, and the requested action cannot be performed.
-
Return Code
Abend 4001
-
User Resp.
Verify the specified dsname for the production parmlib.
CSXINSTL-006E: PARMLIB DOESN'T EXIST, REQUEST REJECTED.
{wrapper="1" role="DL"}
-
Explanation
The specified parmlib is not cataloged, and the requested action cannot be performed.
-
Return Code
Abend 4001
-
User Resp.
Verify the specified dsname for the parmlib.
CSXINSTL-007E: LOADLIB DOESN'T EXIST, REQUEST REJECTED.
{wrapper="1" role="DL"}
-
Explanation
The specified LOADLIB is not cataloged, and the requested action cannot be performed.
-
Return Code
Abend 4001
-
User Resp.
Verify the specified dsname for the LOADLIB.
CSXINSTL-096E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set whose ddname is ddname . If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and to correct it.
CSXINSTL-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by others messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CSXISTIM-nnnX
CSXISTIM-001I: CURRENT DB2 SYSTEM system HAS RELEASE LEVEL level
{wrapper="1" role="DL"}
-
Explanation
This message indicates the DB2 level that will be used by INFO-RECOVERY for the DB2 subsystem system. This information is read in member DSNHDECP of the load-modules library DB2EXIT (whose dsname is given by the DB2EXIT= parameter in parmlib member DB2IDS).
CSXISTIM-002I: DFSRRC00 ABEND code IGNORED FOR IMSID imsid
{wrapper="1" role="DL"}
-
Explanation
The task DFSRRC00 for the IMS imsid ended with an abend code.
CSXISTIM-003W: DEFAULT DB2 SUBSYSTEM READ IN DSNHDECP IS system
{wrapper="1" role="DL"}
-
Explanation
This message comes with message 001I whenever the name of the DB2 subsystem on which INFO-RECOVERY is executing differs from the name system of the default DB2 subsystem as read in DSNHDECP. This is not an abnormal situation.
CSXISTIM-004I: CURRENT DB2 DATA SHARING GROUP IS db2dsg
{wrapper="1" role="DL"}
-
Explanation
Notifies the DB2 datasharing group by the DB2ID parameter in which the specified DB2 belongs to.
CSXISTIM-005E: CMD EXECUTIL FAILED
{wrapper="1" role="DL"}
-
Explanation
The command EXECUTIL issued an abnormal return code.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CSXISTIM-005I: CURRENT IMS DATA SHARING GROUP IS imsdsg
{wrapper="1" role="DL"}
-
Explanation
Notifies that the given IMS datasharing group name given by the IMSID parameter has been validated.
CSXISTIM-006E: FUNCTION function ERROR RC rc
{wrapper="1" role="DL"}
-
Explanation
The execution of the function detected some errors; its return code is rc .
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages.
CSXISTIM-006I: CURRENT IMS SYSTEM imsid HAS RELEASE LEVEL level
{wrapper="1" role="DL"}
-
Explanation
Notifies the IMS version taken into account by INFO-RECOVERY. This information is read in the IMSIDS member of the PARMLIB.
CSXISTIM-012E: DATASET dsname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set whose dsname is dsname has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data set whose dsname is dsname , or modify the value assigned to CLOAD in the PRODUCTS member of the parmlib.
CSXISTIM-013E: DATASET dsname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the DB2 load-modules library, whose dsname is dsname, has failed. The name of this library is specified in DB2EXIT= parameter in parmlib member DB2IDS.
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data set whose dsname is dsname, or correct the value of the DB2EXIT= parameter in parmlib member DB2IDS.
CSXISTIM-018E: LIBDEF ERROR ON: libname LIBRARY (ddname)
{wrapper="1" role="DL"}
-
Explanation
The requested LIBDEF with the parameters libname , LIBRARY and (<hp2 > ddname ) has failed.
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data sets whose ddnames are ddname and libname .
CSXISTIM-019E: USERLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the user library whose dsname is dsname has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data set whose dsname is dsname .
CSXISTIM-020E: LOADLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the LOADLIB data set whose dsname is dsname has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data set whose dsname is dsname, or modify the value assigned to CLOAD in the PRODUCTS member of the parmlib.
CSXISTIM-021E: THE ABEND 4001 STEP END HAS BEEN CHANGED TO AN RC n STEP END BY THE
USER RC=, PARAMETER.
{wrapper="1" role="DL"}
-
Explanation
This message follows the error messages of the batch execution if the parameter RC= n is present in SYSIN or in the CUSTOM member of the parmlib to request the transformation of the abend 4001 of INFO-RECOVERY in return code n .
-
Return Code
n
-
User Resp.
None, or modify the RC= parameter of the SYSIN or the CUSTOM member of the parmlib if another return code should be issued in case of error (the default value RC=0 keeps the abend 4001 in case of error).
CSXISTIM-022E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The INFO-RECOVERY licence issued does not allow access to the requested function.
-
Return Code
Abend 4001
-
User Resp.
Correct the name of the requested function, or contact your INFOTEL correspondent.
CSXISTIM-023E: INCONSISTENT VALUE IMSID = NONE WHEN RUNNING
THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The requested function is an InfoRec1 function; the IMS environment is mandatory for INFOREC1 functions, so setting it to 'NONE' forbids any execution.
-
Return Code
Abend 4001
-
User Resp.
Specify a known IMS subsystem name as IMSID parameter value in the PARM field of the EXEC statement or in option "Config" of the INFO-RECOVERY menu.
CSXISTIM-024E: INCONSISTENT VALUE DB2ID = NONE WHEN RUNNING
THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The requested function is an InfoRec2 function; the DB2 environment is mandatory for InfoRec2 functions, so setting it to 'NONE' forbids any execution.
-
Return Code
Abend 4001
-
User Resp.
Specify a known DB2 subsystem name as DB2ID parameter value in the PARM field of the EXEC statement or in option "Config" of the INFO-RECOVERY menu.
CSXISTIM-025E: INCONSISTENT VALUE DB2DSG, SYSID NOT FOUND IN SYSNAME LIST
{wrapper="1" role="DL"}
-
Explanation
The value of the DB2ID parameter is found in the member that describes the DB2DSGS data sharing groups, however the system where the INFO-RECOVERY job runs is not found in the SYSNAME list of the DB2DSGS. Therefore; it is not possible to determine the corresponding DB2 subsystem.
-
Return Code
Abend 4001
-
User Resp.
Check the information of the DB2DSGS member and correct accordingly.
CSXISTIM-033E: YOU ARE NOT AUTHORIZED TO RUN INFO-RECOVERY
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CSXISTIM-096E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set whose ddname is ddname, and the authorizations of the user on this data set. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and correct it.
CSXISTIM-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CSXMIGR-nnnX
CSXMIGR-001I: ---- CSXMIGR STARTED AT TIME hh:mm:ss.thmiju
{wrapper="1" role="DL"}
-
Explanation
Shows the starting time of the CSXMIGR function.
CSXMIGR-002I: ---- CSXMIGR ENDED AT TIME hh:mm:ss.thmiju
{wrapper="1" role="DL"}
-
Explanation
Shows the ending time of the CSXMIGR function.
CSXMIGR-003E: ACCESS ERROR ON CS1THTAB FILE
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors encountered.
-
Return code
Abend 4001
-
User resp.
Inspect the previous messages and perform the necessary corrections.
Messages CSXMPLIB-nnnX
CSXMPLIB-001E: DATASET dsname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set whose dsname is dsname has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set whose dsname is dsname, or modify the dsname of the user parmlib.
CSXMPLIB-002E: ENTRY INFOREC NOT FOUND IN USER PARMLIB dsname
{wrapper="1" role="DL"}
-
Explanation
The syntax of the PRODUCTS member of the user parmlib whose dsname is dsname is incorrect. The 'INFOREC' product is not correctly described.
-
Return Code
Abend 4001
-
User Resp.
Check the name of the used parmlib, or restore the PRODUCTS member of the parmlib from the member CSKDEFP.
CSXMPLIB-003E: TEMPORARY data set NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of a work data set has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the availability of SYSALLDA units.
CSXMPLIB-004E: INTERNAL IEBUPDTE ERROR
{wrapper="1" role="DL"}
-
Explanation
The requested IEBUPDTE execution has failed.
-
Return Code
Abend 4001
-
User Resp.
Verify the availability of IEBUPDTE, or examine the IEBUPDTE messages. If these messages do not appear, restart the execution by specifying the DEBUG=Y parameter , and then examine them. Otherwise, contact your INFOTEL correspondent.
CSXMPLIB-096E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set whose ddname is ddname. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and correct it.
CSXMPLIB-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CSXPLIB-nnnX
CSXPLIB-001E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
If the ddname ddname is CSXPLIB, check the dsname of the parmlib specified in the £CSJXINS member of the parmlib. If the ddname ddname is SYSLIB, check the dsname of the load modules library specified in the PRODUCTS member of the parmlib (CLOAD parameter). Also use the return code and the reason code in the message to find the cause of the error and correct it.
CSXPLIB-002I: CSXPLIB ENDED WITH CODE rc
{wrapper="1" role="DL"}
-
Explanation
rc is the program return code.
-
Return code
rc
-
User resp.
If the return code is different to 0, the messages in the SYSTPRINT file of the PLIB step of £CSXJINS (EXEC PGM=CSXPLIB) gives complementary values on the error cause. For code values of 8 or superior, check that the value of the CLOAD parameter of the PRODUCTS member of the PARMLIB is idendical to the one of the JCL PARMLOB of the £CSXJINS before resubmitting the JCL £CSXJINS.
CSXPLIB-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CSXUPSYN-nnnX
CSXUPSYN-001E: MEMBER mbrname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the member mbrname has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the error codes specified in the following message.
CSXUPSYN-096E: ddname ALLOCATION ERROR rc/rc
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set whose ddname is ddname. Also, use the return code and the reason code in the message to find the cause of the error and correct it.
CSXUPSYN-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1AOP-nnnX
CS1AOP-001E: RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
Error when opening the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Check the status of RECON data sets and the user authorizations on these data sets and make the necessary corrections.
CS1AOP-001I: ---- CS1AOP STARTED AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates when the CS1AOP function started.
CS1AOP-002E: INVALID ACTION action GIVEN
{wrapper="1" role="DL"}
-
Explanation
The value of the ACTION parameter present in the command sent to CS1AOP is invalid.
-
Return Code
Abend 4001
-
User Resp.
Check the ACTION parameter of the command (see the general documentation of INFO-RECOVERY for the values accepted for this parameter).
CS1AOP-002I: ---- CS1AOP ENDED AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates when the CS1AOP function ended.
CS1AOP-003E: DEALLOC NOT ACCEPTED WITH TS=CATALOG.
{wrapper="1" role="DL"}
-
Explanation
The DEALLOC action is incompatible with the TS=CATALOG parameter.
-
Return Code
Abend 4001
-
User Resp.
Modify either the ACTION parameter or the TS parameter in the command sent to CS1AOP.
CS1AOP-004I: AOP STARTING... THE dd/mm/yy AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates that CS1AOP started at the indicated date.
CS1AOP-005I: AOP ENDED THE dd/mm/yy AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates that CS1AOP ended at the indicated date.
CS1AOP-007I: AOP FAILED RETRY IN PROGRESS AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates that an attempt to execute CS1AOP has failed. The number of attempts that are authorized was not reached (parameter FAILED), and a new attempt is going to be performed.
CS1AOP-008I: AOP LOOK STEP THE dd/mm/yy AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates that CS1AOP has performed the look step at the specified date and time.
CS1AOP-010I: AOP SWITCH STEP THE dd/mm/yy AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates that CS1AOP has performed the switch step at the specified date and time.
CS1AOP-011I: AOP COMMIT STEP THE dd/mm/yy AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates CS1AOP has performed the commit step at the specified date and time.
CS1AOP-012I: DBDSGRP PARAMETER OVERRIDES DB LIST,
DB LIST WILL BE IGNORED
{wrapper="1" role="DL"}
-
Explanation
DBDSGRP= parameter takes priority over DB= parameter. When DBDSGRP= parameter is entered, DB= parameter is unneeded and is not taken into account.
CS1AOP-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1AOP-035E: TSSET=Y AND AUXTS=INLIST ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This request is inconsistent because AUXTS=INLIST means that the tablespace to treat are exclusively the ones designated by their name via the TS parameter; which forbids the inclusion of tablespaces using TSSET=Y. The inclusion of the tablespace set is only authorized if AUXTS=WITHBASE is specified.
-
Return code
Abend 4001
-
User resp.
Specify the suitable TSSET et AUXTS values.
CS1AOP-036E: TSSET=Y AND DSSEL NUMERIC ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This demand is invalid because the partial treatment of the partitioned objects (DSSEL=n) does not guarantee that the treatment respects the integrity constraints of the reference (TSSET=Y). The value DSSEL=ALL is the only authorized value when TSSET=Y is specified.
-
Return code
Abend 4001
-
User resp.
Either correct the TSSET parameter or the DSSEL parameter.
CS1AOP-038E: IF TS=CATALOG, THE ONLY ALLOWED VALUE FOR CLONE IS "N"
{wrapper="1" role="DL"}
-
Explanation
An nother value than CLONE=N is specified while TS=CATALOG is required. This demand is then invalid because it is not possible to clone any tablespace of the catalogue.
-
Return code
Abend 4001
-
User resp.
Correct the CLONE parameter.
CS1AOP-088E : NOTHING TO DO WITH THIS SELECTION OF DATABASE/TABLESPACES. FUNCTION ENDED
{wrapper="1" role="DL"}
-
Explanation
This message shows that the requested objects (databases, tablespaces) have not been found in the catalogue. The function ended.
-
Return code
Abend 4001
-
User resp.
None
CS1AOP-096E: FAILED COUNT REACHED, UTILITY ENDED
{wrapper="1" role="DL"}
-
Explanation
The maximum number of attempts to execute the requested action has been reached. This number is set by the FAILED parameter present in the command or in the CS1AOP member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages to find the reason for the successive failures. Otherwise, restart the execution, modify if necessary the FAILED parameter.
CS1AOP-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1CA-nnnX
CS1CA-001E: RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
Error when opening the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Check the status of the RECON data sets and the user authorizations on these data sets and do the necessary corrections.
CS1CA-002E: CSXPARM WORK data set NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of a work data set has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the availability of SYSALLDA units.
CS1CA-002I: NOTHING TO DO FOR THIS REQUEST
{wrapper="1" role="DL"}
-
Explanation
Either no CAGROUP has been retained for databases specified by the DB parameter, therefore the CS1CA function has nothing to do, or DBRC has not generated the JCL and found nothing to do.
CS1CA-003E: SYSIN WORK data set NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of a work data set has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the availability of SYSALLDA units.
CS1CA-003I: DBDSGRP PARAMETER OVERRIDES DB LIST,
DB LIST WILL BE IGNORED
{wrapper="1" role="DL"}
-
Explanation
DBDSGRP= parameter takes priority over DB= parameter. When DBDSGRP= parameter is entered, DB= parameter is unneeded and is not taken into account.
CS1CA-005E: CURRENT PARMLIB NOT ALLOCATED AS JCLPDS
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the work PDS JCLPDS has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the availability of SYSALLDA units, and then verify the error codes specified in the following message.
CS1CA-006E: CAJCL MEMBER OF JCLPDS NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the CAJCL member of the work PDS JCLPDS has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the error codes specified in the following message.
CS1CA-008E: JCLOUT WORK data set NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of a work data set has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the availability of SYSALLDA units.
CS1CA-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1CA-096E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set whose ddname is ddname. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and correct it.
CS1CA-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1HDCECK-nnnX
CS1HDECK-001I: CS1HDCECK STARTED AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
Indicates the time when the CS1HDECK function started.
CS1HDECK-002I: CS1HDCECK ENDED AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
Indicates the time when the CS1HDECK function ended.
CS1HDCECK-003E: CS2RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the CS2RECON data set specified inside the DB2IDS member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Check the data set's status and authorizations provided for the user and correct accordingly.
CS1DCHEK-019I: NOTHING TO DO FOR DB2 PARM SET.
{wrapper="1" role="DL"}
-
Explanation
The function didn't keep any tablespace to perform a CHECK DATA. No JCL has been generated.
-
Return code
None
-
User resp.
Check the previous messages.
CS1DCHEK-020I: CHECK DATA UTILITY MAY NOT BE RUN ON XML TABLESPACE dbname.tsname
{wrapper="1" role="DL"}
-
Explanation
This message points out that the requested tablespace is an XML tablespace, for which the CHECK DATA utility is not supported by DB2.
-
Return code
None
CS1DCHEK-021I: THE AUXTS AND TSSET PARAMETERS ARE IGNORED WHEN TS=VIC IS GIVEN
{wrapper="1" role="DL"}
-
Explanation
The TS=VIC specification shows that the treatment must be applied to the exact list of concerned tablespaces by the designated point VIC (ID=). No other tablespace is kept for the treatment. The AUXTS and TSSET parameters are ignored. In order to the list of tablespace to be treated that way (TS=VIC) reckons the interendependency relations, the TSSET and AUXTS parameters must be specified during the creation of the VIC point.
CS1HDCECK-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
Either the INFO-RECOVERY licence used on your site prohibits the access to the required function or the CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Please contact INFOTEL.
CS1DCHEK-035E: TSSET=Y AND AUXTS=INLIST ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This request is inconsistent because AUXTS=INLIST means that the tablespace to treat are exclusively the ones designated by their name via the TS parameter; which forbids the inclusion of tablespaces using TSSET=Y. The inclusion of the tablespace set is only authorized if AUXTS=WITHBASE is specified.
-
Return code
Abend 4001
-
User resp.
Specify the compatible TSSET and AUXTS values.
CS1DCHEK-036E: TSSET=Y AND DSSEL NUMERIC ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This demand is invalid because the partial treatment of partitioned objects (DSSEL=n) cannot guarantee that the treatment respects the integrity constraints of the references (TSSET=Y). The only authorized value when TSSET=Y is specified, is DSSEL=ALL.
-
Return code
Abend 4001
-
User resp.
Correct either the TSSET or the DSSEL parameter.
CS1DCHEK-038E: IF TS=CATALOG, THE ONLY ALLOWED VALUE FOR CLONE IS "N"
{wrapper="1" role="DL"}
-
Explanation
Another value than CLONE=N is specified whereas TS=CATALOG is required. This request is then invalid because it is not possible to clone any tablespace of the catalog.
-
Return code
Abend 4001
-
User resp.
Correct the CLONE parameter.
CS1DCHECK-088E : NOTHING TO DO WITH THIS SELECTION OF DATABASE/TABLESPACES. FUNCTION ENDED
{wrapper="1" role="DL"}
-
Explanation
This message points that the requested objects (databases, tablespaces) have not been found in the catalogue. The function ended.
-
Return code
Abend 4001
-
User resp.
None
CS1HDCHECK-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is following other messages that described the encountered errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages CS1DLET1-nnnX
CS1DLET1-001E: RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Check the status of RECON data sets and the user authorizations on these data sets and do the necessary corrections.
CS1DLET1-001I: DB dbdname DDN ddname UIC OF dd/mm/yy hh:mm:ss.d WILL BE REMOVED.
UIC DATA data
{wrapper="1" role="DL"}
-
Explanation
This message indicates the intention to delete the user image copy that was taken on the specified date and time for the specified data base. This user image copy will be deleted if it was taken with FAVER. The above message also specifies the data field related to the RECON data set to provide the user with more detailed information about the image copy.
CS1DLET1-002E: ONE OF TWO PARAMETERS: DB LIST OR DBDSGRP,
IS REQUIRED BUT NOT GIVEN
{wrapper="1" role="DL"}
-
Explanation
One of the two parameters DB and DBDSGRP has to be entered in the command. If DBDSGRP is entered, it takes priority over DB which is then ignored. If DBDSGRP is not entered, the DB parameter must be entered.
-
Return Code
Abend 4001
-
User Resp.
Correct the command.
CS1DLET1-003I: NOT FAVER UIC FOUND, THIS SET CANNOT BE PURGED
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the user image copy mentioned in the previous message is not a FAVER one, and that INFO-RECOVERY cannot take the responsibility to delete it. Examining this message and the previous one, the user can decide whether to delete this image copy after checking.
CS1DLET1-004I: THE RECOVERY LOW DATE IS dd/mm/yy AT hh:mm:ss.d
FOR THIS SET OF DB(S). (RDAYS=n)
{wrapper="1" role="DL"}
-
Explanation
This message indicates the minimal date and hour to where a recovery processing will be able to return to, calculated according to the objective of recovery specified by the parameter RDAYS.
CS1DLET1-005I: NOTHING TO DO FOR THIS PARAMETER SET
{wrapper="1" role="DL"}
-
Explanation
CS1DLET1 did not find anything to purge matching the criteria in the command.
CS1DLET1-006I: LOG OLDER THAN aaqqq dd/mm/yy hh:mm:ss.d CAN BE PURGED.
{wrapper="1" role="DL"}
-
Explanation
After examination, CS1DLET1 has determined that log data sets older than the mentioned date could be purged.
CS1DLET1-007I: NO LOG DATASET CAN BE PURGED
{wrapper="1" role="DL"}
-
Explanation
After checking, CS1DLET1 has determined that no log data set could be purged.
CS1DLET1-008I: THE GLOBAL PURGE DATE IS dd/mm/yy AT hh:mm:ss.d FOR ALL NOT ENDED PRILOG FOUND.
(PURGE=m)
{wrapper="1" role="DL"}
-
Explanation
This message indicates the date prior to which the log data sets can be purged, calculated according to the objective specified by the parameter PURGE.
CS1DLET1-009I: THE SSID imsid STARTED THE dd/mm/yy AT hh:mm:ss.d HAS BEEN SELECTED FOR PURGE.
(NO END TIME DETECTION)
{wrapper="1" role="DL"}
-
Explanation
The log data set of the IMS system imsid, starting at the indicated date, is going to be purged although the end date is not indicated.
CS1DLET1-010I: THE SSID imsid ENDED THE dd/mm/yy AT hh:mm:ss.d HAS BEEN SELECTED FOR DELETE.
(EXPIRED)
{wrapper="1" role="DL"}
-
Explanation
The log data set of the IMS system imsid ending at the indicated date is going to be purged.
CS1DLET1-011I: UIC dsname IS NOT DELETED AND WILL BE KEPT:
THE DBD dbdname DDN ddname, WHICH HAS NOT BEEN SELECTED, STILL USES THIS UIC.
{wrapper="1" role="DL"}
-
Explanation
The user image copy which dsname is dsname is going to be retained in spite of its creation date which declared it as a candidate for suppression. The mentioned database, that has not been selected by the command, can still require the image copy for recovery processing.
CS1DLET1-013I: NO CA GROUP CAN BE FOUND
{wrapper="1" role="DL"}
-
Explanation
The selected databases do not belong to any CAgroup.
CS1DLET1-014I: DBDSGRP PARAMETER OVERRIDES DB LIST,
DB LIST WILL BE IGNORED
{wrapper="1" role="DL"}
-
Explanation
DBDSGRP= parameter takes priority over DB= parameter. When DBDSGRP= parameter is entered, DB= parameter is unneeded and is not taken into account.
CS1DLET1-015I: THE DATE OF THE OLDEST IC IN IMS IS aaqqq dd/mm/yy AT hh:mm:ss
{wrapper="1" role="DL"}
-
Explanation
This message specifies the date and the hour of the oldest IC to be kept. This IC is older than the ICs that are selected for deletion. This IC avoids deleting the logs.
CS1DLET1-022I: THE LOG RETENTION DATE IS JJ/MM/AA AT HH:MM:SS.S
{wrapper="1" role="DL"}
-
Explanation
This message indicates the moment beyond the one the suppression of the log data sets is possible. This limit is calculated starting from the current moment and by considering the value of the LOGRET parameter of the DBRC utility (cf command CHANGE RECON of the DBRC utility).
CS1DLET1-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1DLET1-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1DLET2-nnnX
CS1DLET2-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1DLET2-035E: TSSET=Y AND AUXTS=INLIST ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This request is inconsistent because AUXTS=INLIST means that the tablespace to treat are exclusively the ones designated by their name via the TS parameter; which forbids the inclusion of tablespaces using TSSET=Y. The inclusion of the tablespace set is only authorized if AUXTS=WITHBASE is specified.
-
Return code
Abend 4001
-
User resp.
Specify the compatible TSSET and AUXTS values.
CS1DLET2-038E: IF TS=CATALOG, THE ONLY ALLOWED VALUE FOR CLONE IS "N"
{wrapper="1" role="DL"}
-
Explanation
A value other than CLONE=N is specified whereas TS=CATALOG is required. This request is invalid because it is not possible to clone any tablespace of the catalog.
-
Return code
Abend 4001
-
User resp.
Correct the CLONE parameter.
CS1DLET2-088E : NOTHING TO DO WITH THIS SELECTION OF DATABASE/TABLESPACES. FUNCTION ENDED
{wrapper="1" role="DL"}
-
Explanation
This message points out that the requested objects (databases, tablespaces) have not been found in the catalog. The function ended.
-
Return code
Abend 4001
-
User resp.
None
CS1DLET2-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1DSUBS-nnnX
CS1DSUBS-001E: WORK data set SYSIN ALLOCATION ERROR
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of work data set SYSIN has failed.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the availability of SYSALLDA units.
CS1DSUBS-002I: DBD dbdname DDN ddname UPDATED BY ABENDED ssidname
IS RECOVERED TO timestamp
{wrapper="1" role="DL"}
-
Explanation
The SSID record ssidname corresponds to an abended batch job for which the authorized database mentioned in the message has been restored to timestamp prior to the batch execution.
CS1DSUBS-002W: DBD dbdname DDN ddname UPDATED BY ABENDED ssidname
IS NOT RECOVERED
{wrapper="1" role="DL"}
-
Explanation
The SSID record ssidname corresponds to an abended batch job for which the authorized database mentioned in the message has not been restored to a point prior to the batch execution: this SSID record will not be deleted from the RECON dataset.
CS1DSUBS-003E: DBRC ERROR DETECTED
{wrapper="1" role="DL"}
-
Explanation
Commands have been submitted to DBRC in order to delete from the RECON dataset the SSID records matching the conditions mentioned in message 004I, but the call to DBRC has failed.
-
Return Code
Abend 4001
-
User Resp.
Examine the messages issued by DBRC and do the necessary corrections.
CS1DSUBS-003I: NO ABENDED BATCH REFERENCED IN RECON
{wrapper="1" role="DL"}
-
Explanation
No SSID record corresponding to an abended batch job has been found in the RECON dataset.
CS1DSUBS-004I: BATCH SSID ssidname WILL BE DELETED IN RECON
{wrapper="1" role="DL"}
-
Explanation
The SSID record ssidname corresponds to an abended batch job for which all authorized databases have been restored to a point prior to its execution: it will be deleted from the RECON dataset.
CS1DSUBS-005I: NOTHING TO DO FOR THIS REQUEST
{wrapper="1" role="DL"}
-
Explanation
No SSID record corresponding to an abended batch job for which all authorized databases have been restored to a point prior to the batch execution has been found in the RECON dataset.
CS1DSUBS-006I: DELETE COMPLETE
{wrapper="1" role="DL"}
-
Explanation
All SSID records corresponding to abended batch jobs for which all authorized databases have been restored to a point prior to the batch execution have been deleted from the RECON dataset.
CS1DSUBS-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1FIC-nnnX
CS1FIC-001I: NOTHING TO DO FOR THIS PARAMETER SET
{wrapper="1" role="DL"}
-
Explanation
No tablespace was matching the conditions for FICs to be executed; the tablespaces must be in a non-copiable status (examine the previous messages). No JCL is generated.
CS1FIC-002I: AUTO PARAMETER WAS FORCED TO "N" BECAUSE TS=CATALOG
{wrapper="1" role="DL"}
-
Explanation
The AUTO=Y parameter is not authorize for TS=CATALOG. The N value has been automatically substituted.
-
Return code
None
-
User resp.
None.
CS1FIC-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1FIC-035E: TSSET=Y AND AUXTS=INLIST ARE MUTUALLY
EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This request is inconsistent because AUXTS=INLIST means that the tablespace to treat are exclusively the ones designated by their name via the TS parameter; which forbids the inclusion of tablespaces using TSSET=Y. The inclusion of the tablespace set is only authorized if AUXTS=WITHBASE is specified.
-
Return code
Abend 4001
-
User resp.
Specify the compatible TSSET and AUXTS values.
CS1FIC-036E: TSSET=Y AND DSSEL NUMERIC ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This request is invalid because the partial treatment of partitioned objects (DSSEL=n) does not allow to ensure that the process respects the reference integrity constraints (TSSET=Y). DSSEL=ALL is the only value authorized when TSSET=Y is specified.
-
Return code
Abend 4001
-
User resp.
Correct either the TSSET parameter or DSSEL parameter.
CS1FIC-038E: IF TS=CATALOG, THE ONLY ALLOWED VALUE FOR CLONE IS "N"
{wrapper="1" role="DL"}
-
Explanation
A value other than CLONE=N is specified whereas TS=CATALOG is required. This request is invalid as none tablespace from the catalog can't be cloned.
-
Return code
Abend 4001
-
User resp.
Correct the CLONE parameter.
CS1FIC-088I : NOTHING TO DO WITH THIS SELECTION OF DATABASE/TABLESPACES. FUNCTION ENDED
{wrapper="1" role="DL"}
-
Explanation
This message shows that the requested objects (databases, tablespaces, indexspaces) are created with the DEFINE NO clause and no data has been loaded.
-
Return code
None
-
User resp.
None
CS1FIC-088E : NOTHING TO DO WITH THIS SELECTION OF DATABASE/TABLESPACES. FUNCTION ENDED
{wrapper="1" role="DL"}
-
Explanation
This message shows that the requested objects (databases, tablespaces) have not been found in the catalog. The function cannot be executed.
-
Return code
Abend 4001
-
User resp.
None
CS1FIC-096E: CSXPARM ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
An error was encountered during the dynamic allocation of the CSXPARM data set; rc ist the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the availability of the SYSALLDA units.
CS1FIC-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1IC-nnnX
CS1IC-001E: RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Check the status of RECON data sets and the user authorizations on these data sets and do the necessary corrections.
CS1IC-001I: DBDSGRP PARAMETER OVERRIDES DB LIST,
DB LIST WILL BE IGNORED
{wrapper="1" role="DL"}
-
Explanation
DBDSGRP= parameter takes priority over DB= parameter. When DBDSGRP= parameter is entered, DB= parameter is unneeded and is not taken into account.
CS1IC-002E: ONE OF TWO PARAMETERS: DB LIST OR DBDSGRP,
IS REQUIRED BUT NOT GIVEN
{wrapper="1" role="DL"}
-
Explanation
One of the two parameters DB and DBDSGRP has to be entered in the command. If DBDSGRP is entered, it takes priority over DB which is then ignored. If DBDSGRP is not entered, the DB parameter must be entered.
-
Return Code
Abend 4001
-
User Resp.
Correct the command.
CS1IC-003E: DUAL=Y IS NOT ALLOWED IF FLASH=Y
{wrapper="1" role="DL"}
-
Explanation
DUAL=Y and FLASH=Y parameters are mutually exclusives.
-
Return code
Abend 4001
-
User resp.
Correct the SYSIN and/ or the parmlib in order to only keep the compatible parameters, then relaunch the execution.
CS1IC-004E: FLASH=Y IS ONLY ALLOWED FOR OIC=S/X
{wrapper="1" role="DL"}
-
Explanation
The value specified for OIC is incompatible with the FLASH=Y parameter. This parameter can only be used if OIC worths S or X.
-
Return code
Abend 4001
-
User resp.
Correct the SYSIN and/ or the parmlib in order to only keep the compatible parameters, then relaunch the execution.
CS1IC-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1IC-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1IIC-nnnX
CS1IIC-001I: NOTHING TO DO FOR THIS PARAMETER SET
{wrapper="1" role="DL"}
-
Explanation
No tablespace was matching the conditions for IICs to be executed; the tablespaces must be in a non-copiable status (examine the previous messages). No JCL is generated.
CS1IIC-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1IIC-035E: TSSET=Y AND AUXTS=INLIST ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This request is inconsistent because AUXTS=INLIST means that the tablespace to treat are exclusively the ones designated by their name via the TS parameter; which forbids the inclusion of tablespaces using TSSET=Y. The inclusion of the tablespace set is only authorized if AUXTS=WITHBASE is specified.
-
Return code
Abend 4001
-
User resp.
Specify the compatible TSSET and AUXTS values.
CS1IIC-036E: TSSET=Y AND DSSEL NUMERIC ARE MUTUALLY
EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This demand is invalid because the partial treatment of the partitioned objects (DSSEL=n) does not guarantee that the treatment respects the integrity constraints of the reference (TSSET=Y). The value DSSEL=ALL is the only authorized value when TSSET=Y is specified.
-
Return code
Abend 4001
-
User resp.
Correct either the TSSET or DSSEL parameter.
CS1IIC-038E: IF TS=CATALOG, THE ONLY ALLOWED VALUE FOR CLONE IS "N"
{wrapper="1" role="DL"}
-
Explanation
Another value than CLONE=N is specified whereas TS=CATALOG is required. This request is then invalid because it is not possible to clone any tablespace of the catalog.
-
Return code
Abend 4001
-
User resp.
Correct the CLONE parameter.
CS1IIC-088E : NOTHING TO DO WITH THIS SELECTION OF DATABASE/TABLESPACES. FUNCTION ENDED
{wrapper="1" role="DL"}
-
Explanation
This message shows that the requested objects (databases, tablespaces) have not been found in the catalog. The function cannot be executed.
-
Return code
Abend 4001
-
User resp.
None
CS1IIC-096E: CSXPARM ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
An error was encountered during the dynamic allocation of the CSXPARM data set; rc ist the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the availability of the SYSALLDA units.
CS1IIC-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1INIT-nnnX
CS1INIT-001E: RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Check the status of RECON data set and the user authorizations on these data sets and do the necessary corrections.
CS1INIT-001I: DB dbdname TYPE dbtype SHR shr, OK
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the mentioned database corresponds to the request.
CS1INIT-001I: DB dbdname TYPE dbtype SHR shr, NOT IN RECON
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the mentioned database was not found in the RECON data set.
CS1INIT-001I: DB dbdname TYPE dbtype SHR shr, NOT IN DBDLIB
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the mentioned database was not found in the DBDLIB.
CS1INIT-001I: DB dbdname TYPE dbtype SHR shr, NOT IN DYNLIB
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the mentioned database was not found in the DYNLIB.
CS1INIT-001I: DB dbdname TYPE dbtype SHR shr, ORGANIZATION
CHANGED
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the type of organization was changed for the specified database.
CS1INIT-001I: DB dbdname TYPE dbtype SHR shr, SHARE LEVEL
CHANGED
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the SHARE LEVEL was changed for the mentioned data base.
CS1INIT-002E: ERROR REACHED ON THIS DB.
NO RUN WILL BE ISSUED
{wrapper="1" role="DL"}
-
Explanation
INFO-RECOVERY has detected inconsistencies between the DBDLIB, the DYNLIB, and the RECON data set of DBRC for one of the databases specified by the DB parameter. No JCL will be generated. This message is preceded by dedicated messages indicating the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
CS1INIT-002I: DDN ddname CAGRP cagroup, OK
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the mentioned database corresponds to the request.
CS1INIT-002I: DDN ddname CAGRP cagroup, NOT IN RECON
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the mentioned database is currently not found in the RECON data set.
CS1INIT-002I: DDN ddname CAGRP cagroup, NOT IN DBDLIB
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the mentioned database is not found in the DBDLIB.
CS1INIT-002I: DDN ddname CAGRP cagroup, NOT IN DYNLIB
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the mentioned database is not found in the DYNLIB.
CS1INIT-002I: DDN ddname CAGRP cagroup, CAGRP CHANGED
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the CAgroup was modified for the mentioned database.
CS1INIT-003E: ERROR REACHED ON THIS DS.
NO RUN WILL BE ISSUED
{wrapper="1" role="DL"}
-
Explanation
INFO-RECOVERY has detected inconsistencies between the DBDLIB, the DYNLIB and the RECON data set of DBRC for one of the datasets attached to databases specified by the DB parameter. No JCL will be generated. This message is preceded by dedicated messages indicating the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
CS1INIT-003I: DSN dsname
{wrapper="1" role="DL"}
-
Explanation
This message specifies the dsname of the database.
CS1INIT-003I: DSN dsname, DSN CHANGED
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the dsname was modified for the mentioned database.
CS1INIT-004E: NO RUN ISSUED.
ONE OR MORE DB (S) IS IN ERROR
{wrapper="1" role="DL"}
-
Explanation
INFO-RECOVERY has detected inconsistencies between the DBDLIB, the DYNLIB, and the RECON data set of DBRC for at least one of the databases specified by the DB parameter. No JCL will be generated. This message is preceded by dedicated messages indicating the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
CS1INIT-004I: NOTHING TO DO FOR THIS PARAMETER SET.
{wrapper="1" role="DL"}
-
Explanation
No action is necessary to implement the command. The descriptions of retained databases in the RECON data set, in the DBDLIB, and in the DYNLIB are coherent.
CS1INIT-005E: SHRLEVEL PARAMETER VALUE REQUIRED BUT NOT GIVEN
{wrapper="1" role="DL"}
-
Explanation
The SHRLEVEL parameter has to be specified during the declaration of a new CAGROUP. Otherwise, no JCL is generated.
-
Return Code
Abend 4001
-
User Resp.
Add the SHRLEVEL parameter to the command (the value SHRLEVEL=1 is recommended).
CS1INIT-005I: AREA areaname CAGRP cagroup, OK
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the mentioned database matches the request.
CS1INIT-005I: AREA areaname CAGRP cagroup, NOT IN RECON
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the mentioned database is currently not found in the RECON dataset.
CS1INIT-005I: AREA areaname CAGRP cagroup, NOT IN DBDLIB
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the mentioned database is not found in the DBDLIB.
CS1INIT-005I: AREA areaname CAGRP cagroup, NOT IN DYNLIB
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the mentioned database is not found in the DYNLIB.
CS1INIT-005I: AREA areaname CAGRP cagroup, CAGRP CHANGED
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the CAgroup was modified for the specified database.
CS1INIT-006E: CA PARAMETER VALUE REQUIRED BUT NOT GIVEN
{wrapper="1" role="DL"}
-
Explanation
The CA parameter has to be specified during the declaration or the modification of a CAGROUP. Otherwise, no JCL is generated.
-
Return Code
Abend 4001
-
User Resp.
Add the CA parameter to the command.
CS1INIT-007I: DBD dbdname DDN ddname WILL BE EJECTED OUT OF CAGRP cagroup
{wrapper="1" role="DL"}
-
Explanation
According to the new definition of the CAgroup cagroup requested to CS1INIT, the DBDS whose DBD is dbdname and DDN ddname will no longer belong to this CAGROUP. It will be necessary to assign this DBDS to another CAgroup.
CS1INIT-008I: YOU HAVE TO REASSIGN A NEW CAGRP FOR THIS DBDS
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with message 007I.
CS1INIT-009E: CA AND DBDSGRP ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
Parameters CA= and DBDSGRP= are mutually exclusive: they must not be both entered.
-
Return Code
Abend 4001
-
User Resp.
Correct the command.
CS1INIT-010E: ONE OF TWO PARAMETERS : CA OR DBDSGRP IS REQUIRED
{wrapper="1" role="DL"}
-
Explanation
One of the two parameters CA and DBDSGRP has to be entered in the command.
-
Return Code
Abend 4001
-
User Resp.
Correct the command.
CS1INIT-011E: ONE OF THREE PARAMETERS : DB, ADDDB OR DELDB IS
REQUIRED
{wrapper="1" role="DL"}
-
Explanation
One of the three parameters DB, ADDDB and DELDB must be specified within the command.
-
Return Code
Abend 4001
-
User Resp.
Correct the command.
CS1INIT-012I: DBD database DDN ddname WILL BE EJECTED
OUT OF DBDSGRP groupname
{wrapper="1" role="DL"}
-
Explanation
According to the new definition of DBDS group groupname provided to CS1INIT, the DBDS whose DBD is dbdname and whose DDN is ddname will no longer belong to this DBDS group. This DBDS will have to be assigned to another DBDS group.
CS1INIT-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1INIT-096E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of a data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set of which allocation has failed. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and to correct it.
CS1INIT-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1LDSTS-nnnX
CS1LDSTS-001E: RECOVTS LENGTH INVALID (MUST BE AS AAQQQHHMMSSD)
{wrapper="1" role="DL"}
-
Explanation
The value of the RECOVTS parameter is invalid.
-
Return Code
Abend 4001
-
User Resp.
Correct the CSSRECOV skeleton of the parmlib or contact your INFOTEL correspondent.
CS1LDSTS-001I: PROCESS indd TO outdd
{wrapper="1" role="DL"}
-
Explanation
Informative ; the records of the log data set allocated under the ddname indd before the recovery timestamp are going to be copied in the data set whose ddname is outdd .
CS1LDSTS-002E: DDN indd HAS BEEN FOUND WITHOUT CORRESPONDING DDN outdd
{wrapper="1" role="DL"}
-
Explanation
There is no communication between DD cards of LDSIn entry and LDSOn output in the execution step of CS1LDSTS (step LDSTS of the CSSRECOV skeleton of the parmlib).
-
Return Code
Abend 4001
-
User Resp.
Correct the CSSRECOV skeleton of the parmlib.
CS1LDSTS-003E: RECOVTS PARAMETER MISSING
{wrapper="1" role="DL"}
-
Explanation
The RECOVTS parameter is missing.
-
Return Code
Abend 4001
-
User Resp.
Correct the CSSRECOV skeleton of the parmlib. The RECOVTS parameter has to appear in the PARM field of the EXEC card starting the execution of CS1LDSTS (step LDSTS).
Messages CS1MAP-nnnX
CS1MAP-001E: RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Verify the status of RECON data set and the user authorizations on these data sets and do the necessary corrections.
CS1MAP-001I: ---- CS1MAP STARTED AT TIME hh:mm:ss:d
{wrapper="1" role="DL"}
-
Explanation
This message indicates the time when the CS1MAP function started.
CS1MAP-002E: CS1RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the CS1RECON data set specified in the IMSIDS member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Verify the status of the data set and the user authorizations on this data set and do the necessary corrections.
CS1MAP-002I: ---- CS1MAP ENDED AT TIME hh:mm:ss:d
{wrapper="1" role="DL"}
-
Explanation
This message indicates the time when the CS1MAP function ended.
CS1MAP-003E:DBD dbdname DDN ddname IS IN LOSS STATE FROM timestamp1 TO timestamp2
{wrapper="1" role="DL"}
-
Explanation
The database whose DBD is dbdname and DDN ddname shows a 'LOSS' period with a duration greater than the defined maximal duration by the MAXLOSS parameter while the database is updated without possibility of recovery.
-
Return Code
Abend 4001 after editing the MAP.
-
User Resp.
Verify the schedule of VIC points and image copies for the concerned database, or modify the MAXLOSS parameter of the CS1MAP member of the parmlib if this is considered too ambitious.
CS1MAP-003I: DBDSGRP PARAMETER OVERRIDE DB LIST,
DB LIST WILL BE IGNORED
{wrapper="1" role="DL"}
-
Explanation
DBDSGRP= parameter takes priority over DB= parameter. When DBDSGRP= parameter is entered, DB= parameter is unneeded and is not taken into account.
CS1MAP-004E: ONE OR MORE DB (S) HAS BEEN FOUND WITH LOSS CONDITION WARNING, ABEND
DONE TO HIT YOUR ATTENTION.
{wrapper="1" role="DL"}
-
Explanation
At least one of the examined databases shows a 'LOSS' period. An abend is caused to call attention to this potentially dangerous situation. One or more 003E messages precede this one, mentioning databases showing a LOSS.
-
Return Code
Abend 4001
-
User Resp.
Check the planning of VIC points and image copies for concerned databases.
CS1MAP-005E: CS2RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the CS2RECON data set specified in the DB2IDS member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Check the status of the data set and the user authorizations on this data set and do the necessary corrections.
CS1MAP-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1MAP-035E: TSSET=Y AND AUXTS=INLIST ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This request is inconsistent because AUXTS=INLIST means that the tablespace to treat are exclusively the ones designated by their name via the TS parameter; which forbids the inclusion of tablespaces using TSSET=Y. The inclusion of the tablespace set is only authorized if AUXTS=WITHBASE is specified.
-
Return code
Abend 4001
-
User resp.
Specify the compatible TSSET and AUXTS values.
CS1MAP1-080E: DAYS CONVERSION ERROR
{wrapper="1" role="DL"}
-
Explanation
The DAYS parameter is invalid.
-
Return code
Abend 4001
-
User resp.
Check the value of the DAYS parameter.
CS1MAP-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1MDISK-nnnX
CS1MDISK-001I: VOLUME volume UNIT unitname HAS BEEN SELECTED
{wrapper="1" role="DL"}
-
Explanation
This message indicates the name and the unit of a volume to be retained.
CS1MDISK-002I: YOU WANT TO SEE THE DISK(S) STATE AS IT WAS THE dd/mm/yy AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates the date and the time for which the status of volumes is requested.
CS1MDISK-080E: RDAYS CONVERSION ERROR
{wrapper="1" role="DL"}
-
Explanation
The RDAYS parameter is invalid.
-
Return code
Abend 4001
-
User resp.
Check the value of the RDAYS parameter.
CS1MDISK-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1MDLET-nnnX
CS1MDLET-001I: data set dsname IS STILL USED BY DB2
{wrapper="1" role="DL"}
-
Explanation
The incremental image copy data set dsname previous to the execution of the utility job MERGECOPY NEWCOPY NO is still referenced in the DB2 catalog; INFO-RECOVERY will not delete this data set.
CS1MDLET-001W: NO data set TO DELETE
{wrapper="1" role="DL"}
-
Explanation
All incremental image copy data sets that have been merged are still referenced in the DB2 catalog. This can occur for instance when IICs of the entire tablespace are merged into an IIC of a single partition.
CS1MDLET-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1MERGE-nnnX
CS1MERGE-001I: NO TS WITH IMAGE COPIES TO MERGE
{wrapper="1" role="DL"}
-
Explanation
No copies to be merged have been found for the tablespaces selected: no MERGECOPY will be executed.
CS1MERGE-002I: NO TS WITH IIC NUMBER EQUAL OR GREATER THAN
MRGNUM = n PARAMETER
{wrapper="1" role="DL"}
-
Explanation
The minimum number of IICs to be merged, required by the user with parameter MRGNUM=n, has not been reached for the tablespaces selected: no MERGECOPY will be executed.
CS1MERGE-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1MERGE-035E: TSSET=Y AND AUXTS=INLIST ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This request is inconsistent because AUXTS=INLIST means that the tablespace to treat are exclusively the ones designated by their name via the TS parameter; which forbids the inclusion of tablespaces using TSSET=Y. The inclusion of the tablespace set is only authorized if AUXTS=WITHBASE is specified.
-
Return code
Abend 4001
-
User resp.
Specify the compatible TSSET et AUXTS values.
CS1MERGE-036E: TSSET=Y AND DSSEL NUMERIC ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This demand is invalid because the partial treatment of the partitioned objects (DSSEL=n) does not guarantee that the treatment respects the integrity constraints of the reference (TSSET=Y). The value DSSEL=ALL is the only authorized value when TSSET=Y is specified.
-
Return code
Abend 4001
-
User resp.
Either correct the TSSET parameter or the DSSEL parameter.
CS1MERGE-038E: IF TS=CATALOG, THE ONLY ALLOWED VALUE FOR CLONE IS "N"
{wrapper="1" role="DL"}
-
Explanation
Another value than CLONE=N is specified whereas TS=CATALOG is required. This request is then invalid because it is not possible to clone any tablespace of the catalog.
-
Return code
Abend 4001
-
User resp.
Correct the CLONE parameter
CS1MERGE-088E : NOTHING TO DO WITH THIS SELECTION OF DATABASE/TABLESPACES. FUNCTION ENDED
{wrapper="1" role="DL"}
-
Explanation
This message shows that the requested objects (databases, tablespaces) have not been found in the catalog. The function cannot be executed.
-
Return code
Abend 4001
-
User resp.
None
CS1MERGE-089E: INTERRUPT BY NON-ACCEPTED ERROR, PARAMETER
FLUSH = Y.
{wrapper="1" role="DL"}
-
Explanation
At least one of the tablespaces selected does not meet the conditions required for executing a MERGECOPY, that are: the existence of a FIC and the existence of one (if NEWCOPY=Y) or two (if NEWCOPY=N) IIC after the last FIC. Parameter FLUSH is set to Y, so an error follows.
-
Return Code
Abend 4001
-
User Resp.
Check the scheduling of jobs CS1FIC, CS1IIC and CS1MERGE for those tablespaces that do not meet the conditions.
CS1MERGE-096E: CSXPARM ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of work data set CSXPARM has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the availability of SYSALLDA units. Also, use the return code and the reason code in the message to find the cause of the error and correct it.
CS1MERGE-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1NTRCV-nnnX
CS1NTRCV-001E: WORK data set SYSIN ALLOCATION ERROR
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the SYSIN work data set has failed.
-
Return Code
Abend 4001
-
User Resp.
Check the availability of SYSALLDA units.
CS1NTRCV-002E: DBDS NOT FOUND IN RECON
{wrapper="1" role="DL"}
-
Explanation
The RECON data set does not contain DBDS for the processed database.
-
Return Code
Abend 4001
-
User Resp.
Verify the CSSRECOV member of the parmlib.
CS1NTRCV-003E: DBRC ERROR DETECTED
{wrapper="1" role="DL"}
-
Explanation
The call to DBRC has failed.
-
Return Code
Abend 4001
-
User Resp.
Verify the preceding messages and do the necessary corrections.
CS1NTRCV-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by others messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections. Otherwise, verify the availability of the RECON data set.
Messages CS1RBSDS-nnnX
CS1RBSDS-001E: DB2BSDS dsname ALLOCATION ERROR
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the DB2BSDS data set with dsname dsname has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the dsname of the DB2BSDS data set specified in the DB2IDS member of the parmlib.
CS1RBSDS-001I: THE RANGE OF RBA TO BE USED IS lowrba-highrba
{wrapper="1" role="DL"}
-
Explanation
This message indicates the RBA interval to be considered for log data sets to be deleted.
CS1RBSDS-002E: DSNJU004 LINK ERROR RC rc
{wrapper="1" role="DL"}
-
Explanation
The execution of the PRINT LOG MAP utility DSNJU004 produced the return code rc .
-
Return Code
Abend 4001
-
User Resp.
Verify the existence of the load module DSNJU004 in the DB2LIB library whose dsname is mentioned in the DB2IDS member of the parmlib (this library is mentioned in STEPLIB in the DELARCH step of the CSSDLET2 skeleton of the parmlib). Also, check the dsname of the DB2BSDS data set mentioned in the DB2IDS member of the parmlib and the user authorizations for reading this data set.
CS1RBSDS-002I: ARCHIVE dsname WITH RANGE lowrba-highrba HAS BEEN SKIPPED
{wrapper="1" role="DL"}
-
Explanation
The archive log data set indicated does not match the RBA interval used and, therefore, is ignored.
CS1RBSDS-003E: TEMPORARY WORK data set ALLOCATION FAILED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of a work data set has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the availability of SYSALLDA units.
CS1RBSDS-003I: ARCHIVE dsname WITH RANGE lowrba-highrba HAS BEEN SELECTED
{wrapper="1" role="DL"}
-
Explanation
The specified archive log data matches the RBA interval used and, therefore, is retained.
CS1RBSDS-004I: BSDS ARCHIVE dsname HAS BEEN FOUND AND SELECTED
{wrapper="1" role="DL"}
-
Explanation
The specified dual log data set has been retained.
CS1RBSDS-005I: NOTHING TO DO BECAUSE THE RANGE IS EMPTY.
{wrapper="1" role="DL"}
-
Explanation
The RBA interval in which log data sets have to be purged is empty (highRBA is not higher than lowRBA).
CS1RBSDS-096E: ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of a data set has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set of which allocation has failed. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and to correct it.
CS1RBSDS-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by others messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections. Verify the existence and the availability of the load module CS1XPROC of INFO-RECOVERY.
Messages CS1RECOV-nnnX
CS1RECOV-001E: RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Verify the status of the RECON data sets and the user authorizations on these data sets and do the necessary corrections.
CS1RECOV-001I: ---- CS1RECOV STARTED AT TIME hh:mm:ss:d
{wrapper="1" role="DL"}
-
Explanation
This message indicates the time when the CS1RECOV function started.
CS1RECOV-002E: CS1RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the CS1RECON data set specified in the IMSIDS member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Verify the status of the data set and the user authorizations on this data set and do the necessary corrections.
CS1RECOV-002I: ---- CS1RECOV ENDED AT TIME hh:mm:ss:d
{wrapper="1" role="DL"}
-
Explanation
This message indicates the time when the CS1RECOV function ended.
CS1RECOV-003E: CS2RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the CS2RECON data set specified in the DB2IDS member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Verify the status of the data set and the user authorizations on this data set and do the necessary corrections.
CS1RECOV-004I: RECOVERY STARTING... THE dd/mm/yy AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message informs the user that the recovery processing started at the specified date and time.
CS1RECOV-005E:PROBLEM COMPLEXITY TOO BIG.
RESSOURCES EXHAUSTED. TRY WITH A SMALLER SET OF DB
{wrapper="1" role="DL"}
-
Explanation
The number of ISPF work tables has reached 10000000, INFO-RECOVERY can no longer ensure the processing.
-
Return Code
Abend 4001
-
User Resp.
Modify the command to decrease the number of databases to process.
CS1RECOV-005I: RECOVERY LOOK STEP THE dd/mm/yy AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message informs the user that the preliminary look step for the recovery processing executed at the indicated date.
CS1RECOV-006E: NO VIC vicid FOUND FOR DBD dbdname DDN ddname
<nulp
{wrapper="1" role="DL"}
-
Explanation
The VIC point whose identifier is vicid has not been performed for the DBD database dbdname and DDN ddname (the search is done in the CS1RECON data set). The recovery of this database from the specified VIC point is therefore impossible.
-
Return Code
Abend 4001
-
User Resp.
Modify the command parameters in order to get the most consistent criteria.
CS1RECOV-006I: VIC ID vicid=timestamp FOR DB dbdname DDN ddname
{wrapper="1" role="DL"}
-
Explanation
This message indicates the timestamp corresponding to the VIC point which identifier is vicid for the mentioned database.
CS1RECOV-007E: VIC TS FOR THIS DBDS IS NOT EQUAL TO PRECEDING DBDS (S).
{wrapper="1" role="DL"}
-
Explanation
The timestamp of the VIC point described in the preceding message is different from the timestamp of the VIC point with the same identifier found for the other databases. The recovery from this VIC point is impossible for the specified databases set.
-
Return Code
Abend 4001
-
User Resp.
Modify the command parameters to obtain the most consistent criteria. Verify, if necessary, the chosen nomenclature of the VIC points.
CS1RECOV-007I: RECOVERY FAILED RETRY IN PROGRESS AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates that an attempt to retry CS1RECOV has failed. The number of authorized attempts was not reached (parameter FAILED). A new attempt is going to be performed.
CS1RECOV-008E: LDS NOT ENDED DETECTED AS POSSIBLE INVALID RECOVERY CONDITION FOR
dbdname ddname:
{wrapper="1" role="DL"}
-
Explanation
The current OLDS log data set contains requisite updates for the recovery. This message appears if the TEST parameter is 'Y' or if the AUTO parameter is 'N', in order to indicate that the generated JCL can be different from the one which would be generated later, after the log archiving.
-
Return Code
Irrelevant
-
User Resp.
None.
CS1RECOV-008I: NO CHANGE HAS OCCURRED FOR dbdname ddname.
RECOVERY IGNORED FOR THIS DBDS (FORCE=x, PARAMETER)
{wrapper="1" role="DL"}
-
Explanation
No updates occurred on the mentioned database since the date indicated for the recovery processing. No recovery processing will be performed for this database because the FORCE parameter was set to x.
CS1RECOV-009E: LDS DSN IS dsname FOR SSID imsid
{wrapper="1" role="DL"}
-
Explanation
This message follows the 008E. It specifies the dsname dsname of the concerned log data set and the name imsid of the concerned IMS system.
-
Return Code
Irrelevant
-
User Resp.
None.
CS1RECOV-009I: NOTHING TO DO FOR IMS PARM SET.
{wrapper="1" role="DL"}
-
Explanation
No IMS/DB2 object matches the criteria specified inside the command, therefore no object will be processed.
CS1RECOV-010E: FROM starttimestamp TO endtimestamp
{wrapper="1" role="DL"}
-
Explanation
This message follows the 009E. It specifies the start and end timestamp of the concerned log data set.
-
Return Code
Irrelevant
-
User Resp.
None.
CS1RECOV-010I: RECOVERY SWITCH STEP THE dd/mm/yy AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates that CS1RECOV has performed the switch step at the specified date and time.
CS1RECOV-011I: VIC ID vicid=timestamp RBA rba FOR DB dbname TS tsname
{wrapper="1" role="DL"}
-
Explanation
This message indicates the timestamp and the log RBA corresponding to the VIC point which identifier is vicid for the tablespace mentioned.
CS1RECOV-011W: TUNNEL EFFECT DETECTED FROM TS starttimestamp TO endtimestamp FOR dbdname ddname
{wrapper="1" role="DL"}
-
Explanation
A recovery has been performed on the database whose DBD is dbdname and DDN is ddname at a later date than the chosen recovery timestamp. It produces a 'TUNNEL' effect between the two specified timestamps.
CS1RECOV-012I: NO CHANGE HAS OCCURRED FOR dbdname ddname.
RECOVERY HAS BEEN FORCED FOR THIS DBDS (FORCE=Y, PARAMETER)
{wrapper="1" role="DL"}
-
Explanation
No updates occurred on the mentioned databases since the indicated date for the recovery processing. Nevertheless, a recovery processing will be performed for this database because the parameter FORCE is set to Y.
CS1RECOV-012W: RECOVERY IN EFFECT IS AT RUN TIME runtimestamp TO timestamp
{wrapper="1" role="DL"}
-
Explanation
This message follows the message 011W. It specifies the execution timestamp and the recovery timestamp.
CS1RECOV-013I: DBDSGRP PARAMETER OVERRIDE DB LIST, DB LIST WILL BE IGNORED
{wrapper="1" role="DL"}
-
Explanation
DBDSGRP= parameter takes priority over DB= parameter. When DBDSGRP= parameter is entered, DB= parameter is unneeded and is not taken into account.
CS1RECOV-014E: FAILED COUNT REACHED, UTILITY ENDED
{wrapper="1" role="DL"}
-
Explanation
The maximum number of execution attempts of the requested action has been reached. This number is set by the FAILED parameter present in the command or in the CS1RECOV member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages to find the reason for successive failures. Otherwise, restart the execution by modifying, if necessary, the FAILED parameter.
CS1RECOV-014I: THE FOLLOWING NONRECOVERABLE DBDS HAVE BEEN FOUND:
{wrapper="1" role="DL"}
-
Explanation
This message is followed by the list of all databases that are non recoverable.
CS1RECOV-015E: NO VIC vicid FOUND FOR DB dbname TS tsname.
{wrapper="1" role="DL"}
-
Explanation
The VIC point whose identifier is vicid has not been performed for the tablespace dbname.tsname (the search is done in the CS2RECON data set). The recovery of this tablespace from the specified VIC point is therefore impossible.
-
Return Code
Abend 4001
-
User Resp.
Modify the command parameters to obtain the most consistent criteria.
CS1RECOV-016E: VIC TIME FOR THIS TS IS NOT EQUAL TO PRECEDING DB(S)/TS(S).
{wrapper="1" role="DL"}
-
Explanation
The timestamp of the VIC point described in the preceding message is different from the timestamp of the VIC point with the same identifier found for the other databases or tablespaces. The recovery from this VIC point is impossible for the specified databases and tablespaces set.
-
Return Code
Abend 4001
-
User Resp.
Modify the command parameters in order to get the most consistent criteria. Verify, if necessary, the chosen nomenclature of the VIC points.
CS1RECOV-016I: RECOVERY NEEDED FLAG FOUND FOR dbdname ddname. RECOVERY HAS BEEN
FORCED FOR THIS DBDS.
{wrapper="1" role="DL"}
-
Explanation
The function forces the recovery processing of the mentioned database as DBRC has set this database into "recovery" status. This action must be requested by using the FORCERN=Y parameter.
CS1RECOV-017E: ID=, PARAMETER MISSING.
YOU MUST DO A LOGICAL RECOVERY TO A VIC ID WHEN DB2 TS ARE SELECTED.
{wrapper="1" role="DL"}
-
Explanation
The CS1RECOV function performs a recovery either physical (TIMESTAMP and ID parameters absent) or applicative. In the second case, for DB2 tablespaces, the VIC point has to be specified by the ID= parameter.
-
Return Code
Abend 4001
-
User Resp.
Modify the command parameters.
CS1RECOV-018E: VIC RBA FOR THIS TS IS NOT EQUAL TO PRECEDING TS (S).
{wrapper="1" role="DL"}
-
Explanation
The log RBA of the VIC point described in the preceding message is different from the log RBA of the VIC point with the same identifier found for the other tablespaces. The recovery from this VIC point is impossible for the specified tablespaces set.
-
Return Code
Abend 4001
-
User Resp.
Modify the command parameters in order to get the most consistent criteria. Verify if necessary the chosen nomenclature of the VIC points.
CS1RECOV-019E: CAN'T DO A RECOVER OF THIS SET OF DB (S) / TS (S).
{wrapper="1" role="DL"}
-
Explanation
This message follows the message 006E (IMS) or 015E (DB2).
-
Return Code
Abend 4001
-
User Resp.
Modify the command.
CS1RECOV-020E: CONFLICTING REQUEST DETECTED.
{wrapper="1" role="DL"}
-
Explanation
This message follows the message 007E (IMS) or 016E or 018E (DB2). It indicates that the criteria specified in the command are incompatible.
-
Return Code
Abend 4001
-
User Resp.
Modify the command.
CS1RECOV-021E: VIC PART FOR THIS TS IS NOT EQUAL TO DSSEL VALUE
{wrapper="1" role="DL"}
-
Explanation
The number of the partition for which a restore was was requested does not correspond to the partition that was involved within the VIC. The DSSEL parameter is not necessary to restore the partition that was involved within the VIC point. The DSSEL parameter is necessary to restore a partition at the VIC point if the entire tablespace had been involved within this point.
-
Return Code
Abend 4001
-
User Resp.
Correct accordingly.
CS1RECOV-021I: THE AUXTS AND TSSET PARAMETERS ARE IGNORED WHEN TS=VIC IS GIVEN
{wrapper="1" role="DL"}
-
Explanation
The TS=VIC specification shows that the treatment must be applied to the exact list of the concerned tablespaces by the designated VIC point (ID=). No other tablespace is retained for the processing. The AUXTS and TSSET parameters are ignored. In order for the list of tablespaces to be treated in that way (TS=VIC), the TSSET and AUXTS parameters must be specified during the VIC point creation step.
CS1RECOV-022I: THE PARAMETER NOTLOGD WAS FORCED TO REFUSE FOR A PHYSICAL RECOVERY
{wrapper="1" role="DL"}
-
Explanation
The physical recovery of a tablespace requires that the tablespace to restore has the LOG=YES attribute. For this request, the value of the NOTLOGD parameter is forced to REFUSED.
-
Return code
None. However if TS LOG NO are detected, the message V84-006E is emitted and the process ends with an Abend 4001.
-
User resp.
Only select the tablespaces with the LOG=YES attribute. AUXTS=INLIST cannot be used if all the associated tablespace have the LOG=YES attribute. Otherwise, to treat auxiliary tablespaces (LOB or XML ones), use AUXTS=INLIST and point the auxiliary objects (the ones with the LOG=YES attributes) to treat via the TS parameter.
CS1RECOV-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL representative.
CS1RECOV-035E: TSSET=Y AND AUXTS=INLIST ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This request is inconsistent because AUXTS=INLIST means that the tablespace to treat are exclusively the ones designated by their name via the TS parameter; which forbids the inclusion of tablespaces using TSSET=Y. The inclusion of the tablespace set is only authorized if AUXTS=WITHBASE is specified.
-
Return code
Abend 4001
-
User resp.
Specify the compatible TSSET and AUXTS values.
CS1RECOV-036E: TSSET=Y AND DSSEL NUMERIC ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This demand is invalid because the partial treatment of the partitioned objects (DSSEL=n) does not guarantee that the treatment respects the integrity constraints of the reference (TSSET=Y). The value DSSEL=ALL is the only authorized value when TSSET=Y is specified.
-
Return code
Abend 4001
-
User resp.
Either correct the TSSET parameter or the DSSEL parameter.
CS1RECOV-038E: IF TS=CATALOG, THE ONLY ALLOWED VALUE FOR CLONE IS "N"
{wrapper="1" role="DL"}
-
Explanation
A value other than CLONE=N is specified whereas TS=CATALOG is required. This request is invalid because it is not possible to clone any tablespace of the catalog
-
Return code
Abend 4001
-
User resp.
Correct the CLONE parameter.
CS1RECOV-040E: RECOVERY TO A VIC ID IS NOT ALLOWED FOR DLI DATABASES WHEN DBRCFORC=N
{wrapper="1" role="DL"}
-
Explanation
The recovery of a DL1 database to a VIC point is not possible when DBRCFORC=N is coded (IMS does not allow the RECOVERY with a DBRC=N timestamp).
-
Return code
Abend 4001
-
User resp.
For a RECOVER to a VIC point, code DBRCFORC=Y.
CS1RECOV-089E: INTERRUPT BY NON-ACCEPTED ERROR, PARAMETER FLUSH=Y.
{wrapper="1" role="DL"}
-
Explanation
The errors described in the previous messages cause the execution to stop when the user requests it, because the FLUSH parameter is 'Y'.
-
Return Code
Abend 4001
-
User Resp.
Verify the error messages which precede and correct accordingly. If you wish an execution in spite of these errors, you can modify the command and request FLUSH=N.
CS1RECOV-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1RRORG-nnnX
CS1RRORG-001E: RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Verify the status of RECON data set and the user authorizations on these data sets and do the necessary corrections.
CS1RRORG-001I: ---- CS1RRORG STARTED AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message specifies the time when the CS1RRORG function started.
CS1RRORG-002E: CSXPARM WORK data set NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of a work data set has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the availability of SYSALLDA units.
CS1RRORG-002I: ---- CS1RRORG ENDED AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message specifies the time when the CS1RRORG function ended.
CS1RRORG-003E: SYSIN WORK data set NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of a work data set has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the availability of SYSALLDA units.
CS1RRORG-003I: THE STATE OF THE RECONS IS: RECON STATUS DATA/INDEX AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message is issued prior to the description of the status of the three RECON data sets at the indicated time.
CS1RRORG-004E: AMSLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the AMSLIB data set whose dsname is dsname has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set whose dsname is dsname, or the AMSLIB parameter specified in IMSIDS and CS1RRORG members of the parmlib.
CS1RRORG-005E: mbrname MEMBER NOT FOUND IN AMSLIB
{wrapper="1" role="DL"}
-
Explanation
The member mbrname does not exist in the AMSLIB library.
-
Return Code
Abend 4001
-
User Resp.
Verify the dsname of the AMSLIB library specified in IMSIDS and CS1RRORG members of the parmlib and the contents of this library. Verify also the member names specified in the CS1RRORG member of the parmlib (RECON1, RECON2 and RECON3 parameters).
CS1RRORG-005I: THE RECON recon HAS BEEN SUCCESSFULLY RECREATED
(USING AMSLIB DEFINITION).
{wrapper="1" role="DL"}
-
Explanation
The RECON data set which ddname is recon has just been recreated, using the DELETE/DEFINE of the corresponding member of the AMSLIB.
CS1RRORG-006E: mbrname MEMBER OF AMSLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the member mbrname of the AMSLIB library whose dsname is dsname has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the error codes specified in the following message.
CS1RRORG-007E: MAX RETRY REACHED, RECON REORG ABORTED.
{wrapper="1" role="DL"}
-
Explanation
The maximum number of execution attempts of the requested action has been reached. This number is set by the RETRY parameter present in the command or in the CS1RRORG member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages to find the reason for successive failures. Otherwise, restart the execution, by modifying if necessary the RETRY parameter.
CS1RRORG-007I: THE RECON recon HAS BEEN SUCCESSFULLY RECREATED
(USING A DYNAMIC DEFINITION).
{wrapper="1" role="DL"}
-
Explanation
The RECON data set which ddname is recon has just been recreated, using the DELETE/DEFINE skeleton of the parmlib.
CS1RRORG-008E: NO ENOUGH FREE SPACE DETECTED FOR THE RECONS DATASETS.
{wrapper="1" role="DL"}
-
Explanation
This message indicates that RECON data sets do not have the minimum of free space required by the FREESPC parameter ( CS1RRORG member of the parmlib).
-
Return Code
Abend 4001
-
User Resp.
See the message 009I that follows, or modify the parameter FREESPC in the command or in the CS1RRORG member of the parmlib if it is considered too ambitious.
CS1RRORG-008I: WAITING UNTIL THE RECON recon WILL BE FREED AND DELETED...
{wrapper="1" role="DL"}
-
Explanation
The CS1RRORG function is waiting for the deallocation and the suppression of the specified RECON data set.
CS1RRORG-009I: INCREASE YOUR DELETE / DEFINE SPACE VALUES AND RUN A DYNAMIC=N RRORG.
{wrapper="1" role="DL"}
-
Explanation
To correct the situation specified by the message 008E, it is enough to modify allocation values specified in RECON1, RECON2 and RECON2 members of the AMSLIB library, containing the DELETE/DEFINE for RECON data sets, and to execute CS1RRORG by specifying the DYNAMIC=N parameter.
CS1RRORG-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1RRORG-096E: ddname ALLOCATION ERROR rc / rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set whose ddname is ddname. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and correct it.
CS1RRORG-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages CS1VIC-nnnX
CS1VIC-001E: RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Verify the status of RECON data sets and the user authorizations on these data sets and do the necessary corrections.
CS1VIC-001I: ---- CS1VIC STARTED AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message specifies the time when the CS1VIC function started.
CS1VIC-002E: CS1RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the CS1RECON data set specified in the IMSIDS member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Verify the status of the data set and the user authorizations on this data set and do the necessary corrections.
CS1VIC-002I: ---- CS1VIC ENDED AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message specified the time when the CS1VIC function ended.
CS1VIC-003I: DBDSGRP PARAMETER OVERRIDE DB LIST,
DB LIST WILL BE IGNORED
{wrapper="1" role="DL"}
-
Explanation
DBDSGRP= parameter takes priority over DB= parameter. When DBDSGRP= parameter is entered, DB= parameter is unneeded and is not taken into account.
CS1VIC-004E: CS2RECON OPEN ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when opening the CS2RECON data set specified in the DB2IDS member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Verify the status of the data set and the user authorizations on this data set and do the necessary corrections.
CS1VIC-004I: VIC STARTING... THE dd/mm/yy AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message specifies the date and the time when the VIC point processing started.
CS1VIC-005E: TS=CATALOG EXCLUDES PLAN= OR PKLIST= PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
If a VIC point on the DB2 catalog (TS=CATALOG) is asked for, it must include only catalog tablespaces: the inclusion of other tablespaces using PLAN= or PKLIST= parameter is not allowed.
-
Return Code
Abend 4001
-
User Resp.
Modify the command.
CS1VIC-005I: VIC ENDED THE dd/mm/yy AT hh:mm:ss.d (hh:mm:ss.d FROM START)
{wrapper="1" role="DL"}
-
Explanation
This message specifies the date and the time when the VIC point processing ended. The duration of the execution is also indicated.
CS1VIC-006E: FTINCL ERROR
{wrapper="1" role="DL"}
-
Explanation
The data set tailoring of the CSSVIC skeleton of the parmlib has failed.
-
Return Code
Abend 4001
-
User Resp.
Check the CSSVIC skeleton.
CS1VIC-006I: VIC TS aaqqqhhmmssd WITH ID vicid IS SUCCESSFULL
{wrapper="1" role="DL"}
-
Explanation
This message indicates the timestamp and the identifier of the VIC point that has just been realized.
CS1VIC-007E: VIC FAILED:
{wrapper="1" role="DL"}
-
Explanation
The VIC point has failed because the database whose DBD is dbdname specified in the following message 008E, is used for updating in the IMS system imsid. The wait for the end of updating has exceeded the maximum time determined according to the WAIT and RETRY parameters of the command or the CS1VIC member of the parmlib.
-
Return Code
The FAILED parameter of the command or the CS1VIC member of the parmlib indicates the number of time a VIC point may be attempted. After an equal number of failures, there is an abend 4001.
-
User Resp.
Examine the preceding messages to find the reason of successive failures. Otherwise, restart the execution, modifying if necessary the FAILED, WAIT and RETRY parameters.
CS1VIC-007I: VIC FAILED RETRY IN PROGRESS AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates that an attempt to re-execute CS1VIC has failed. The number of authorized trials was not reached (parameter FAILED). A new attempt is going to be performed.
CS1VIC-008E: DB dbdname HAS BEEN USED BY SSID imsid
{wrapper="1" role="DL"}
-
Explanation
The update use of the database whose DBD is dbdname in the IMS system imsid prevented the performance of the requested VIC point. This message follows the 007E.
-
Return Code
Abend 4001
-
User Resp.
Verify the allocations of the specified database.
CS1VIC-008I: VIC LOOK STEP THE dd/mm/yy AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the preliminary look step for taking a VIC point occurred at the indicated date.
CS1VIC-009E: PLAN= AND PKLIST= ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
Parameters PLAN= and PKLIST= are mutually exclusive: they must not be both entered.
-
Return Code
Abend 4001
-
User Resp.
Correct the command.
CS1VIC-009I: START DB FAILED RETRY IN PROGRESS AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates that an attempt to restart the databases and concerned tablespaces has failed. The number of tries allowed was not reached (parameter FAILED). A new attempt is going to be performed.
CS1VIC-010E: NO IC FOUND FOR DB dbname TS tsname BEFORE yyqqq dd / mm / yy hh:
mm: ss: d
{wrapper="1" role="DL"}
-
Explanation
There is no image copy of the tablespace dbname. tsname.
-
Return Code
Abend 4001
-
User Resp.
Take an image copy of the mentioned tablespace (CS1FIC), then restart CS1VIC.
CS1VIC-010I: QUIESCE RUNNING
{wrapper="1" role="DL"}
-
Explanation
This message announces the execution of a QUIESCE on the concerned tablespaces.
CS1VIC-011E: EXISTING PRILOG=NULLFILE AFTER LAST IC FOR DB ...... DDN .......
{wrapper="1" role="DL"}
-
Explanation
A processing without LOG was detected after the last image copy. The VIC point cannot be done.
-
Return Code
Abend 4001
-
User Resp.
Make an image copy.
CS1VIC-011I: VIC SWITCH STEP THE dd/mm/yy AT hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates that CS1VIC performed the switch step at the specified date.
CS1VIC-012I: VIC UNCONDITIONAL SWITCH STEP THE JJ/MM/AA AT HH:MM:SS.D
{wrapper="1" role="DL"}
-
Explanation
This message informs the user that the IMS log switch has been requested by CS1VIC at the specified date and time.
CS1VIC-022I: TSSET PARAMETER IGNORED WITH TS=CATALOG
{wrapper="1" role="DL"}
-
Explanation
If a VIC point on the DB2 catalog (TS=CATALOG) is asked for, the TSSET= parameter can have no effect and is ignored.
CS1VIC-033E: YOU ARE NOT AUTHORIZED TO RUN THIS FUNCTION
{wrapper="1" role="DL"}
-
Explanation
The validity date of INFO-RECOVERY is exceeded, or the current CPU is not authorized to use INFO-RECOVERY.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1VIC-034E: ALL TS WITH UNDEFINED INDEX - VIC IS NOT POSSIBLE
{wrapper="1" role="DL"}
-
Explanation
All selected TS have at least one index that is defined in DEFINE NO and which LDS does not exist (SPACE= -1). The VIC point can not be done.
-
Return Code
Abend 4001
-
Action oper.
Modify the list of the TS that are included in the VIC point.
CS1VIC-036E: TSSET=Y AND DSSEL NUMERIC ARE MUTUALLY EXCLUSIVE PARAMETERS
{wrapper="1" role="DL"}
-
Explanation
This demand is invalid because the partial treatment of the partitioned objects (DSSEL=n) does not guarantee that the treatment respects the integrity constraints of the reference (TSSET=Y). The value DSSEL=ALL is the only authorized value when TSSET=Y is specified.
-
Return code
Abend 4001
-
Action oper.
Either correct the TSSET parameter or the DSSEL parameter.
CS1VIC-038E: IF TS=CATALOG, THE ONLY ALLOWED VALUE FOR CLONE IS "N"
{wrapper="1" role="DL"}
-
Explanation
A value other than CLONE=N is specified whereas TS=CATALOG is required. This request is invalid because it is not possible to clone any tablespace of the catalog
-
Return code
Abend 4001
-
Action oper.
Correct the CLONE parameter.
CS1VIC-039I: TBLOCKS FORCED TO N FOR TS=CATALOG
{wrapper="1" role="DL"}
-
Explanation
A VIC point on the DB2 catalog (TS=CATALOG) is requested, the value of the specified TBLOCKS parameter in SYSIN or parmlib has been replaced by the N value.
CS1VIC-088I : NOTHING TO DO WITH THIS SELECTION OF DATABASE/TABLESPACES. FUNCTION ENDED
{wrapper="1" role="DL"}
-
Explanation
This message shows that the requested objects (databases, tablespaces, indexspaces) are created with the DEFINE NO clause and no data has been loaded.
-
Return code
None
-
User resp.
None
CS1VIC-088E : NOTHING TO DO WITH THIS SELECTION OF DATABASE/TABLESPACES. FUNCTION ENDED
{wrapper="1" role="DL"}
-
Explanation
This message shows that the requested objects (databases, tablespaces) have not been found in the catalog. The function cannot be executed.
-
Return code
Abend 4001
-
User resp.
None
CS1VIC-093E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set whose ddname is ddname. Also, use the return code and the reason code in the message to find the cause of the error and correct it.
CS1VIC-096E: FAILED COUNT REACHED, UTILITY ENDED
{wrapper="1" role="DL"}
-
Explanation
The maximum number of attempts to execute the requested action has been reached. This number is set by the FAILED parameter present in the command or in the CS1VIC member of the parmlib.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages to find the reason for successive failures. Otherwise restart the execution, modifying if necessary the FAILED parameter.
CS1VIC-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and correct accordingly.
Messages CS1XPROC-nnnX
CS1XPROC-001E: CALL RECURSION DETECTED.
EXECUTION INTERRUPTED
{wrapper="1" role="DL"}
-
Explanation
A recursive call has been detected, and the execution is interrupted. The call to CS1XPROC is incorrect.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1XPROC-002E: MAX PROC CALL REACHED (10000000)
{wrapper="1" role="DL"}
-
Explanation
The maximum number of procedures to call has been reached. This number is set to 10000000.
-
Return Code
Abend 4001
-
User Resp.
Decrease the number of objects to process in the command.
CS1XPROC-002W: RESULT TABLE IS TRUNCATED TO MAXROWS
{wrapper="1" role="DL"}
-
Explanation
The table resulting from the submitted SQL request has been truncated to 5000 lines, the maximum accepted.
-
Return Code
Irrelevant
-
User Resp.
Contact your INFOTEL correspondent.
CS1XPROC-003E: EXEC VALUE exec INVALID
{wrapper="1" role="DL"}
-
Explanation
The command to be executed contains a syntax error. The value of the EXEC parameter is invalid. Values accepted by the EXEC parameter are PROC, SQL, DEFINE, CLIST, and FT.
-
Return Code
Abend 4001
-
User Resp.
Correct the EXEC parameter in the command (in SYSIN, at the terminal, or in the member of the parmlib whose name is in the parameter list).
CS1XPROC-003I: NO CHANGE HAS OCCURRED, REUSE DONE
{wrapper="1" role="DL"}
-
Explanation
In interactive mode, results of the DB2 catalog interrogation are retained and can be reused during a new call to the same SQL request, as long as the call parameters don't change and the REUSE parameter is set to Y. This avoids useless interrogations of the DB2 catalog. This message is sent when results already obtained are reused.
CS1XPROC-004E: PROCEDURE procname NOT FOUND
{wrapper="1" role="DL"}
-
Explanation
The member procname containing the procedure to execute, specified by the PROC parameter, does not exist in the CSXULIB or CSXPLIB parmlib.
-
Return Code
Abend 4001
-
User Resp.
Verify the PROC= parameter in the command or the default member of the parmlib, or verify the existence of the member specified in the parmlib.
CS1XPROC-004I: NO SELECT STMT FOUND, NO DISPLAY OCCURRED.
{wrapper="1" role="DL"}
-
Explanation
The SQL procedure to execute did not contain a SELECT statement. No result can be displayed.
CS1XPROC-005E: PROCEDURE procname MEMBER NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the member procname of the CSXULIB or CSXPLIB parmlib has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the error codes specified in the following message.
CS1XPROC-006E: SQL mbrname data set TAILORING ERROR
{wrapper="1" role="DL"}
-
Explanation
The data set tailoring of the SQL skeleton contained in the member mbrname of the parmlib has failed.
-
Return Code
Abend 4001
-
User Resp.
Modify the SQL request contained in the member mbrname of the parmlib.
CS1XPROC-007E: SQL mbrname BUFFER REACHED (TOO LONG)
{wrapper="1" role="DL"}
-
Explanation
The size of a SQL request is restricted to 500 lines.
-
Return Code
Abend 4001
-
User Resp.
Modify the SQL request contained in the member mbrname of the parmlib.
CS1XPROC-008E: SQL mbrname EXECUTION ERROR AT LINE:
{wrapper="1" role="DL"}
-
Explanation
The execution of the SQL request contained in the member mbrname of the parmlib has failed.
-
Return Code
Abend 4001
-
User Resp.
Examine the error messages of DB2 and modify the SQL request contained in the member mbrname of the parmlib.
CS1XPROC-010E: USER LIBRARY NOT ACTIVE (SEE CONFIGURATION PANEL).
{wrapper="1" role="DL"}
-
Explanation
The EDIT request of the user parmlib cannot be satisfied because the dsname of the user parmlib has not been specified on the configuration panel.
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections on the configuration panel.
CS1XPROC-011E: ODD COUNT ELEMENT OF DEFINE VAR LIST.
IT MUST BE EVEN
{wrapper="1" role="DL"}
-
Explanation
In a procedure EXEC=DEFINE, the VAR parameter has to specify a list of an even number of variables (it concerns attached variable pairs). The number is odd.
-
Return Code
Abend 4001
-
User Resp.
Correct the EXEC=DEFINE command in the corresponding member of the parmlib.
CS1XPROC-012E: ISPF VARIABLE NAME varname TOO LONG
{wrapper="1" role="DL"}
-
Explanation
The name of the ISPF variable varname exceeds 8 characters.
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
CS1XPROC-013E: MEMBER mbrname OF LIBRARY DDN ddname NOT ALLOCATED
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the member mbrname of the library whose ddname is ddname has failed. This message is followed by the message 096E that specifies the return code and the reason code.
-
Return Code
Abend 4001
-
User Resp.
Verify the error codes specified in the following message.
CS1XPROC-095E: INVALID ENVIRONMENT DETECTED
{wrapper="1" role="DL"}
-
Explanation
The ISPF environment is incorrectly initialized.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
CS1XPROC-096E: ddname ALLOCATION ERROR rc / rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set ddname. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and correct it.
CS1XPROC-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages U01-nnnX
U01-001E: VIC SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the CS1RECON data set of VIC points responding to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by U25 error messages that specify the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria. Then correct accordingly.
U01-001I: VICID vic-id TSLIM timestamp
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with U01-001E. It specifies the identifier vic-id and the timestamp of the current search: search of the most recent VIC point preceding the specified timestamp.
U01-010I: NO DB FOUND IN CS1RECON FOR VIC ID = vic-id
BEFORE TIMESTAMP timestamp
{wrapper="1" role="DL"}
Explanation :
No VIC point with the identifier specified in parameter ID= and preceding the timestamp specified in parameter TIMESTAMP= could be found in CS1RECON.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant.
-
User Resp.
Correct the command if an error follows.
Messages U02-nnnX
U02-001E: CODE SEARCH ERROR FOR code
{wrapper="1" role="DL"}
Explanation :
Informative; the examined RECON data set contains a record whose code is codes non standard DBRC.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant, processing continues.
-
User Resp.
Verify the RECON data set, if necessary.
Messages U03-nnnX
U03-001E: DATASET dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The PSBLIB library whose name dsname appears in the IMSIDS member of the parmlib could not be dynamically allocated. This message is followed by the message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the PSBLIB library present in the IMSIDS member of the parmlib, the user authorizations on this library, and the features of the data set, or use error codes from message U03-096E.
U03-001I: NO DBD FOUND FOR PSB psbname
{wrapper="1" role="DL"}
Explanation :
The PSB psbname processed contains no database name.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant, processing continues.
-
User Resp.
Check whether this PSB only contains TP-type PCBs.
U03-002W: THE FOLLOWING DATABASE(S) HAVE BEEN SELECTED
{wrapper="1" role="DL"}
-
Explanation
This message is followed by a list of all databases that are selected by the current function.
U03-003W: NO DBD FOUND FOR PSB= PARAMETER LIST
{wrapper="1" role="DL"}
Explanation :
No database was found when processing PSB= parameter.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct PSB= parameter in the command, or suppress it if it is not used.
U03-096E: PSBLIB ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the PSBLIB has failed. rc is the return code and rs the reason code. This message is preceded by the message 001E.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
See the message 001E. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and correct it.
U03-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages U04-nnnX
U04-001E: DBDSGROUP SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error occurred during the search in the RECON data set of records related to the DBDS group specified in the preceding message. Messages 001I and 001E are preceded by message U20-003E containing the VSAM error codes.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine VSAM error codes in message U20-003E and check the consistency of search criteria, then do the necessary corrections.
U04-001I: DBDSGROUP groupname
{wrapper="1" role="DL"}
-
Explanation
This message indicates the name groupname of the DBDS group concerned by the next error message.
U04-002E: DBDSGRP REACHED WITH INVALID DB LIST COUNT
{wrapper="1" role="DL"}
Explanation :
The number of DBs in this DBDS group is inconsistent.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
U04-002I: DBDSGROUP groupname ALREADY IN RECON
DB dbdname ddname
{wrapper="1" role="DL"}
-
Explanation
This message introduces the list of databases in the DBDS group groupname.
U04-003E: DBDSGRP MAX DB LIST COUNT REACHED. (MAX=1024)
{wrapper="1" role="DL"}
Explanation :
The number of DBs in a DBDS group cannot exceed 1024 - the maximum number allowed by DBRC. INFO-RECOVERY processes only 20 volumes.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the command or contact your INFOTEL correspondent.
U04-004E: DBDSGRP NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The DBDS group specified in parameter DBDSGRP= is not referenced in the DBRC RECON data set.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the RECON data set and the name specified in parameter DBDSGRP= and do the necessary corrections.
Messages U05-nnnX
U05-002E: TDBDS REACHED WITH INVALID DB LIST COUNT
{wrapper="1" role="DL"}
-
Explanation
The number of DBs listed in the ISPF table specified in the previous message is inconsistent.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
U05-003E: TDBDS MAX DB LIST COUNT REACHED.(MAX=1024)
{wrapper="1" role="DL"}
Explanation :
The ISPF table specified in the previous message contains more than 1024 databases. Such a number is supported neither by DBRC, nor by INFO-RECOVERY.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Modify the database selection parameters in the command.
Messages U06-nnnX
U06-001E: PSB psbname LOAD RC rc - rs WITH dsname
{wrapper="1" role="DL"}
Explanation :
Member psbname of the PSBLIB library dsname could not be loaded. The return code was rc and the reason code rs.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Use the error codes in the message to analyse the problem and correct it.
U06-002E: PSB psbname BLDL RC rc - rs WITH dsname
{wrapper="1" role="DL"}
-
Explanation
The search of the psbname member of the PSBLIB dsname failed, resulting in a rc return code and a rs reason code.
-
Return code
Abend 4001
-
User resp.
Use the mentioned error codes, returned by the BLDL to identify and correct the problem.
Messages U08-nnnX
U08-001E: DBD LIBRARY dsname
{wrapper="1" role="DL"}
Explanation :
The DBDLIB library whose name dsname appears in the IMSIDS member of the parmlib could not be dynamically allocated. This message is followed by the message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the DBDLIB library present in the IMSIDS member of the parmlib, the user authorizations on this library, and the features of the data set, or use error codes from message U08-096E.
U08-001I: EXTERNAL DBD dbdname IS NOT INDEX
{wrapper="1" role="DL"}
-
Explanation
Informative; member dbdname of the DBDLIB library has been found in logical relation with a selected database, and is not an index.
U08-005E: DBD MODULE dbdname NOT FOUND IN DBDLIB
{wrapper="1" role="DL"}
Explanation :
Member dbdname of the DBDLIB library mentioned in parmlib member IMSIDS could not be loaded.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the DBDLIB parameter in parmlib member IMSIDS or correct parameter DB= in the command.
U08-006E: INVALID DBD MODULE dbdname
{wrapper="1" role="DL"}
Explanation :
The member dbdname of the DBDLIB library is invalid. The DBD name specified in its prefix is not dbdname.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant.
-
User Resp.
Do the necessary corrections.
U08-007I: type NOT SUPPORTED, DBD dbdname IGNORED
{wrapper="1" role="DL"}
-
Explanation
The member dbdname of the DBDLIB library has the organization type that is not supported. This DBD will be ignored.
U08-008I: type NO VSAM, DBD dbdname IGNORED
{wrapper="1" role="DL"}
-
Explanation
The member dbdname of the DBDLIB library has the non-VSAM organization type that is not supported. This DBD will be ignored.
U08-096E: DBDLIB ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the DBDLIB has failed. rc is the Return Code and rs the reason code. This message is preceded by message 001E.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
See the message 001E. Also, use the return code and the reason code in the message to find the cause of the error and correct it.
U08-097E:
INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages U10-nnnX
U10-001E: PROBLEM OF READ RECON HEADER EXT 2. OFFSET NOT DEFINED
{wrapper="1" role="DL"}
-
Explanation
An error was encountered when reading the RECON data set that corresponds to IMS Version 6.1
-
Return Code
Abend 4001
-
User Resp.
Check the LEVEL and RECONLIB parameters specified inside member IMSIDS of the parmlib and correct accordingly, or contact INFOTEL.
U10-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is following other messages that describe the encountered errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages U14-nnnX
U14-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is following other messages that describe the encountered errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages U16-nnnX
U16-001E: SQL PREPARE ERROR
{wrapper="1" role="DL"}
Explanation :
A DB2 error occurred during the execution of a SQL PREPARE statement.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the DB2 error message that follows and do the necessary corrections.
U16-002I: SQL EXECUTION WITH WARNING CONDITION
{wrapper="1" role="DL"}
-
Explanation
A warning has been sent by DB2 during the execution of a SQL EXECUTE statement. The message issued by DB2 follows.
U16-003I: SQL EXECUTION WITH NOT FOUND CONDITION
{wrapper="1" role="DL"}
-
Explanation
The execution of an SQL EXECUTE statement returned the SQLCODE 100.
U16-004E: SQL EXECUTION ERROR
{wrapper="1" role="DL"}
Explanation :
The execution of an SQL EXECUTE statement returned a negative SQLCODE.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the DB2 error message which follows and do the necessary corrections.
U16-005E: INVALID DEFINE name
{wrapper="1" role="DL"}
Explanation :
Definition of erroneous ISPF variable.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct accordingly.
U16-006E: ISPF/DB2 VARS/COLUMNS TABLE CREATE ERROR
{wrapper="1" role="DL"}
-
Explanation
The creation of the ISPF table intended to contain the result of the request has been denied.
Return Code :
Abend 4001
{wrapper="1" role="DL"}
-
User Resp.
Correct accordingly.
U16-007E: SQL DESCRIBE ERROR
{wrapper="1" role="DL"}
Explanation :
A DB2 error occurred during the execution of a SQL DESCRIBE statement.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the DB2 error message which follows and do the necessary corrections.
U16-008E: MAX COLUMN NAME COUNT REACHED
{wrapper="1" role="DL"}
Explanation :
The maximum number of columns accepted in a SQL SELECT statement has been reached.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Modify the SQL request.
U16-009E: TABLE name CREATE ERROR
{wrapper="1" role="DL"}
Explanation :
The creation of the ISPF table name has failed.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct accordingly.
U16-010E: SQL FETCH CURSOR ERROR
{wrapper="1" role="DL"}
Explanation :
A DB2 error occurred during the execution of a SQL FETCH CURSOR statement.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the DB2 error message which follows and do the necessary corrections.
U16-011E: SQL CLOSE CURSOR ERROR
{wrapper="1" role="DL"}
Explanation :
A DB2 error occurred during the execution of a CLOSE SQL CURSOR.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the DB2 error message which follows and do the necessary corrections.
U16-012E: SQL COMMIT ERROR
{wrapper="1" role="DL"}
Explanation :
A DB2 error occurred during the execution of a SQL COMMIT statement.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the DB2 error message which follows and do the necessary corrections.
U16-013E: SQL DECLARE CURSOR ERROR
{wrapper="1" role="DL"}
Explanation :
A DB2 error occurred during the execution of a SQL DECLARE CURSOR statement.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the DB2 error message which follows and do the necessary corrections.
U16-014E: SQL OPEN CURSOR ERROR
{wrapper="1" role="DL"}
Explanation :
A DB2 error occurred during the execution of an SQL OPEN CURSOR statement.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the DB2 error message which follows and do the necessary corrections.
U16-015E: DSNALI MODULE LOAD ERROR
{wrapper="1" role="DL"}
Explanation :
The DSNALI load module could not be loaded.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the DB2 load modules library present in the DB2IDS member of the parmlib and the user authorizations on this library.
U16-016E: DSNHLI2 MODULE LOAD ERROR
{wrapper="1" role="DL"}
Explanation :
The DSNHLI2 load module could not be loaded.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the DB2 load modules library specified in the DB2IDS member of the parmlib and the user authorizations on this library.
U16-017E: CONNECT TO DB2 ABORTED
{wrapper="1" role="DL"}
Explanation :
The connection to DB2 has failed. This message is preceded by messages 094E and 095E specifying the error.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
See the messages 094E and 095E.
U16-018E: OPEN PLAN FOR DB2 ABORTED
{wrapper="1" role="DL"}
Explanation :
The opening of the INFO-RECOVERY plan has failed. This message is preceded by the messages 094E and 095E specifying the error.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the status of the INFO-RECOVERY plan as well as the user authorizations on this plan, referring if necessary to the INFOREC2 installation manual and to messages 094E and 095E.
U16-021E: DB2LIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The DB2 load modules library whose name appears in the DB2IDS member of the parmlib could not be dynamically allocated. This message is followed by the message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the DB2 load modules library present in the DB2IDS member of the parmlib, the user authorizations on this library, and the features of the data set.
U16-022E: DSNACAF MODULE LOAD ERROR
{wrapper="1" role="DL"}
Explanation :
The DSNACAF load module could not be loaded.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the DB2 load modules library specified in the DB2IDS member of the parmlib and the user authorizations on this library.
U16-023W: DEADLOCK OR TIMEOUT DETECTED
{wrapper="1" role="DL"}
-
Explanation
The execution of an SQL statement ended with SQLCODE -911. The message 004E is following.
U16-094E: DB2 function ERROR rc/rc
{wrapper="1" role="DL"}
Explanation :
The execution of the function (that is to say CONNECT, OPEN, CLOSE, or DISC) by DSNALI has returned the return code rc , given in decimal and then in hexadecimal. This message is followed by the message 095E.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the error code and do the necessary corrections.
U16-095E: FOR DB2ID id AND PLAN name
{wrapper="1" role="DL"}
Explanation :
This message completes the previous one, specifying the name id of the concerned DB2 and the name name of the concerned plan.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
U16-096E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code. This message is preceded by the message 021E.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
See the message 021E. Also, use the return code and the reason code in the message to find the cause of the error and correct it.
Messages U20-nnnX
U20-001E: RECON ACCESS FAILED
{wrapper="1" role="DL"}
Explanation :
No RECON data set could be opened.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the status of RECON data sets.
U20-002E: RECON CHANGE INVALIDATE THIS JOB RUN
{wrapper="1" role="DL"}
Explanation :
The competitive updates of the used RECON data set make the reading incoherent.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the use of the RECON data set.
U20-003E: VSAM ERROR, RC=rc, SC=sc (DECIMAL)
{wrapper="1" role="DL"}
Explanation :
The processing of the RECON data set is stopped on a VSAM error whose return code is rc and the status code is sc .
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and do the necessary corrections.
U20-004E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the RECON data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set whose ddname is ddname .
U20-004I: CURRENT COPY1 IS ddname : dsname
{wrapper="1" role="DL"}
-
Explanation
This message indicates the name of the RECON data set that is read by INFO-RECOVERY.
U20-005E: ddname NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The member ddname does not exist in the RECONLIB or its content is not the one you expect. The RECON data set ddname cannot be reached.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the member ddname of the RECONLIB, or the RECONLIB parameter specified in the IMSIDS member of the parmlib.
U20-005I: SPANNED RECORD SEGMENT UPDATE NUMBER IS INCONSISTENT, RETRY
{wrapper="1" role="DL"}
-
Explanation
A VSAM error was encountered when reading the RECON data set. Return Code=8, Status=140. The program tries to read again.
U20-006E: ALLOCATION ERROR rc/rs FOR RECONLIB dsname SPECIFIED IN IMSIDS MEMBER
OF PARMLIB
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the RECONLIB data set whose dsname is dsname has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set whose dsname is dsname, or the RECONLIB parameter specified in the IMSIDS member of the parmlib.
U20-007I: EODAD REACHED
{wrapper="1" role="DL"}
-
Explanation
The processing of the IMS RECON data set encountered the end of the data set.
U20-008E: GET INFOS ERROR FOR ddname dsname
{wrapper="1" role="DL"}
-
Explanation
The program encountered an error when trying to retrieve information about the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
U20-009E: NO VALID RECON FOUND
{wrapper="1" role="DL"}
Explanation :
No RECON data set is active.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the status of RECON data sets and correct accordingly.
U20-010E: BUFFER BUILD FAILED
{wrapper="1" role="DL"}
-
Explanation
A failure was encountered when allocating the buffers to read the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Examine the system messages that were issued in conjunction with the above message or, otherwise, contact INFOTEL.
U20-011E: BUFFER DELETE FAILED
{wrapper="1" role="DL"}
-
Explanation
A failure was encountered when freeing the buffers to read the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Examine the system messages that were issued in conjunction with the above message or, otherwise, contact INFOTEL.
Messages U21-nnnX
U21-001E: SYNTAX ERROR, BLANK LINE FOUND
{wrapper="1" role="DL"}
Explanation :
The command contains a syntax error : a blank line.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct accordingly.
U21-001I: PREVIOUS LINE: line
{wrapper="1" role="DL"}
-
Explanation
Indicates the line that is prior to the line containing the syntax error. This message follows the message U21-004E.
U21-002E: SYNTAX ERROR, INVALID LABEL label
{wrapper="1" role="DL"}
Explanation :
A command can include a label, starting in column 1 and max. 8 characters long. A blank has to separate this label from the command.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the label, or insert a blank before the command.
U21-002I: LINE IN ERROR: line
{wrapper="1" role="DL"}
-
Explanation
Indicates the line that contains the syntax error. This message follows the message U21-004E.
U21-003E: SYNTAX ERROR, NO KEY FOUND
{wrapper="1" role="DL"}
Explanation :
The sign '=' was expected but has not been found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
A command is a sequence of assignments in the form KEY=xyz separated by commas. KEY is then a 'KEY' and xyz the value that is assigned to it.
U21-003I: CHANNEL NAME: parmlib member
{wrapper="1" role="DL"}
-
Explanation
Indicates the name of the parmlib member that must be modified. This message follows the message U21-004E.
U21-004E: SYNTAX ERROR, INVALID KEYWORD IS key
{wrapper="1" role="DL"}
Explanation :
The command includes an unknown keyword key that cannot be taken into account.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the erroneous keyword.
U21-005E: SYNTAX ERROR, END OF LINE REACHED
{wrapper="1" role="DL"}
Explanation :
A line of command has to end either by a comma and a blank, indicating a the following line (the rest of the line is then ignored), or by a blank not preceded by a comma, indicating the end of the command. The absence of these characters forms a syntax error.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
U21-006E: SYNTAX ERROR, NO VALUE GIVEN FOR KEYWORD key
{wrapper="1" role="DL"}
Explanation :
The value of the mandatory parameter key has not been entered.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Fill in the variable key .
U21-007E: SYNTAX ERROR, VALUE LENGTH TOO LARGE
{wrapper="1" role="DL"}
Explanation :
The value assigned to a variable is too long.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
U21-008E: DEFINE ERROR, INVALID TYPE REACHED
{wrapper="1" role="DL"}
Explanation :
Type is not recognized by INFO-RECOVERY.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
U21-009E: SYNTAX ERROR, INVALID NUMERIC DATA data
{wrapper="1" role="DL"}
Explanation :
The value data assigned to a variable whose type is numeric is not numerical.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the erroneous value.
U21-010E: SYNTAX ERROR, INVALID HEXADECIMAL DATA data
{wrapper="1" role="DL"}
Explanation :
The value data assigned to a variable whose type is hexadecimal is not hexadecimal.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the erroneous value.
U21-011E: SYNTAX ERROR, NOT EVEN DIGITS HEXA DATA
{wrapper="1" role="DL"}
Explanation :
The value assigned to a variable whose type is hexadecimal includes an odd number of digits.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the erroneous value.
U21-012E: SYNTAX ERROR, INVALID VALUE FOR KEYWORD key
{wrapper="1" role="DL"}
Explanation :
The value assigned to the variable key is invalid.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Consult the INFO-RECOVERY documentation to find the values accepted by the variable key, and correct the erroneous value.
U21-013E: SYNTAX ERROR, INVALID CONTINUATION
{wrapper="1" role="DL"}
Explanation :
A e has to begin with a blank: no label is authorized there.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
U21-014E: SYNTAX ERROR, KEYWORD MISSING IS key
{wrapper="1" role="DL"}
Explanation :
The mandatory parameter key has not been specified.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Specify and fill in the mandatory parameter key.
U21-016E: SYNTAX ERROR, INVALID LIST TYPE VALUE FOR KEYWORD key
{wrapper="1" role="DL"}
Explanation :
The value assigned to the variable key begins with a parenthesis but a list of values is not accepted for this variable.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Suppress the parentheses and assign only one value to the variable key.
U21-017E: SYNTAX ERROR, INVALID END LIST REACHED
{wrapper="1" role="DL"}
Explanation :
The syntax of a list of values is incorrect. The list is empty or does not end by a closing parenthesis.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
U21-018E: SYNTAX ERROR, INVALID SEPARATOR REACHED IS x
{wrapper="1" role="DL"}
Explanation :
An invalid separator has been found. The accepted separator is the comma (followed by a blank if there is a continuation). A blank not preceded by a comma indicates the end of the command.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
U21-019E: SYNTAX ERROR, MAX COUNT LIST REACHED
{wrapper="1" role="DL"}
Explanation :
The maximum number of values in a list has been reached (this maximum varies according to variables).
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Decrease the number of values in the list.
U21-020E: SYNTAX ERROR, USER KEYWORD VALUE INVALID FOR userkey
{wrapper="1" role="DL"}
Explanation :
The creation of the user variable user key has failed.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
U21-021E: SYNTAX ERROR, INVALID END STRING REACHED
{wrapper="1" role="DL"}
Explanation :
The beginning of a string of characters has been found but the end of this string has not been found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
U21-022E: SYNTAX ERROR, THE VALUE OF A PARAMETER MUST NOT EXCEED nnn CHARACTERS
{wrapper="1" role="DL"}
-
Explanation
The concerned parameter exceeds the authorized length, nnn showing the maximum number of accepted characters.
-
Return code
Abend 4001
-
User resp.
Perform the necessary correction.
Messages U25-nnnX
U25-001E: CS1RECON OPEN FAILED
{wrapper="1" role="DL"}
Explanation :
Error when opening the CS1RECON data set indicated in the IMSIDS member of the parmlib.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the status of the data set and the user authorizations on this data set and do the necessary corrections.
U25-002E: CS1RECON CHANGE INVALIDATE THIS JOB RUN
{wrapper="1" role="DL"}
Explanation :
Competitive updates of the CS1RECON data set make the reading incoherent.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the use of the CS1RECON data set.
U25-003E: VSAM ERROR, RC=rc, SC=sc (DECIMAL)
{wrapper="1" role="DL"}
Explanation :
The processing of the CS1RECON data set is stopped on a VSAM error whose return code is rc and the status code sc .
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine VSAM error codes and correct accordingly.
U25-006E: ALLOCATION ERROR rc/rs FOR CS1RECON dsname SPECIFIED IN IMSIDS MEMBER
OF PARMLIB
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the CS1RECON data set whose dsname is dsname has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set whose dsname is dsname.
U25-007E: UNPREDICTABLE EODAD REACHED
{wrapper="1" role="DL"}
Explanation :
The processing of the CS1RECON data set has been interrupted by the unpredictable end of the data set.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the status of the CS1RECON data set and the competitive accesses to this data set.
U25-008E: CS1RECON OPEN FAILED, 8/168, RETRY
{wrapper="1" role="DL"}
-
Explanation
A failure was encountered when opening the CS1RECON VSAM data set; a return code of 8 and a reason code of 168 are issued (refer to the IBM DFSMS/MVS Macro Instructions for Data Sets manual).
INFO-RECOVERY will wait for 10 seconds and then try again to open the data set. After 5 trials without any success the function will abend.
-
Return Code
none
-
User Resp.
Check the use of the CS1RECON data set (all other INFO-RECOVERY jobs or backup jobs like DFDSS).
U25-010E: OLD LEVEL DETECTED FOR CS1RECON dsname. PLEASE CHECK THE INSTALLATION
{wrapper="1" role="DL"}
-
Explanation
A former version of the CS1RECON file has been detected. A file upgrade must be performed.
-
Return code
Abend 4001
-
User resp.
Upgrade the CS1RECOn file. Check the Installation documentation.
Messages U26-nnnX
U26-001E: DB SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error occurred during the search in the RECON data set of records related to the database whose DBD is dbdname specified in the preceding message. The messages 001I and 001E are preceded by the message U20-003E containing the VSAM error codes.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine VSAM error codes in message U20-003E and do the necessary corrections.
U26-001I: DBD dbdname
{wrapper="1" role="DL"}
-
Explanation
Precedes the message 001E and specifies the name dbdname of the concerned DBD.
Messages U27-nnnX
U27-001E: DBDS SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the DBDS whose DBD and DDN are specified in the preceding message. The messages 001I and 001E are preceded by the message U20-003E containing the VSAM error codes.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine VSAM error codes in message U20-003E and do the necessary corrections.
U27-001I: DBD dbdname DDN ddname
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with another U27-message. It specifies the DBD dbdname and the ddname ddname of the current search.
U27-002E: DBDS ADS COUNT TOO BIG (>7)
{wrapper="1" role="DL"}
Explanation :
The maximum number of ADS of a DEDB database supported by INFO-RECOVERY is 7.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
U27-002I: DBD dbdname DDN ddname NON-RECOVERABLE,
{wrapper="1" role="DL"}
-
Explanation
The database whose DBD is dbdname and ddname ddname is defined in DBRC as 'non-recoverable'. It will not be processed by INFO-RECOVERY.
U27-003I: DBD dbdname DDN ddname DATA SET NOT FOUND
{wrapper="1" role="DL"}
-
Explanation
The data set attached to the database whose DBD is dbdname and ddname ddname is not referenced in the RECON data set.
Messages U28-nnnX
U28-001E: IC SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to database image copies, according to criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine VSAM error codes and verify the coherence about the search criteria, and then do the necessary corrections.
U28-001I: DBD dbdname DDN ddname TSLIM timestamp
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with another U28-message. It specifies the DBD dbdname, the ddname and the timestamp of the current search.
U28-002E: IC REACHED WITH INVALID VOLLIST COUNT
{wrapper="1" role="DL"}
Explanation :
The record related to the image copy found in the RECON data set specifies an empty or erroneous list of volumes.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
List the RECON to verify the record related to this image copy.
U28-003E: IC MAX VOL LIST COUNT REACHED.
(MAX=20)
{wrapper="1" role="DL"}
Explanation :
The image copy found has more than 20 volumes referenced in the RECON data set. INFO-RECOVERY processes only 20 volumes.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
U28-003I: IC MAX VOL LIST COUNT REACHED. (MAX=20)
{wrapper="1" role="DL"}
-
Explanation
The image copy found has more than 20 volumes referenced in the RECON file. For CS1RECOV, this file is cataloged and the treatment is ongoing. For other functions, the treatment is ongoing. Furthermore, fir CS1DKET1 and CS1USER, the list of all the volumes is displayed.
-
Return code
None
-
User resp.
If applicable, use the volumes list which has been provided.
U28-004E: ALLOC SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to databases allocations, according to the criteria specified in the preceding message 001I. Messages 001I and 004E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U28-005E: RECON CHANGE INVALIDATE THIS RUN
{wrapper="1" role="DL"}
Explanation :
Competitive updates of the RECON data set used result in inconsistent reading.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the use of the RECON data set.
U28-006E: RECOVERY SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the recovery of databases, according to the criteria specified in the preceding message 001I. Messages 001I and 006E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U28-007E: REORG SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the reorganization of databases, according to the criteria specified in the preceding message 001I. Messages 001I and 007E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U28-008E: OIC START AND END USE DATE SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to database allocations in the time interval corresponding to OIC or IC2 of format SMSCIC, according to the criteria specified in the preceding message 001I. Messages 001I and 008E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U28-009E: HSSP IC REACHED BUT NOT SUPPORTED BY INFO-RECOVERY
{wrapper="1" role="DL"}
Explanation :
The image copies whose type is HSSP are not processed by INFO-RECOVERY.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
Messages U29-nnnX
U29-001E: CA SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the change accum of databases, according to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U29-001I: DBD dbdname DDN ddname TSLIM timestamp
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with another U29-message. It specifies the DBD dbdname, the ddname ddname and the timestamp timestamp of the current search.
U29-002E: ALLOC SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to database allocations, according to the criteria specified in the preceding message 001I. Messages 001I and 002E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U29-003E: DBDS NOT FOUND IN CAGRP cagrpname
{wrapper="1" role="DL"}
Explanation :
The CAGROUP cagrpname does not contain the DBDS searched for.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the RECON data set.
U29-004E: CA REACHED WITH INVALID VOLLIST COUNT
{wrapper="1" role="DL"}
Explanation :
The record related to the change accum found in the RECON data set specifies an empty or erroneous volume list.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
List the RECON to verify the record related to this change accum.
U29-005E: CA MAX VOL LIST COUNT REACHED.
(MAX=20)
{wrapper="1" role="DL"}
Explanation :
The change accum found has more than 20 volumes referenced in the RECON data set; INFO-RECOVERY processes only 20 volumes.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
U29-005I: CA MAX VOL LIST COUNT REACHED. (MAX=20)
{wrapper="1" role="DL"}
-
Explanation
The change accum found has more than 20 volumes referenced in the RECON data set. For CS1RECOV, the file is cataloged and the treatment continues normally. Furthermore, for CS1DLET1 and CS1USER, the list of all the volumes is displayed.
-
Return code
None
-
User resp.
If applicable, use the provided list of volumes.
U29-006E: RECON CHANGE, INVALIDATE OPERATION
{wrapper="1" role="DL"}
Explanation :
Competitive updates of the RECON data set used result in inconsistent reading.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the use of the RECON data set.
U29-007E: CAGRP DB COUNT NOT > 0
{wrapper="1" role="DL"}
Explanation :
A CAGROUP containing no database has been found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the RECON data set.
U29-008E: RECOV SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the recovery of databases, according to the criteria specified in the preceding message 001I. Messages 001I and 008E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
Messages U30-nnnX
U30-001E: ALLOC SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to database allocations, according to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U30-001I: DBD dbdname DDN ddname TSLIM timestamp
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with another U30-message. It specifies the DBD dbdname, the ddname ddname and the timestamp timestamp of the current search.
U30-002E: RECOV SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the recovery of databases, according to the criteria specified in the preceding message 001I. Messages 001I and 002E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U30-005E: PRILOG SEARCH ERROR
{wrapper="1" role="DL"}
-
Explanation
An error was encountered when searching in the RECON data set for records relatif to the PRILOG, according to the criterion indicated in the precious message 001I. The message U20-003E that is issued prior to messages 001I and 005E informs about the VSAM error that was encountered.
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes, check the coherence of the search criterion, and correct accordingly.
Messages U31-nnnX
U31-001E: VIC SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the CS1RECON data set of VIC points satisfying to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by U25 error messages that specify the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U31-001I: DBD dbdname DDN ddname TSLIM timestamp
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjuction with U31-001E. It specifies the DBD dbdname, the ddname and the timestamp of the current search: search of the most recent VIC point earlier than the specified timestamp.
Messages U35-nnnX
U35-001E: PRILOG SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the PRILOG, according to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U35-001I: PRILOG TS timestamp
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with another U35-message. It specifies the timestamp timestamp of the current search.
U35-002E: PRILOG NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The PRILOG with the start timestamp indicated in the preceding message is not referenced in the RECON.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the RECON data set.
U35-003E: LOG REACHED WITH INVALID VOLLIST COUNT
{wrapper="1" role="DL"}
Explanation :
The record related to the PRILOG found in the RECON data set specifies an empty or erroneous volume list.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
List the RECON to verify the record related to the PRILOG.
U35-004E: LOG MAX VOL LIST COUNT REACHED.
(MAX=20)
{wrapper="1" role="DL"}
Explanation :
The PRILOG has more than 20 volumes referenced in the RECON data set. INFO-RECOVERY processes only 20 volumes.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL correspondent.
U35-004I: LOG MAX VOL LIST COUNT REACHED. (MAX=20)
{wrapper="1" role="DL"}
-
Explanation
The PRILOG has more than 20 volumes referenced in the RECON data set. For CS1RECOV, the file is cataloged and the process continues normally. For other functions, the process continues normally. Furthermore, for CS1DLET1 and CS1USER, the list of all the volumes is displayed.
-
Return code
None
-
User resp.
If applicable, use the provided volume list.
U35-005E: LOG REACHED WITH STOPTIME = 0 IS NOT THE LAST ONE
{wrapper="1" role="DL"}
Explanation :
A PRILOG has been reached with stoptime 0, yet further reading of the RECON found a next PRILOG for the same IMS system. An abend 4001 normally results from this anomaly, but it can be overriden in exceptional situations by adding BACKUP=Y in the description of this IMS system in parmlib member IMSIDS.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine carefully the state of the IMS system in anomaly, or contact your INFOTEL correspondent.
U35-005I: IT IS ASSUMED CLOSED BECAUSE BACKUP = Y IN
IMSIDS PARMLIB MEMBER
{wrapper="1" role="DL"}
-
Explanation
This message follows U35-005E. It indicates that in spite of the anomaly described in U35-005E, no abend will be issued and INFO-RECOVERY will attempt to continue, because BACKUP=Y has been specified in IMSIDS parmlib member.
U35-006I: LOG REACHED IS NOT CLOSED , IT CORRESPONDS TO
ssidname jobstate BATCH
{wrapper="1" role="DL"}
-
Explanation
A PRILOG has been reached with stoptime 0; it has been found to be associated to the batch SSID ssidname whose state is described by jobstate: DELETED if no record in RECON describes this SSID, ABENDED if the SSID record found in RECON says so, blank otherwise.
U35-007E: SECLOG SEARCH ERROR
{wrapper="1" role="DL"}
-
Explanation
An error was encountered when trying to find records related to SECLOG inside the RECON data set. Refer to the previous message 001I that specifies the search criteria. The message UT20-003E issued previously to messages 001I and 001E indicates the encountered VSAM error.
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes, check the search criteria coherence and correct accordingly.
U35-008I: LOG ON ERROR dsname
{wrapper="1" role="DL"}
-
Explanation
The "log in error" flag is set in RECON for log dataset dsname.
U35-009E: SECLOG NOT FOUND
{wrapper="1" role="DL"}
-
Explanation
The SECLOG at the timestamp specified previously cannot be found in the RECON data set.
-
Return Code
Abend 4001
-
User Resp.
Check the RECON data set.
U35-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages U38-nnnX
U38-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
The messages issued previously to the above message describe the encountered messages.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages U39-nnnX
U39-001E: INVALID IMS ENVIRONMENT DETECTED FOR THE CURRENT FUNCTION (PASSWORD
PROBABLY RESTRICTED TO DB2).
{wrapper="1" role="DL"}
Explanation :
The IMS environment is not initialized.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify if your installation takes into account INFOREC1 and/or INFOVIC1. Otherwise, contact your INFOTEL correspondent.
U39-003E: DL1 STATUS CODE n
ON SEND/RECEIVE WITH BUFFER : ims-command
{wrapper="1" role="DL"}
-
Explanation
An error was encountered when executing the AOP interface (ASMTDLI) within the IMS transaction manager environment (TP).
-
Return Code
Abend 4001
-
User Resp.
Examine the IMS system where this error was encountered, or contact INFOTEL.
U39-004E: DL1 RETURN CODE ...., REASON CODE ....:
ON SEND/RECEIVE WITH BUFFER : ims-command
{wrapper="1" role="DL"}
-
Explanation
An error was encountered when executing the AOP interface (AIBTDLI) within the DBCTL environment (coded in the IMSIDS member of the Parmlib).
-
Return Code
Abend 4001
-
User Resp.
Examine the DBCTL and IMS environments where this error was encountered or contact INFOTEL.
Messages U40-nnnX
U40-001E: PROBLEM COMPLEXITY TOO BIG. RESSOURCES EXHAUSTED.
TRY WITH A SMALLER SET OF DEDBS.
{wrapper="1" role="DL"}
Explanation :
The number of DEDB databases is limited to 100 000.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Modify the value of the DB parameter in order to work on a smaller number of databases.
U40-001I: NO DB FOUND IN RECON FOR db SEARCH ARGUMENT
{wrapper="1" role="DL"}
-
Explanation
No database was found in the RECON data set corresponding to the selection criterion db specified in the DB parameter.
U40-002I: DB xxxxxxxx IS THE HALDB PART/MASTER
{wrapper="1" role="DL"}
-
Explanation
This message informs the user that the selected DB is a HALDB partition or a HALDB master.
U40-003I: THIS DB WILL BE IGNORED
{wrapper="1" role="DL"}
-
Explanation
Message U40-002I is issued prior to message U40-003I to inform the user that the HALDB parameter specifies to not process HALDB data bases (HALDB=N).
U40-004I: DBD xxxxxxxx : QUIESCE IN PROGRESS
{wrapper="1" role="DL"}
-
Explanation
The xxxxxxxx database is in "QUIESCE IN PROGRESS" state. The function cannot be executed on this database. The message is displayed to report that the concerned database will not be processed. The control of the database state continues.
-
Return code
None.
-
User resp.
None (informational message).
note
:
For CS1IC ,CS1CA and CS1RECOV, the behavior of the function in this situation can be modified by changing the value of the FLUSH parameter..
U40-004W: DBD xxxxxxxx : QUIESCE IN PROGRESS
{wrapper="1" role="DL"}
-
Explanation
The xxxxxxxx database is in "QUIESCE IN PROGRESS" state. The function cannot be executed on this database. The message is displayed to report that the concerned database will not be processed. The control of the database state continues.
-
Return code
4.
-
User resp.
None (informational message).
note
:
For CS1IC ,CS1CA and CS1RECOV, the behavior of the function in this situation can be modified by changing the value of the FLUSH parameter.
U40-005I: DBD xxxxxxxx : QUIESCE HELD
{wrapper="1" role="DL"}
-
Explanation
The xxxxxxxx database is in "QUIESCE HELD" state. The function cannot be executed on this database. The message is displayed to report that the concerned database will not be processed. The control of the database state continues.
-
Return code
None.
-
User resp.
None (informational message).
note
:
For CS1CA and CS1RECOV, the behavior of the function in this situation can be modified by changing the value of the FLUSH parameter.
U40-005W: DBD xxxxxxxx : QUIESCE HELD
{wrapper="1" role="DL"}
-
Explanation
The xxxxxxxx database is in "QUIESCE HELD" state. The function cannot be executed on this database. The message is displayed to report that the concerned database will not be processed. The control of the database state continues.
-
Return code
4.
-
User resp.
None (informational message).
note
:
For CS1CA and CS1RECOV, the behavior of the function in this situation can be modified by changing the value of the FLUSH parameter.
U40-006I: PART xxxxxxxx (MASTER HALDB yyyyyyyy) : QUIESCE IN PROGRESS
{wrapper="1" role="DL"}
-
Explanation
The xxxxxxxx partition of the HALDB yyyyyyyy database is in "QUIESCE IN PROGRESS" state. The function cannot be executed on this database. The message is displayed to report that the concerned database will not be processed. The control of the database state continues.
-
Return code
None.
-
User resp.
None (informational message).
note
:
For CS1IC ,CS1CA and CS1RECOV, the behavior of the function in this situation can be modified by changing the value of the FLUSH parameter.
U40-006W: PART xxxxxxxx (MASTER HALDB yyyyyyyy) : QUIESCE IN PROGRESS
{wrapper="1" role="DL"}
-
Explanation
The xxxxxxxx partition of the HALDB yyyyyyyy database is in "QUIESCE IN PROGRESS" state. The function cannot be executed on this database. The message is displayed to report that the concerned database will not be processed. The control of the database state continues.
-
Return code
4.
-
User resp.
None (informational message).
note
:
For CS1CA and CS1RECOV, the behavior of the function in this situation can be modified by changing the value of the FLUSH parameter.
U40-007I: PART xxxxxxxx (MASTER/HALDB yyyyyyyy) : QUIESCE HELD
{wrapper="1" role="DL"}
-
Explanation
The xxxxxxxx partition of the HALDB yyyyyyyy database is in "QUIESCE HELD" state. The function cannot be executed on this database. The message is displayed to report that the concerned database will not be processed. The control of the database state continues.
-
Return code
None.
-
User resp.
None (informational message).
note
:
For CS1CA and CS1RECOV, the behavior of the function in this situation can be modified by changing the value of the FLUSH parameter.
U40-007W: PART xxxxxxxx (MASTER/HALDB yyyyyyyy) : QUIESCE HELD
{wrapper="1" role="DL"}
-
Explanation
The xxxxxxxx partition of the HALDB yyyyyyyy database is in "QUIESCE HELD" state. The function cannot be executed on this database. The message is displayed to report that the concerned database will not be processed. The control of the database state continues.
-
Return code
4.
-
User resp.
None (informational message).
note
:
For CS1CA and CS1RECOV, the behavior of the function in this situation can be modified by changing the value of the FLUSH parameter.
U40-008I: DEDB xxxxxxxx AREA yyyyyyyy : QUIESCE IN PROGRESS
{wrapper="1" role="DL"}
-
Explanation
The AREA yyyyyyyy from the DEDBB xxxxxxxx database is in "QUIESCE IN PROGRESS" state. The function cannot be executed on this database. The message is displayed to report that the concerned database will not be processed. The control of the database state continues.
-
Return code
None.
-
User resp.
None (informational message).
note
:
For CS1CA and CS1RECOV, the behavior of the function in this situation can be modified by changing the value of the FLUSH parameter.
U40-008W: DEDB xxxxxxxx AREA yyyyyyyy : QUIESCE IN PROGRESS
{wrapper="1" role="DL"}
-
Explanation
The AREA yyyyyyyy from the DEDBB xxxxxxxx database is in "QUIESCE IN PROGRESS" state. The function cannot be executed on this database. The message is displayed to report that the concerned database will not be processed. The control of the database state continues.
-
Return code
4.
-
User resp.
None (informational message).
note
:
For CS1CA and CS1RECOV, the behavior of the function in this situation can be modified by changing the value of the FLUSH parameter.
U40-009I: DEDB xxxxxxxx AREA yyyyyyyy : QUIESCE HELD
{wrapper="1" role="DL"}
-
Explanation
The AREA yyyyyyyy from the DEDBB xxxxxxxx database is in "QUIESCE HELD" state. The function cannot be executed on this database. The message is displayed to report that the concerned database will not be processed. The control of the database state continues.
-
Return code
None.
-
User resp.
None (informational message).
note
:
For CS1CA and CS1RECOV, the behavior of the function in this situation can be modified by changing the value of the FLUSH parameter.
U40-009W: DEDB xxxxxxxx AREA yyyyyyyy : QUIESCE HELD
{wrapper="1" role="DL"}
-
Explanation
The AREA yyyyyyyy from the DEDBB xxxxxxxx database is in "QUIESCE HELD" state. The function cannot be executed on this database. The message is displayed to report that the concerned database will not be processed. The control of the database state continues.
-
Return code
4.
-
User resp.
None (informational message).
note
:
For CS1CA and CS1RECOV, the behavior of the function in this situation can be modified by changing the value of the FLUSH parameter.
U40-020E : ONE DB AT LEAST HAS QUIESCE IN PROGRESS FLAG
{wrapper="1" role="DL"}
-
Explanation
At least one of the objects, database or area have been mentioned above in a U40-004W, U40-006W or U40-008W message. None object is processed.
-
Return code
Abend 4001
-
User resp.
Wait the end of the QUIESCE operation and resubmit the JOB. For CS1IC, CS1CA and CS1RECOV, the abandon of all processes can be avoided by giving to FLUSH another value than Y.
U40-021E : ONE DB AT LEAST HAS QUIESCE HELD FLAG
{wrapper="1" role="DL"}
-
Explanation
At least one of the database or area object has been mentioned above in a U40-005W, U40-007W ou U40-009W message. None object is processed.
-
Return code
Abend 4001
-
User resp.
A
STOP(QUIESCE)command must be launched before resubmitting the JOB. For CS1CA and CS1RECOV, the abandon of all processes can be avoided by giving to FLUSH another value than Y.
U40-090E : INTERNAL ERROR
{wrapper="1" role="DL"}
-
Explanation
An internal error has occurred.
-
Return code
Abend 4001
-
User resp.
Contact Infotel Support team.
Messages U41-nnnX
U41-001E: NO IC FOUND FOR DB dbname DDN ddname BEFORE YYQQQ DD/MM/YY HH:MM:SS.D
{wrapper="1" role="DL"}
Explanation :
No image copy of the database with DBD dbname and ddname ddname earlier than the specified date could be found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the planning of image copies.
Messages U43-nnnX
U43-001E: ONLINE LOG SEARCH ERROR FOR ssid
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the online log of the IMS system ssid . This message is preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
Messages U44-nnnX
U44-001I: *** WAIT MODE ENTERED DURING hh:mm:ss.dc (HH:MM:SS.DC) AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates the start time and intervals of the wait mode and is issued on a regular basis by the INFO-RECOVERY mother job while supervising the execution of the job it has prepared and submitted.
Messages U53-nnnX
U53-001E: PROBLEM COMPLEXITY TOO BIG. RESSOURCES EXHAUSTED.
TRY WITH A SMALLER SET OF DB
{wrapper="1" role="DL"}
Explanation :
The number of ISPF work tables has reached 10000000. INFO-RECOVERY can no longer ensure the processing.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Modify the command to decrease the number of databases to process.
U53-002E: PRILOG SEARCH ERROR
{wrapper="1" role="DL"}
-
Explanation
An error was encountered when searching in the RECON data set for records relative to the PRILOG, according to the criterion indicated in the precious message 001I. The message U20-003E that is issued prior to messages 001I and 005E informs about the VSAM error that was encountered.
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes, check the coherence of the search criterion, and correct accordingly.
U53-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages U55-nnnX
U55-001E: REORG SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the reorganization of databases, according to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U55-001I: DBD dbdname DDN ddname TSLIM timestamp
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with another U55-message. It specifies the DBD dbdname, the ddname ddname and the timestamp timestamp of the current search.
U55-002E: RECOV SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the recovery of databases, according to the criteria specified in the preceding message 001I. Messages 001I and 002E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
Messages U56-nnnX
U56-001E: RECOV SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the recovery of databases, according to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U56-001I: DBD dbdname DDN ddname TSLIM timestamp
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with another U56-message. It specifies the DBD dbdname, the ddname and the timestamp of the current search.
Messages U57-nnnX
U57-001E: ALLOC SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to allocations of databases, according to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria, and then do the necessary corrections.
U57-001I: DBD dbdname DDN ddname TSLIM timestamp
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with another U57-message. It specifies the DBD dbdname, the ddname and the timestamp of the current search.
Messages U60-nnnX
U60-001E: VIC WRITE ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred while writing to the CS1RECON data set the VIC point information specified in the preceding message 001I. Messages 001I and 001E are preceded by U25 error messages that specify the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and do the necessary corrections.
U60-001I: DBD dbdname DDN ddname TS timestamp
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with another U60-message. It specifies the DBD dbdname, the ddname and the timestamp of the VIC point which has failed.
U60-002E: VIC SCAN BACKWARD ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred while reading the CS1RECON data set as a part of the realization of the VIC point specified in the preceding message 001I. Messages 001I and 002E are preceded by U25 error messages that specify the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and do the necessary corrections.
U60-003E: VIC DELETE ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred while deleting a record from the CS1RECON data set before the realization of the VIC point specified in the preceding message 001I. Messages 001I and 003E are preceded by U25 error messages that specify the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and do the necessary corrections.
Messages U61-nnnX
U61-001E: RESERVE ERROR ON CS1RECON DEVICE RC rc
{wrapper="1" role="DL"}
Explanation :
The request to take exclusive control of the CS1RECON data set has been denied with return code rc.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify current allocations on the CS1RECON data set and the return code indicated. Then do the necessary corrections.
Messages U62-nnnX
U62-001E: DEQ ERROR ON CS1RECON DEVICE RC rc
{wrapper="1" role="DL"}
Explanation :
The request to release exclusive control of the CS1RECON data set has been denied with return code rc.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify current allocations on the CS1RECON data set and the return code indicated. Then do the necessary corrections.
Messages U63-nnnX
U63-001E: VIC SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the CS1RECON data set of a VIC point responding to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by U25 error messages that specify the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria. Then do the necessary corrections.
U63-001I: DBD dbdname DDN ddname TSLIM timestamp
{wrapper="1" role="DL"}
-
Explanation
This message comes with U63-001E. It specifies the DBD dbdname, the ddname and the timestamp of the current search: search of the first VIC point later than the specified timestamp.
Messages U64-nnnX
U64-001E: ALLOC SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to database allocations, according to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistency of search criteria. Then do the necessary corrections.
U64-001I: DBD dbdname DDN ddname TSLIM tslim
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with another U64-message. It specifies the DBD dbdname, the ddname ddname and the timestamp timestamp of the current search.
U64-002E: PRILOG SEARCH ERROR
{wrapper="1" role="DL"}
-
Explanation
An error was encountered when searching in the RECON data set for records relatif to the PRILOG, according to the criterion indicated in the precious message 001I. The message U20-003E that is issued prior to messages 001I and 005E informs about the VSAM error that was encountered.
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes, check the coherence of the search criterion, and correct accordingly.
U64-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages U65-nnnX
U65-001E: PRODUCTS MEMBER OF PARMLIB ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the PRODUCTS member of the parmlib has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the PRODUCTS member of the parmlib used, whose name appears in the next message 006E.
U65-002E: FUNCTION fonction ENTRY NOT FOUND IN PARMLIB MEMBER PRODUCTS.
{wrapper="1" role="DL"}
Explanation :
The function requested is not in the function list of the PRODUCTS member of the parmlib.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the requested function and the PRODUCTS member of the parmlib used, whose name appears in the next message 006E.
U65-006E: THE PARMLIB IS dsname (REQUEST fonction)
{wrapper="1" role="DL"}
Explanation :
This message comes with another U65-message. It specifies the dsname of the parmlib used and the name function of the requested function.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Refer to the previous error message.
U65-007E: PRODUCTS MEMBER OF PARMLIB NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The PRODUCTS member does not exist in the parmlib used.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the parmlib used, indicated in the following message 006E , or restore the PRODUCTS member of the parmlib from the CSKDEFP member.
U65-008E: THE ERROR HAS OCCURRED DURING A SCAN OF THE PRODUCTS MEMBER.
EDIT IT, CORRECT THE ERROR AND RETRY.
{wrapper="1" role="DL"}
Explanation :
An error has occurred while reading the PRODUCTS member of the parmlib used.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the syntax of the PRODUCTS member of the parmlib used, whose name appears in the next message 006E.
Messages U68-nnnX
U68-001E: SYSIDS MEMBER OF PARMLIB ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the SYSIDS member of the parmlib has failed, rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the SYSIDS member of the parmlib used.
U68-002E: SYSID sysid ENTRY NOT FOUND IN PARMLIB MEMBER SYSIDS.
ADD IT IN SYSIDS MEMBER OR VERIFY THE MVS SYSID WHERE YOUR HAVE RUN THE PRODUCT.
{wrapper="1" role="DL"}
Explanation :
The MVS system whose name is sysid is not described in the SYSIDS member of the parmlib used.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the execution MVS system or add this name to the SYSIDS member of the parmlib used.
U68-003E: SYSIDS MEMBER OF PARMLIB NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The SYSIDS member does not exist in the used parmlib.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the parmlib used, or restore the SYSIDS member of the parmlib from the CSKDEFS member.
U68-005E: SYSID sysid ENTRY IN ERROR IN PARMLIB MEMBER SYSIDS:
EDIT THE SYSIDS MEMBER, CORRECT THE ERROR AND RETRY.
{wrapper="1" role="DL"}
-
Explanation
The description of the MVS system sysid inside member SYSIDS of the parmlib that is used contains a syntax error.
-
Return Code
Abend 4001
-
User Resp.
Correct the syntax of member SYSIDS.
U68-007E: SYSID sysid ENTRY IN ERROR IN PARMLIB MEMBER SYSIDS:
EDIT THE SYSIDS MEMBER, CORRECT THE ERROR AND RETRY.
{wrapper="1" role="DL"}
Explanation :
The description of the MVS system whose name is sysid in the SYSIDS member of the parmlib used contains a syntax error.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the syntax of the SYSIDS member of the parmlib used.
Messages U69-nnnX
U69-001E: IMSIDS MEMBER OF PARMLIB ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the IMSIDS member of the parmlib has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the IMSIDS member of the parmlib used.
U69-002E: IMSID imsid ENTRY NOT FOUND IN PARMLIB MEMBER IMSIDS.
ADD IT IN IMSIDS MEMBER OR
{wrapper="1" role="DL"}
Explanation :
The IMS system imsid is not described in the IMSIDS member of the parmlib used. This message is followed by message 004E in TP, by message 005E in batch processing.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Refer to the next message.
U69-003E: PSB/TRN LIST COUNT MAX EXHAUSTED
{wrapper="1" role="DL"}
Explanation :
The PSB list specified in the IMSIDS member of the parmlib used (PSBNAME parameter) is limited to 100 000 elements, the transactions list (TRNNAME) also.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the IMSIDS member of the parmlib.
U69-004E: VERIFY YOUR USER PROdata set USING THE "USER PROdata set CONFIGURATION" ENTRY.
{wrapper="1" role="DL"}
Explanation :
This message follows message 002E in TP.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the execution IMS system specified in the user prodata set, using the option "user prodata set configuration" of the INFO-RECOVERY main menu, and modify it or add it to the IMSIDS member of the parmlib used.
U69-005E: VERIFY THE PARM EXEC IMSID VALUE OR SEE THE DEFAULT VALUE IN THE SYSIDS
MEMBER OF CURRENT PARMLIB.
{wrapper="1" role="DL"}
Explanation :
This message follows message 002E in batch processing.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the execution IMS system specified in the PARM field of the EXEC card in the form ([.,.,]IMSID,'imsid'[,.,.]) and modify it or add it to the IMSIDS member of the parmlib used. If the EXEC card does not specify the IMSID parameter, verify the default name of the IMS system indicated in the SYSIDS member of the parmlib (DEFIMSID parameter).
U69-007E: IMSIDS MEMBER OF PARMLIB NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The IMSIDS member does not exist in the parmlib used.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the parmlib used, or restore the IMSIDS member of the parmlib from the CSKDEFI member.
U69-008E: IMSID imsid ENTRY IN ERROR IN PARMLIB MEMBER IMSIDS:
EDIT THE IMSIDS MEMBER, CORRECT THE ERROR AND RETRY.
{wrapper="1" role="DL"}
Explanation :
The description of the IMS system whose name is imsid in the IMSIDS member of the parmlib used contains a syntax error.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the syntax of the IMSIDS member of the parmlib used.
Messages U71-nnnX
U71-001I: THE JOB jobname HAS BEEN SUBMITTED.
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the INFO-RECOVERY mother job has generated a JCL to execute the requested tasks and has submitted this JCL using the name jobname.
U71-002E: THE JOB jobname HAS NOT BEEN SUBMITTED.
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the INFO-RECOVERY mother job has generated a JCL to execute the requested tasks but that the submission of this job was not successful. This message is followed by message U71-003E.
U71-003E: TSO RC... COM... RC... ABEND...
{wrapper="1" role="DL"}
-
Explanation
This message completes the message U71-002E: First code: Return code of the call to TSO via IKJEFTSR (see TSO Programming Services) Second code: Return code of the command TSO SUBMIT (*) (see TSO Command Reference) Third code: Reason code (*) Fourth code: Abend code (*) (*) -1 means that the value is not significant.
Messages U72-nnnX
U72-001E: SKELETON skelname ERROR
{wrapper="1" role="DL"}
Explanation :
The JCL generation (data set tailoring) from the JCL skeleton contained in the member skelname of the parmlib used has failed.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the skeleton skelname.
U72-001I: SKELETON MEMBER skelname HAS BEEN TAILORED:
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the data set tailoring of the JCL skeleton in member skelname of the parmlib has been performed successfully.
U72-002E: SKELETON skelname NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The member skelname searched for does not exist in the parmlib used.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the skeleton, the name of the parmlib used, or restore the skeleton searched for.
U72-003E: SKELETON skelname JOB jobname SUBMIT ERROR
{wrapper="1" role="DL"}
Explanation :
The JCL generated from the skeleton skelname with the job name jobname could not be submitted.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the skeleton skelname of the parmlib used.
U72-096E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the data set whose ddname is ddname has failed; rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set whose ddname is ddname. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and to correct it.
Messages U73-nnnX
U73-001E: CLIST name ERROR
{wrapper="1" role="DL"}
Explanation :
The execution of the clist name has failed.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the clist name.
U73-002E: CLIST name NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The member name does not exist in any CSXULIB, CSXPLIB, CSPRLIB libraries (in search order).
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
U73-003E: CLIST OR REXX name NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The member name does not exist in any CSXULIB, CSXPLIB, CSPRLIB, CSEXLIB libraries (in search order).
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
Messages U74-nnnX
U74-001I: NOTHING TO DO FOR THIS PARAMETER SET
NO IMAGE COPIES TO DELETE
{wrapper="1" role="DL"}
-
Explanation
No image copy of the selected tablespaces is found for deletion considering the values specified within parameters RDAYS and FICMAX to fix the recovery conditions.
U74-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
The messages issued previously to the above message describe the encountered errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages U78-nnnX
U78-001I: THE TABLESPACE dbname.tsname DOES NOT MATCH DSSEL CRITERION
{wrapper="1" role="DL"}
-
Explanation
The mentioned tablespace does not have a partition which number matches the DSSEL parameter.
U78-003I: NO PARTITIONED TS FOUND
{wrapper="1" role="DL"}
-
Explanation
Within all tablespaces selected for the processing, no tablespace having the partition number specified inside the DSSEL parameter was found.
U78-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
The messages issued previously to the above message describe the encountered errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages U79-nnnX
U79-001I: NO MEMBER FOUND FOR mbrname SEARCH ARGUMENT
{wrapper="1" role="DL"}
-
Explanation
The read library does not contain any member whose name responds to the criterion mbrname.
Messages U80-nnnX
U80-001E: SCT02 IC DATASET NAME DOES NOT CONTAIN SCT02. INTERNAL ERROR GENERATED
{wrapper="1" role="DL"}
-
Explanation
The dsname of the image copy of tablespace DSNDB01.SCT02 is erroneous (refer to the INFO-RECOVERY dsname syntax rules); the above message specifies that the dsname of tablespace 'SCT02' is missing.
-
Return Code
Abend 4001
-
User Resp.
The image copies of the catalog tablespaces must be taken using function CS1FIC (parameter TS=CATALOG) to be recognized by INFO-RECOVERY.
U80-001I: NOTHING TO DO FOR ts SEARCH ARGUMENT (FICMAX=n AND RDAYS=m)
{wrapper="1" role="DL"}
-
Explanation
The specified tablespace has no image copy. Attention: This situation is abnormal for a production environment.
U80-002E: SCT02 IC DATASET NAME NOT ACCEPTED. INTERNAL ERROR GENERATED
{wrapper="1" role="DL"}
-
Explanation
The image copy dsname of tablespace DSNDB01.SCT02 is incorrect according to the requirements of INFO-RECOVERY (see nomenclature); in the above case, an invalid length was detected.
-
Return Code
Abend 4001
-
User Resp.
The image copies of the catalog tablespaces must be taken using function CS1FIC (parameter TS=CATALOG) to be recognized by INFO-RECOVERY.
U80-003E: SCT02 IC DATASET NAME DOES NOT CONTAIN DSNDB01.
INTERNAL ERROR GENERATED
{wrapper="1" role="DL"}
-
Explanation
The image copy dsname of tablespace DSNDB01.SCT02 is incorrect according to the requirements of INFO-RECOVERY (see nomenclature); in the above case, an invalid length was detected.
-
Return Code
Abend 4001
-
User Resp.
The image copies of the catalog tablespaces must be taken using function CS1FIC (parameter TS=CATALOG) to be recognized by INFO-RECOVERY.
U80-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
Messages that are issued prior to the above message describe the errors that were encountered.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages U81-nnnX
U81-001E: DBD LIBRARY dsname
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the specified DBDLIB in the IMSIDS member of the parmlib, dsname , has failed. This message is followed by message 096E.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the dsname of the DBDLIB, or see the message 096E.
U81-002E: DB DYNAMIC ALLOCATION LIBRARY dsname
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the specified DYNLIB in the IMSIDS member of the parmlib, dsname has failed. This message is followed by message 096E.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the dsname of the DYNLIB, or see the message 096E.
U81-003E: DB DYNAMIC ALLOCATION MODULE name NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation module name of the DYNLIB library could not be loaded.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant.
-
User Resp.
Verify the features of the module name in the DYNLIB and do the necessary corrections.
U81-004E: DBD dbdname DDN ddname DSNAME NOT FOUND IN DFSMDA DEFINITION
{wrapper="1" role="DL"}
Explanation :
The dsname of the data set ddname of the database whose dbd is dbdname was not found in the corresponding DFSMDA module.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the concerned dbd and do the necessary corrections.
U81-005E: DBD MODULE dbdname NOT FOUND IN DBDLIB
{wrapper="1" role="DL"}
Explanation :
The member dbdname of the DBDLIB library does not exist or could not be loaded.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant.
-
User Resp.
Do the necessary corrections.
U81-006E: INVALID DBD MODULE dbdname
{wrapper="1" role="DL"}
Explanation :
The member dbdname of the DBDLIB library is invalid. The DBD name specified in its prefix is not dbdname.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant.
-
User Resp.
Do the necessary corrections.
U81-007I: type NOT SUPPORTED, DBD dbdname IGNORED
{wrapper="1" role="DL"}
-
Explanation
The database attached to the DBD dbdname has the organization type that is not recognized by INFO-RECOVERY. The DBD dbdname is ignored.
U81-008I: type NO VSAM, DBD dbdname IGNORED
{wrapper="1" role="DL"}
-
Explanation
The database attached to the DBD dbdname has the non-VSAM organization type type different from HDAM and HIDAM: type not recognized by INFO-RECOVERY. The DBD dbdname is ignored.
U81-009E: DB DYNAMIC ALLOCATION MODULE name INVALID
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation module name does not exist in the DYNLIB library or exists but does not contain the expected heading ('MDA ' in position 8, but not 'DFSDCMON').
{wrapper="1" role="DL"}
-
Return Code
Irrelevant.
-
User Resp.
Do the necessary corrections.
U81-010E: DB DYNAMIC ALLOCATION MODULE name HAS NOT THE SAME DDNAME REFERENCE
{wrapper="1" role="DL"}
Explanation :
The ddname referenced in the dynamic allocation module name does not correspond to the one of DBDLIB.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant.
-
User Resp.
Do the necessary corrections.
U81-011I: FOR DEDB dbname AREA areaname THE DDNAME SEARCH CRITERIA addn HAS
FAILED (SEE ADDN=, PARAMETER).
{wrapper="1" role="DL"}
-
Explanation
For the area areaname of the DEDB database dbname, no module of the DYNLIB matches the specified research criterion addn .
U81-096E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set whose ddname is ddname . If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and to correct it.
U81-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages U83-nnnX
U83-001E: DB2IDS MEMBER OF PARMLIB ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the DB2IDS member of the parmlib has failed, rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the DB2IDS member of the parmlib used.
U83-002E: DB2ID syst ENTRY NOT FOUND IN PARMLIB MEMBER DB2IDS.
ADD IT IN DB2IDS MEMBER OR
{wrapper="1" role="DL"}
Explanation :
The DB2 system name syst is not described in the DB2IDS member of the parmlib used. This message is followed by message 003E in TP, message 004E in batch processing.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Refer to the next message.
U83-003E: VERIFY YOUR USER PROdata set USING THE "USER PROdata set CONFIGURATION" ENTRY.
{wrapper="1" role="DL"}
Explanation :
This message follows message 002E in TP.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the execution DB2 system specified in the user prodata set, using the option "user prodata set configuration" of the INFO-RECOVERY main menu, and modify it or add it to the DB2IDS member of the parmlib used.
U83-004E: VERIFY THE PARM EXEC DB2ID VALUE OR SEE THE DEFAULT VALUE IN THE SYSIDS
MEMBER OF CURRENT PARMLIB.
{wrapper="1" role="DL"}
Explanation :
This message follows message 002E in batch processing.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the execution DB2 system specified in the PARM field of the EXEC card in the form ([.,.,]DB2ID,'syst'[,.,.]) and modify it or add it to the DB2IDS member of the parmlib used. If the EXEC card does not specify the DB2ID parameter, verify the name of the default DB2 system indicated in the SYSIDS member of the parmlib ( DEFDB2ID parameter).
U83-006E: DB2IDS MEMBER OF PARMLIB NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The member DB2IDS does not exist in the parmlib used.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the parmlib used, or restore the DB2IDS member of the parmlib from the CSKDEFD member.
U83-007E: DB2ID syst ENTRY IN ERROR IN PARMLIB MEMBER DB2IDS:
EDIT THE DB2IDS MEMBER, CORRECT THE ERROR AND RETRY.
{wrapper="1" role="DL"}
Explanation :
The description of the DB2 system name syst in the DB2IDS member of the parmlib used contains a syntax error.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the syntax of the DB2IDS member of the parmlib used.
Messages U85-nnnX
U85-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
Messages that are issued prior to the above message describe the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages U86-nnnX
U86-003E: ENVIRONMENT TOO LARGE
{wrapper="1" role="DL"}
Explanation :
The sum of the ISPF variable lengths listed in the COND parameter of the skeleton used exceeds 32000.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Modify the COND parameter in the relevant member of the concerned parmlib.
Messages U87-nnnX
U87-001E: DEFAULT PARMLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The library whose dsname is dsname, used as a default parmlib by INFO-RECOVERY, could not be dynamically allocated. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence, the features, and the user authorizations on this library.
U87-002E: DEFAULT USERLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The library whose dsname is dsname, and whose name is specified in the CTRLRUN member of the default parmlib (USERLIB= parameter), could not be dynamically allocated. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence, the features and the user authorizations on this library. Verify also the CTRLRUN member of the default parmlib.
U87-003E: MEMBER CTRLRUN OF PARMLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The member CTRLRUN exists in the default parmlib whose dsname is dsname, but could not be dynamically allocated. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the features of the CTRLRUN member of the default parmlib.
U87-004E: MEMBER CTRLRUN OF PARMLIB dsname NOT VALID
{wrapper="1" role="DL"}
Explanation :
The CTRLRUN member of the default parmlib contains a syntax error.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the syntax of the CTRLRUN member of the default parmlib.
U87-005E: MEMBER CTRLRUN OF USERLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The member CTRLRUN exists in the user parmlib whose dsname is dsname, but could not be dynamically allocated. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the features of the CTRLRUN member of the user parmlib.
U87-006E: MEMBER CTRLRUN OF USERLIB dsname NOT VALID
{wrapper="1" role="DL"}
Explanation :
The CTRLRUN member of the user parmlib contains a syntax error.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the syntax of the CTRLRUN member of the user parmlib.
U87-096E: ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the data set specified in the preceding message has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set specified in the preceding message. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and correct it.
Messages U88-nnnX
U88-001I: NO TS FOUND IN DB2 FOR ts SEARCH ARGUMENT
{wrapper="1" role="DL"}
-
Explanation
Informative ; the interrogation of the DB2 catalog through the SQL statement resulting from the CSQLTS skeleton has shown that no tablespace satisfies simultaneously the criteria on the tablespace name, the database name and the creator's name resulting from the TS list item and the DBSET and AUTHID parameters.
U88-002I: THE FOLLOWING TABLESPACE(S) HAVE BEEN SELECTED:
{wrapper="1" role="DL"}
-
Explanation
This message is followed by the list of all tablespaces that are hold for the current function.
U88-003I: NO DATA HAS NEVER BEEN INSERTED INTO THE TABLESPACE xxxxxxxx.xxxxxxxx
{wrapper="1" role="DL"}
-
Explanation
This message shows that the mentioned tablespace has been defined with the DEFINE NO clause and no data has been inserted (column: SPACE from SYSTABLEPART = -1, for all its partitions).
U88-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
The call of the interrogation procedure of the DB2 catalog has failed.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections. Verify the existence and the availability of CS1XPROC load module of INFO-RECOVERY.
Messages U89-nnnX
U89-001I: NO TS FOUND IN DB2 FOR ts SEARCH ARGUMENT
{wrapper="1" role="DL"}
-
Explanation
Informative ; the interrogation of the DB2 catalog through the SQL statement resulting from the CSQTSPRT skeleton has shown that no tablespace satisfies simultaneously the criteria on the tablespace name, the database name and the creator's name resulting from the TS list item and the DBSET and AUTHID parameters.
U89-002I: THE FOLLOWING TABLESPACE(S) HAVE BEEN SELECTED:
{wrapper="1" role="DL"}
-
Explanation
This message is followed by the list of all tablespaces that have been selected by the current function.
U89-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
The call of the interrogation procedure of the DB2 catalog has failed.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections. Verify the existence and the availability of the CS1XPROC load module of INFO-RECOVERY.
Messages U91-nnnX
U91-001E: SCT02 IC DATASET NAME DOES NOT CONTAIN SCT02.
INTERNAL ERROR GENERATED
{wrapper="1" role="DL"}
Explanation :
The dsname of the image copy of the tablespace DSNDB01.SCT02 does not match the INFO-RECOVERY nomenclature (see nomenclature). It does not contain the name of the tablespace 'SCT02'.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
The image copies of the tablespaces of the catalog have to be made using the function CS1FIC (TS=CATALOG parameter) to be recognized by INFO-RECOVERY.
U91-001I: NOTHING TO DO FOR ts SEARCH ARGUMENT (FICMAX=n AND RDAYS=m).
{wrapper="1" role="DL"}
-
Explanation
Informative ; no image copy satisfies to the FICMAX and RDAYS criteria requested for the tablespaces that satisfy the search conditions resulting from the TS list item ts and the DBSET and AUTHID parameters.
U91-002E: SCT02 IC DATASET NAME NOT ACCEPTED.
INTERNAL ERROR GENERATED
{wrapper="1" role="DL"}
Explanation :
The dsname of the image copy of the tablespace DSNDB01.SCT02 does not match the INFO-RECOVERY nomenclature (see nomenclature). Its length is invalid.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
The image copies of the tablespaces of the catalog have to be made using the function CS1FIC (TS=CATALOG parameter) to be recognized by INFO-RECOVERY.
U91-003E: SCT02 IC DATASET NAME DOES NOT CONTAIN DSNDB01.
INTERNAL ERROR GENERATED
{wrapper="1" role="DL"}
Explanation :
The dsname of the image copy of the tablespace DSNDB01.SCT02 does not match the INFO-RECOVERY nomenclature (see nomenclature). It does not contain the name of the database 'DSNDB01'.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
The image copies of the tablespaces of the catalog have to be made using the function CS1FIC (TS=CATALOG parameter) to be recognized by INFO-RECOVERY.
U91-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
The interrogation of the DB2 catalog has failed.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections. Verify the existence and the availability of the CS1XPROC load module of INFO-RECOVERY.
Messages U92-nnnX
U92-001E: ISPF ERROR zerrmsg zerrsm zerrlm
{wrapper="1" role="DL"}
Explanation :
After an ISPF error, this message displays the contents of ISPF variables ZERRMSG (identifier of the error message), ZERRSM (text of the short message) and ZERRLM (text of the long message).
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
Messages U96-nnnX
U96-001I: NO DATASET FOUND ON VOLUME volume FOR MASK dsname
{wrapper="1" role="DL"}
-
Explanation
The volume labeled volume contains no data set whose name matches the search criterion dsname.
U96-002W: NOT SUPPORTED DATASET NAME dsname
{wrapper="1" role="DL"}
-
Explanation
The dsname found dsname does not comply with the usual syntax of the dsnames.
U96-003E: INVALID DATASET MASK dsname
{wrapper="1" role="DL"}
Explanation :
The mask that is used for the search of dsnames does not comply with the usual syntax of the dsnames.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the DSN, VDAYS, and VTIME parameters.
U96-004E: CVAFSEQ ERROR rc/rs ON VOLUME volume (VOLUME MUST HAVE AN INDEXED
VTOC)
{wrapper="1" role="DL"}
Explanation :
The access to the VTOC of the volume labeled <hp2 >volume has failed with return code rc and reason code rs.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the status of the volume volume; its VTOC has to be indexed.
U96-006W: SYNCHRONIZATION PROBLEM ON VOLUME volume
{wrapper="1" role="DL"}
-
Explanation
A synchronisation problem was detected between the VTOC index on volume and the VTOC itself. This abnormality is probably due to a concurrent update.
U96-007I: RETRY IN PROGRESS
{wrapper="1" role="DL"}
-
Explanation
This message follows U96-006W to indicate that a new attempt to read the VTOC index of the same volume will be made, after deallocation and reallocation of this volume.
U96-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
The allocation of the requested volume has failed.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
Messages U97-nnnX
U97-001E: DIRECT ACCESS VOLUME volume UNKNOWN IN YOUR SYSTEM
{wrapper="1" role="DL"}
Explanation :
The volume labeled volume is unknown in the system.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the volume name.
U97-002E: VOLUME volume AT ADDRESS adr IS NOT ONLINE
{wrapper="1" role="DL"}
Explanation :
The disk volume volume is not online.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
U97-003E: UNIT TYPE OF VOLUME volume AT ADDRESS adr UNKNOWN
{wrapper="1" role="DL"}
Explanation :
The unit type of the volume volume is unknown by the system.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
Messages V02-nnnX
V02-001I: NO VOLUME FOUND FOR SEARCH CRITERIA vol
{wrapper="1" role="DL"}
-
Explanation
No volume name matches the search criterion vol specified in the VOL parameter.
V02-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V03-nnnX
V03-001E: MEMBER name OF USERLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The member name exists in the user parmlib whose dsname is dsname, but it could not be dynamically allocated. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the features of the member name of the user parmlib.
V03-002E: MEMBER name OF PARMLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The member name exists in the current parmlib whose dsname is dsname, but it could not be dynamically allocated. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the features of the member name of the current parmlib.
V03-003E: MEMBER name OF PARMLIB dsname NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The member name does not exist in the parmlib used, dsname dsname.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the name of the parmlib used or restore the member name to this parmlib.
V03-096E: ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set whose ddname is ddname. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and correct it.
Messages V08-nnnX
V08-001E: DSPURX00 ATTACH ERROR RC xxx - yyy FROM dsname
{wrapper="1" role="DL"}
Explanation :
The call to DBRC has ended with an abend. The message specifies the system abend code xxx and the IMS abend code yyy in hexadecimal, as well as the dsname dsname of the IMS load modules library used.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Refer to the DBRC error messages that follow or to indicated abend codes, and do the necessary corrections.
V08-002E: DBRC ERROR DETECTED. THE DBRC SYSPRINT IS PRINTING...
{wrapper="1" role="DL"}
Explanation :
The execution of DBRC has ended with a return code greater than 4. The messages issued by DBRC follow.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Refer to the DBRC error messages that follow and do the necessary corrections.
V08-003E: WORK data set SYSPRINT NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the work data set SYSPRINT has failed. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the INFO-RECOVERY execution JCL and suppress any DD card allocating the SYSPRINT data set. Otherwise, refer to message 096E.
V08-096E: ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the SYSPRINT data set has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify that SYSPRINT is not already allocated. If it is not, use the return code and the reason code in the message to find the cause of the error and correct it.
V08-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V09-nnnX
V09-001E: CAGRP cagrpname SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the CAGROUP cagrpname. This message is preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistence of search criteria. Then do the necessary corrections.
V09-002E: CAGRP cagrpname DB COUNT NOT > 0
{wrapper="1" role="DL"}
Explanation :
According to the record found in the RECON data set, the CAGROUP cagrpname does not contains any database.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the RECON data set and the definition of the CAGROUP given to DBRC (LIST.CAGRP).
Messages V12-nnnX
V12-005E: FTINCL ERROR
{wrapper="1" role="DL"}
-
Explanation
The file tailoring of the skeleton to be found in member CSSVIC or CSSDBASE of the parmlib has failed.
-
Return Code
Abend 4001
-
User Resp.
Correct the skeleton. Refer to the ISPF messages.
V12-009E: FAILED CALL TO DSNUTILB RC rc
{wrapper="1" role="DL"}
-
Explanation
The call to DSNUTILB has failed.
-
Return Code
Abend 4001
-
User Resp.
If the return code rc specified is 999, and if the DB2LIB load module library that contains DSNUTILB is not allocated in LINKLIB, add this library in your steplib and restart the execution.
If the return code rc specified is 997, then the load-module IPKAUTH is not authorized under TSO; provide the authorization and restart the execution.
Otherwise please contact INFOTEL.
V12-010E: FAILED CALL TO DSNUTILB ABEND CODE X'nnnnnnnn'
{wrapper="1" role="DL"}
-
Explanation
An abend was issued when calling DSNUTILB.
-
Return Code
Abend 4001
-
User Resp.
Examine the DSNUTILB error messages.
V12-010I: QUIESCE RUNNING
{wrapper="1" role="DL"}
-
Explanation
This message announces the execution of a QUIESCE either on the tablespaces selected by the current function, or on catalog tablespaces that are to be read through direct VSAM access by INFO-RECOVERY.
V12-096E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of data set ddname has failed.
-
Return Code
Abend 4001
-
User Resp.
Check if the data set is not already allocated. Also, examine the return code and reason code.
V12-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
Refer to the previous messages that describe the errors.
-
Return Code
Abend 4001
-
User Resp.
Correct accordingly.
Messages V18-nnnX
V18-001E: ERROR RETURN INFDB2X2. DDN = ddname, REASON rs
{wrapper="1" role="DL"}
-
Explanation
An error was encountered when accessing (VSAM) the DB2 catalog.
-
Return Code
Abend 4001
-
User Resp.
Check the status of the DB2 catalog. Otherwise, please contact INFOTEL.
V18-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
Refer to the previous messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V19-nnnX
V19-001I: DB dbdname DDN ddname IS NOT ALLOCATED FOR UPDATE,
AND BYPASSED.
{wrapper="1" role="DL"}
-
Explanation
The database of DBD dbdname and DDN ddname is not allocated for updating and, therefore, will be ignored.
V19-002I: TRY TO CONTINUE WITHOUT CONTROL REGION imsid AT time
{wrapper="1" role="DL"}
-
Explanation
The IMS region imsid is not started at this time time. The processing le waiting for the start of the IMS region.
V19-002W: DB dbname IS STILL USED BY SSID imsid
{wrapper="1" role="DL"}
-
Explanation
The database dbname is still used in update by the IMS system imsid.
V19-003I: RETRY COUNT REACHED, WAIT ABORTED.
{wrapper="1" role="DL"}
-
Explanation
The maximum number of tries indicated by the RETRY parameter has been reached.
V19-003W: DB dbname IS STILL USED BY BMP psbname
{wrapper="1" role="DL"}
-
Explanation
The database dbname is still used in update by a BMP whose PSB is psbname.
V19-004E: DB dbname CAN'T BE DB DUMPED
{wrapper="1" role="DL"}
Explanation :
The database dbname could not be stopped by the command /DBDUMP.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the status of the database.
V19-004I: TIMEOUT REACHED, STOP ABORTED.
{wrapper="1" role="DL"}
-
Explanation
The maximum wait time during the critical section indicated by the MAXTIME parameter has been reached.
V19-005E: RESTART DB PROCESS INTERRUPTED BY AN IMS CONNEXION PROBLEM.
RESTART BYPASSED.
{wrapper="1" role="DL"}
Explanation :
The IMS command printed just before this message has failed following a connection problem to IMS.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant.
-
User Resp.
Verify the status of the IMS system.
V19-005I: WAIT FOR CURRENT OLDS SWITCH RETRY COUNT REACHED.
{wrapper="1" role="DL"}
-
Explanation
The maximum wait time of a spontaneous switch of OLDS has been reached. This switch will be forced (see action SWITCH of CS1AOP).
V19-005W: RESTART DB PROCESS INTERRUPTED BY AN IMS CONNEXION PROBLEM.
RESTART BYPASSED.
{wrapper="1" role="DL"}
-
Explanation
The IMS command printed just before this message has failed following a connection problem to IMS.
V19-006E: CURRENT OLDS NOT DETECTED. INTERNAL ERROR ISSUED
{wrapper="1" role="DL"}
Explanation :
The active log data set OLDS has not been found. The command /TELL OLDS did not send the expected reply.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL representative.
V19-006I: WAIT FOR OLDS ddname ARCHIVE COMPLETED RETRY COUNT REACHED.
{wrapper="1" role="DL"}
-
Explanation
The maximum wait time for the end of archiving has been reached (see the WAIT and ARCTIME parameters of CS1AOP).
V19-007I: OLDS SWITCH NOT REQUIRED, SWITCH IS BYPASSED.
{wrapper="1" role="DL"}
-
Explanation
The active OLDS data set does not contain allocation concerning processed databases. The switch is not necessary.
V19-007W: DB dbname HAS BEEN UPDATED BY THE ABENDED SSID imsid BUT NO BACKOUT HAS
BEEN DONE
{wrapper="1" role="DL"}
-
Explanation
Updates were in progress on the database dbname when an abend of the IMS system imsid occurred.
V19-008E: DB dbname CAN'T BE STARTED
{wrapper="1" role="DL"}
Explanation :
The database dbname could not be started. This message is preceded by messages issued by IMS.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the previous IMS messages and check the status of the database.
V19-008I: TIMEOUT REACHED, START ABORTED.
{wrapper="1" role="DL"}
-
Explanation
The maximum wait time during the critical section indicated by the MAXTIME parameter has been reached.
V19-009I: WAIT FOR OLDS ddname SUBARCH COMPLETED RETRY COUNT REACHED.
{wrapper="1" role="DL"}
-
Explanation
The maximum wait time for submitting the archiving job has been reached (see the WAIT and RETRY parameters of CS1AOP).
V19-009W: STOP DB PROCESS INTERRUPTED BY AN IMS CONNEXION PROBLEM.
{wrapper="1" role="DL"}
-
Explanation
The stop of a database has failed following a connection problem to IMS.
V19-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V21-nnnX
V21-001E: SSID SEARCH ERROR FOR imsid
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the IMS system imsid. This message is preceded by the message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and do the necessary corrections.
Messages V22-nnnX
V22-001E: VOLUME volume UNIT unit ALLOCATION ERROR rc/rs DDN ddname
{wrapper="1" role="DL"}
Explanation :
The attempt to allocate the volume whose label is volume and unit is unit under the ddname has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Use the return code and the reason code in the message to find the cause of the error and correct it.
V22-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V23-nnnX
V23-001E: DATASET dsname NOT CATALOGED
{wrapper="1" role="DL"}
Explanation :
The data set whose dsname is dsname is not cataloged.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant. Execution proceeds, except in the case when the FLUSH parameter is 'Y'.
-
User Resp.
Do the necessary corrections.
V23-002E: DATASET dsname DSCB OBTAIN ERROR rc FROM VOLUME volume
{wrapper="1" role="DL"}
Explanation :
The reading of the data set DSCB dsname on the volume whose label is volume has failed. The return code rc from OBTAIN is indicated.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant. The execution proceeds, except in the case when the FLUSH parameter is 'Y'.
-
User Resp.
Do the necessary corrections.
V23-003E: DATASET dsname NOT CATALOGED (CLUSTER DATA)
{wrapper="1" role="DL"}
Explanation :
The data component of the VSAM cluster under inspection, whose dsname is dsname, is not cataloged.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant. The execution proceeds, except in the case when the FLUSH parameter is 'Y'.
-
User Resp.
Do the necessary corrections.
V23-004E: DATASET dsname NOT CATALOGED (CLUSTER INDEX)
{wrapper="1" role="DL"}
Explanation :
The index component of the VSAM cluster under inspection, whose dsname is dsname, is not cataloged.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant. The execution proceeds, except in the case when the FLUSH parameter is 'Y'.
-
User Resp.
Do the necessary corrections.
V23-005E: DATASET dsname DSCB OBTAIN ERROR rc FROM VOLUME volume
{wrapper="1" role="DL"}
Explanation :
The reading of the DSCB of the data component of the VSAM cluster under inspection, whose dsname is dsname, on the volume whose label is volume has failed. The return code rc from OBTAIN is indicated.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant. The execution proceeds, except in the case when the FLUSH parameter is 'Y'.
-
User Resp.
Do the necessary corrections.
V23-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant. The execution proceeds, except in the case when the FLUSH parameter is 'Y'.
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V24-nnnX
V24-001E: DATASET dsname SHOWCAT ERROR rc (t)
{wrapper="1" role="DL"}
Explanation :
The VSAM cluster dsname is badly defined. The SHOWCAT issued the return code rc and the component type t .
{wrapper="1" role="DL"}
-
Return Code
Irrelevant.
-
User Resp.
Do the necessary corrections.
V24-002E: DATASET dsname IS NOT A CLUSTER (CELL TYPE IS t)
{wrapper="1" role="DL"}
Explanation :
The VSAM cluster dsname is badly defined. The SHOWCAT has returned the component type t although the cluster type 'C' was expected.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant.
-
User Resp.
Do the necessary corrections.
V24-003E: DATASET dsname DATA COMPONENT NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The VSAM cluster dsname is badly defined. The SHOWCAT indicates no data component.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant.
-
User Resp.
Do the necessary corrections.
V24-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
Refer to the previous messages that describe the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V26-nnnX
V26-001E: DB dbname DDN ddname DSN dsname SPACE CHARACTERISTICS SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
The search for the features of the data set dsname attached to the ddname ddname of the database dbname has failed.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Refer to more precise messages which precede and do the necessary corrections.
Messages V27-nnnX
V27-001E: PRILOG SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the PRILOG, according to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistence of search criteria. Then do the necessary corrections.
V27-001I: PRILOG SCAN TS timestamp
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with another V27-message. It specifies the timestamp timestamp of the current search.
Messages V28-nnnX
V28-001E: PRISLDS SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of records related to the PRISLDS, according to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistence of search criteria. Then do the necessary corrections.
V28-001I: PRISLDS TS timestamp
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with another V28-message. It specifies the timestamp of the current search.
V28-003E: LOG REACHED WITH INVALID VOLLIST COUNT
{wrapper="1" role="DL"}
Explanation :
The record related to the PRISLDS found in the RECON data set specifies an empty or erroneous volume list.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
List the RECON to verify the record related to the PRISLDS.
V28-004E: LOG MAX VOL LIST COUNT REACHED.
(MAX=20)
{wrapper="1" role="DL"}
Explanation :
The found PRISLDS has more than 20 volumes referenced in the RECON data set. INFO-RECOVERY processes only 20 volumes.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL representative.
V28-004I: LOG MAX VOL LIST COUNT REACHED. (MAX=20)
{wrapper="1" role="DL"}
-
Explanation
The PRISLDS or the SECSLDS found has more than 20 referenced volumes in the RECON file. For CS1RECOV, the file is cataloged and the process continues normally. The process continues normally for the other functions. Furthermore, the list of all the volumes is displayed for CS2DLET1 and CS1USER.
-
Return code
None
-
User resp.
If necessary, use the volumes list which has been provided.
Messages V29-nnnX
V29-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V30-nnnX
V30-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V31-nnnX
V31-001E: ERROR RETURN INFDB2X2. DDN = ddname, REASON rs
{wrapper="1" role="DL"}
-
Explanation
An error was encountered when trying to access the DB2 catalog.
-
Return Code
Abend 4001
-
User Resp.
Check the DB2 catalog status.
V31-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
Refer to the previous messages that describe the error.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V32-nnnX
V32-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
Refer to the previous messages that describe the error.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V33-nnnX
V33-001E: ERROR RETURN INFDB2X2. DDN = ddname , REASON rs,
TABLE = name of correlation.
{wrapper="1" role="DL"}
-
Explanation
An error was encountered during the VSAM access to the DB2 catalog. The correlation name of the table is specified in case of a direct access to a table (TS=SYSTABLESPACE, TB=SYSTABLES, RL=SYSRELS). The correlation name of the table is not specified if the access to one of the above tables is done via an index.
-
Return Code
Abend 4001
-
User Resp.
Check the DB2 catalog, otherwise please contact INFOTEL.
V33-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is issued after other messages describing the errors that were encountered.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V37-nnnX
V37-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V38-nnnX
V38-001E: ERROR WHILE PROCESSING DDN ddname, ACTION action
{wrapper="1" role="DL"}
-
Explanation
An error was encountered during the VSAM access to the DB2 catalog.
-
Return Code
Abend 4001
-
User Resp.
Please contact INFOTEL.
V38-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is issued after other messages describing the errors that were encountered.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V39-nnnX
V39-001I: WAITING FOR JOB jobname QUEUED THE dd/mm/yy AT hh:mm:ss.d
UNTIL THE LIMIT QUEUE TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message indicates the start date and time for the waiting period of job jobname , when it was submitted and the time limit for the waiting period.
V39-002E: DATASET dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the data set whose dsname is dsname has failed. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set dsname.
V39-002I: WAITING FOR JOB jobname STARTED THE dd/mm/yy AT hh:mm:ss.d
UNTIL THE END OF THIS JOB
{wrapper="1" role="DL"}
-
Explanation
This message indicates the end date and time for the waiting period of job jobname and when it was started.
V39-003E: THE JOB CONTROL FUNCTION IS ABENDED.
YOU MUST RE-INIT THE PRODUCT AND RETRY YOUR REQUEST.
{wrapper="1" role="DL"}
Explanation :
An error caused the abend of the control function of the submitted jobs.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
In batch processing, restart the execution. In TP, disconnect from INFO-RECOVERY. Then reconnect before restarting the execution.
V39-004E: ALREADY 50 JOBS (MAX) QUEUED AND CONTROLLED.
JOB jobname SUBMIT REQUEST DISCARDED.
{wrapper="1" role="DL"}
Explanation :
The authorized maximum number: 50 controlled jobs is reached. The job jobname will not be submitted.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
V39-006E: INVALID JOBQTIME HHMM VALUE hhmm.
THIS PARAMETER COMES FROM THE CUSTOM MEMBER OR INPUT COMMAND.
{wrapper="1" role="DL"}
Explanation :
The value hhmm of the JOBQTIME parameter is incorrect. The four characters hhmm must indicate a number hh of hours less than 24 and a number mm of minutes less than 60. The JOBQTIME parameter specifies the maximum wait time for the start of a submitted job.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the JOBQTIME parameter in the CUSTOM member of the parmlib or in the issued command.
V39-007E: MAX QUEUE TIME REACHED FOR JOB jobname.
THIS JOB HAS BEEN PURGED.
{wrapper="1" role="DL"}
Explanation :
The wait time for the start of the submitted job has exceeded the value set by the JOBQTIME parameter. The job jobname has been purged before execution.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Restart the job jobname.
V39-009E: ONE OR MORE GENERATED AND CHECKED JOB (S) HAS ABENDED OR HAS BEEN
PURGED. REQUEST ABEND 4001 ISSUED
{wrapper="1" role="DL"}
Explanation :
At least one of the submitted jobs ended with an abend or has been purged. The main job decided to abend.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Study the reports of the jobs submitted by INFO-RECOVERY and do the necessary corrections.
V39-010E: JOBNAME IS BLANK, NO CONTROL DONE FOR THIS JOB
{wrapper="1" role="DL"}
Explanation :
The name of the job to submit is not filled in. This job can not be taken into account.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the processing of the DEFJOB variable in the JOBCARD clist of the parmlib, or the JOBNAME parameter of the command. Then restart the execution.
V39-011E: DUPLICATE JOBNAME jobname.
CHANGE THE GENERATED JOB NAME WITH JOBNAME=, PARAMETER.
{wrapper="1" role="DL"}
Explanation :
The generated job has the same name as the main job.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Change the name of the generated job by using the JOBNAME= parameter.
V39-096E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set whose ddname is ddname. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and correct it.
V39-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V44-nnnX
V44-001E: WORK data set SYSPRINT NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the work data set SYSPRINT has failed. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the INFO-RECOVERY execution JCL and suppress any DD card allocating the SYSPRINT data set. Otherwise, refer to the message 096E.
V44-001I: THE AMS DECK THAT WILL BE USED IS:
{wrapper="1" role="DL"}
-
Explanation
This message is issued prior to the printing of the IDCAMS SYSIN when the TEST parameter was set to Y.
V44-002E: IDCAMS ERROR DETECTED.
THE IDCAMS SYSPRINT IS PRINTING...
{wrapper="1" role="DL"}
Explanation :
The execution of IDCAMS has produced a return code not null. The messages issued by IDCAMS follow.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Refer to the IDCAMS error messages that follow and do the necessary corrections.
V44-096E: ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the SYSPRINT data set has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify that SYSPRINT is not already allocated. If it is not, use the return code and the reason code in the message to find the cause of the error and correct it.
V44-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V45-nnnX
V45-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is issued after other messages describing the errors that were encountered.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V46-nnnX
V46-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is issued after other messages describing the errors that were encountered.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V47-nnnX
V47-001E: PARAMETER name REQUIRED BUT NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The ISPF variable name has not been found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Set the variable name.
V47-002E: PARAMETER name VALUE NOT NUMERIC
{wrapper="1" role="DL"}
Explanation :
The ISPF variable name is numerical but the assigned value is not numerical.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the value of the variable name.
V47-003E: PARAMETER name VGET ISPF ERROR
{wrapper="1" role="DL"}
Explanation :
The call of the ISPF VGET function for the variable name has failed.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Do the necessary corrections.
Messages V48-nnnX
V48-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V50-nnnX
V50-001E: INVALID DB2 ENVIRONMENT DETECTED FOR THE CURRENT FUNCTION (PASSWORD
PROBABLY RESTRICTED TO IMS).
{wrapper="1" role="DL"}
Explanation :
The DB2 environment for INFO-RECOVERY is not correctly initialized.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify if your installation allows INFOREC2 or INFOVIC2. Otherwise, contact your INFOTEL representative.
V50-002E: INTERRUPT BY A DB2 CONNEXION PROBLEM
{wrapper="1" role="DL"}
Explanation :
The attempt to connect to DB2 has failed.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the name of the DB2 system specified in the DB2ID parameter.
V50-002I: RETRY COUNT REACHED, WAIT ABORTED.
{wrapper="1" role="DL"}
-
Explanation
The maximum number of tries set by the RETRY parameter has been reached.
V50-003I: WAITING FOR JOB utilid UTILITY COMPLETION...
{wrapper="1" role="DL"}
-
Explanation
This message indicates that the job is waiting for the end of execution of the DB2 utility utilid.
V50-004E: DB2LIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the DB2 load module library, whose dsname is dsname, has failed. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data set dsname.
V50-004I: UTILITY utilid IS IN PHASE phase STATUS status AT TIME hh:mm:ss.d
{wrapper="1" role="DL"}
-
Explanation
This message displays the result of a - DISPLAY UTILITY utilid specifying the time when this result was obtained.
V50-005E: DSNWLI2 MODULE LOAD ERROR
{wrapper="1" role="DL"}
Explanation :
Load DSNWLI2 could not be loaded.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of DSNWLI2 in the DB2LIB library.
V50-005I: DB2 ARCHIVE LOG STEP START AT TIME HH:MM:SS.D
{wrapper="1" role="DL"}
-
Explanation
Indicates that CS1VIC has requested the archiving of the DB2 log at the specified time.
V50-006E: IFI CALL ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The call to the IFI interface to issue a DB2 command has failed, with return code rc and reason code rs .
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the authorizations on DB2 resources.
V50-007E: DSNT397I HEADER LINE NOT FOUND.
{wrapper="1" role="DL"}
Explanation :
The DB2 command - DISPLAY DATABASE did not return expected informations. The header line DSNT397I is absent.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL representative.
V50-008E: DASH HEADER LINE NOT FOUND.
{wrapper="1" role="DL"}
Explanation :
The DB2 command - DISPLAY DATABASE did not return the expected informations. The dash line is absent.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL representative.
V50-009E: DISPLAY DATA LINE NOT FOUND.
{wrapper="1" role="DL"}
Explanation :
The DB2 command - DISPLAY DATABASE did not return the expected informations. The table of information is empty.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL representative.
V50-010W: DB dbname TS tsname IS STILL USED BY corrid
{wrapper="1" role="DL"}
-
Explanation
The tablespace dbname.tsname is in batch use by corrid (see the description of the DB2 message DSNT396I).
V50-011W: DB dbname TS tsname HAS NOT THE STATE REQUIRED.
{wrapper="1" role="DL"}
-
Explanation
Due to the state of the tablespace dbname.tsname, the action asked for cannot be performed. See the DISPLAY messages coming with this one, or else issue a -DISPLAY of this tablespace.
V50-012W: DB dbname TS tsname WAITING COMMIT POINT OF corrid
{wrapper="1" role="DL"}
-
Explanation
The tablespace dbname.tsname is in TP use by corrid (See the description of the DB2 message DSNT396I).
V50-013W: DB dbname TS tsname STATE REQUIRES SPECIAL ACTION.
{wrapper="1" role="DL"}
-
Explanation
The state of the tablespace dbname.tsname requests an intervention. See the DISPLAY messages coming with this one, or else issue a -DISPLAY of this tablespace.
V50-014E: DISPLAY UTILITY RESPONSE RECEIVED NOT EXPECTED.
{wrapper="1" role="DL"}
Explanation :
The DB2 command - DISPLAY UTILITY did not return the expected information.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL representative.
V50-015E: ARCHIVE LOG RESPONSE RECEIVED NOT EXPECTED
{wrapper="1" role="DL"}
-
Explanation
The DB2 command 'ARCHIVE LOG' did not sent back the expected information.
-
Return Code
Abend 4001
-
User Resp.
Contact your INFOTEL representative.
V50-017E: THE TABLESPACE PARTITIONS TABLE DOES NOT MATCH THE
TABLESPACES TABLE.
{wrapper="1" role="DL"}
-
Explanation
An inconsistency has been detected between the DB2 DISPLAY command for the current tablespace and the list of the tablespace partitions that was made up previously.
-
Return Code
Abend 4001
-
User Resp.
Collect as much information as possible about the conflicting tablespace and the circumstances of the error, and contact your INFOTEL representative.
V50-018W: THE FOLLOWING TABLESPACES HAVE RESTRICTED STATUS IN
DATABASE dbname :
{wrapper="1" role="DL"}
-
Explanation
This message is issued for information prior to messages issued by the DB2 DISPLAY command. According to the type of restriction, the executed function, and the specified execution parameters, this message may be issued as a result of an execution interruption.
-
Return Code
None
-
User Resp.
Check the specified tablespace(s) to remove the conflicting restrictions, and then restart the execution.
V50-096E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set whose ddname is ddname . Also, use the return code and the reason code in the message to find the cause of the error and correct it.
V50-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is issued after other messages describing the errors that were encountered.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V51-nnnX
V51-001E: VIC SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the CS2RECON data set for VIC points responding to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by V65 error messages that specify the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistence of search criteria. Then do the necessary corrections.
V51-001I: VICID vic-id TSLIM timestamp
{wrapper="1" role="DL"}
-
Explanation
This message comes with message 001E. It specifies the identifier vic-id and the timestamp timestamp of the current search: search for the first VIC point earlier than the specified timestamp.
V51-002E: CATALOG TABLESPACE DSNDB01.tsname PARTICIPATED IN VIC
vic-id . TS=CATALOG MUST BE SPECIFIED.
{wrapper="1" role="DL"}
Explanation :
The special case of DB2 catalog recovery cannot be processed using the special value TS=VIC. DB2 catalog recovery has to be required using the special value TS=CATALOG.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the command.
V51-010I: NO TS FOUND IN CS2RECON FOR VIC ID = vic-id
BEFORE TIMESTAMP timestamp
{wrapper="1" role="DL"}
Explanation :
No VIC point with identifier vic-id specified with parameter ID=, and earlier than the timestamp specified with parameter TIMESTAMP=, has been found in CS2RECON.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant.
-
User Resp.
Correct the command if an error follows.
Messages V52-nnnX
V52-001I: ALL PSBS ARE IN USE, WAIT FOR A FREE PSB...
{wrapper="1" role="DL"}
-
Explanation
All the PSBs indicated for the IMS execution are used. The function is waiting for an available PSB.
V52-002E: PSBNAME AND TRNNAME LISTS COUNT MISMATCH
{wrapper="1" role="DL"}
Explanation :
The number of transactions does not correspond to the number of PSBs.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the PSB list and the transaction list (PSBNAME and TRNNAME parameters) in the IMSIDS member of the PARMLIB. They must have the same number of elements.
V52-002I: DFSRRC00 ABEND code DETECTED FOR PSB psbname, TRN trnname AND IMSID
imsid. PROCESSING CONTINUES...
{wrapper="1" role="DL"}
-
Explanation
The task DFSRRC00 for the PSB psbname and the transaction trnname ended with an abend code code.
V52-003I: CONTROL REGION imsid NOT ACTIVE, PROCESSING CONTINUES...
{wrapper="1" role="DL"}
-
Explanation
The IMS region imsid is not active. The process wait for the start of this region.
V52-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V55-nnnX
V55-002E: RESLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the load module RESLIB, whose dsname is dsname, has failed. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set dsname, and the name of the RESLIB indicated in the IMSIDS member of the parmlib.
V55-003E: DFSRESLB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the load module library DFSRESLB, whose dsname is dsname, has failed. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data set dsname.
V55-004E: LOADLIB dsname NOT ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the load module library LOADLIB, whose dsname is dsname, has failed. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the existence and the features of the data set dsname.
V55-005E: RESLIB AND USERLIB DD''S NOT CONCATENATED
{wrapper="1" role="DL"}
Explanation :
The concatenation of load module libraries RESLIB and USERLIB (LOADLIB) has failed. This message is followed by message 096E specifying the error code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the features of the two libraries.
V55-006E: INVALID IMS ENVIRONMENT DETECTED FOR THE CURRENT FUNCTION (PASSWORD
PROBABLY RESTRICTED TO DB2).
{wrapper="1" role="DL"}
Explanation :
The IMS environment of INFO-RECOVERY is not correctly initialized.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check if your installation allows INFOREC1 or INFOVIC1. Otherwise, contact your INFOTEL representative.
V55-096E: ddname ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the data set whose ddname is ddname has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the existence and the features of the data set whose ddname is ddname. If this is not sufficient, use the return code and the reason code in the message to find the cause of the error and correct it.
Messages V56-nnnX
V56-001E: DB=, OR TS=, PARAMETER (S) MISSING:
NOTHING HAS BEEN SELECTED.
{wrapper="1" role="DL"}
Explanation :
One of the two parameters DB and TS, or another selection parameter like PSB=, PLAN=, PKLIST= if accepted, has to be entered in the command.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the command.
V56-002E: TS=, PARAMETER MISSING: NOTHING HAS BEEN SELECTED.
{wrapper="1" role="DL"}
Explanation :
TS= parameter has to be entered in the command for DB2 functions.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the command.
V56-003E: DB=, PARAMETER MISSING: NOTHING HAS BEEN SELECTED.
{wrapper="1" role="DL"}
Explanation :
DB= parameter has to be entered in the command for IMS functions.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the command.
V56-004I: DB=, PARAMETER IGNORED.
THE IMS COMPONENT OF THE FUNCTION IS NOT INSTALLED.
{wrapper="1" role="DL"}
-
Explanation
DB= parameter does not have to be entered when the INFO-RECOVERY installation allows only DB2 functions.
V56-005I: TS=, PARAMETER IGNORED.
THE DB2 COMPONENT OF THE FUNCTION IS NOT INSTALLED.
{wrapper="1" role="DL"}
-
Explanation
TS= parameter does not have to be entered when the INFO-RECOVERY installation allows only IMS functions.
V56-006I: PLAN=, PARAMETER IGNORED.
THE DB2 COMPONENT OF THE FUNCTION IS NOT INSTALLED.
{wrapper="1" role="DL"}
-
Explanation
PLAN= parameter does not have to be entered when the INFO-RECOVERY installation allows only IMS functions.
V56-007I: PSB=, PARAMETER IGNORED. THE IMS COMPONENT
OF THE FUNCTION IS NOT INSTALLED.
{wrapper="1" role="DL"}
-
Explanation
PSB= parameter does not have to be entered when the INFO-RECOVERY installation allows only DB2 functions.
V56-008I: DBDSGRP=, PARAMETER IGNORED.
THE IMS COMPONENT OF THE FUNCTION IS NOT INSTALLED.
{wrapper="1" role="DL"}
-
Explanation
DBDSGRP= parameter does not have to be entered when the INFO-RECOVERY installation allows only DB2 functions.
V56-009I: PKLIST=, PARAMETER IGNORED.
THE DB2 COMPONENT OF THE FUNCTION IS NOT INSTALLED.
{wrapper="1" role="DL"}
-
Explanation
PKLIST= parameter does not have to be entered when the INFO-RECOVERY installation allows only IMS functions.
V56-011E: NO IMS SELECTION PARAMETER SHOULD BE ENTERED
IF IMSID = NONE IS SPECIFIED
{wrapper="1" role="DL"}
Explanation :
The special value IMSID=NONE indicates that the IMS environment is not needed and must not be allocated; therefore IMS selection parameters DB=, DBDSGRP=, PSB= are not accepted in the command.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the command, or correct the IMSID value in the PARM field of the EXEC card or in the Config menu.
V56-012E: NO DB2 SELECTION PARAMETER SHOULD BE ENTERED
IF DB2ID = NONE IS SPECIFIED
{wrapper="1" role="DL"}
Explanation :
The special value DB2ID=NONE indicates that the DB2 environment is not needed and must not be allocated; therefore DB2 selection parameters TS=, PLAN=, PKLIST= are not accepted in the command.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the command, or correct the DB2ID value in the PARM field of the EXEC card or in the Config menu.
V56-020I: DBDSGRP PARAMETER NOT ACCEPTED FOR IMS LEVEL 130,
DBDSGRP WILL BE IGNORED.
{wrapper="1" role="DL"}
-
Explanation
DBDS groups were not yet introduced in IMS version 1.3. Parameter DBDSGRP= is ignored in that case.
Messages V57-nnnX
V57-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and do the necessary corrections.
Messages V58-nnnX
V58-001E: ERROR CALLING CSXDBASE RETURN CODE IS rc
{wrapper="1" role="DL"}
-
Explanation
A failure was encountered during the direct read of the DB2 directory done by the load-module CSXDBASE. Access competition to the VSAM clusters containing the SYSLGRNG (X) might be the reason for this failure.
-
Reason code
Abend 4001
-
User Resp.
Examine the SYSOUT error messages to know if and why access competition is the reason for the failure, otherwise please contact INFOTEL.
V58-001W: TUNNEL EFFECT DETECTED FROM RBA startrba TO endrba
FOR DBNAME db TSNAME ts PART n
{wrapper="1" role="DL"}
-
Explanation
A recovery has been done for the specified tablespace. This recovery has been done after the requested recovery RBA thus leading to a tunnel effect for the interval between two specified RBAs. Thus the modifications of this interval are invalidated.
V58-002E: LOAD MODULE CSXDBASE NOT FOUND
{wrapper="1" role="DL"}
-
Explanation
A failure was encountered when starting the load-module CSXDBASE via TSO because CSXDBASE was neither found in the LINKLIST nor in the STEPLIB.
-
Reason code
Abend 4001
-
User Resp.
Copy CSXDBASE into the LINKLIST library (see the INFO-RECOVERY installation manual).
V58-002W: RECOVERY IN EFFECT IS AT START_RBA startrba
TO PIT_RBA pitrba
{wrapper="1" role="DL"}
-
Explanation
This message follows the message 001W and specifies the execution RBA and the return RBA that are done by the recovery.
V58-003E: FAILED CALL TO LOAD MODULE CSXDBASE WITH SYSTEM ABEND CODE n
{wrapper="1" role="DL"}
-
Explanation
A failure occurred while executing the CSXBASE load-module. This load-module performs direct access to the DB2 directory using the CS1RECOV function (FORCE=N).
-
Reason code
Abend 4001
-
User Resp.
Examine the system messages to determine the error, otherwise please contact your INFOTEL representative.
V58-004E: FAILED CALL TO LOAD MODULE CSXDBASE WITH USER ABEND CODE n
{wrapper="1" role="DL"}
-
Explanation
A failure occurred while executing the CSXBASE load-module. This load-module performs direct access to the DB2 directory using the CS1RECOV function.
-
Reason code
Abend 4001
-
User Resp.
Please contact your INFOTEL representative.
V58-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message follows other messages describing the error.
-
Reason code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V59-nnnX
V59-001E: MISSING FILE filename
{wrapper="1" role="DL"}
-
Explanation
The dataset with ddname filename (generated by an INFO-RECOVERY function) should be specified as a dataset containing data inside the execution JCL.
-
Reason code
Abend 4001
-
User Resp.
Check the customization of the JCL skeletons that were used, otherwise please contact INFOTEL.
V59-003E: FILE filename IS EMPTY
{wrapper="1" role="DL"}
-
Explanation
The dataset with ddname filename that was generated by an INFO-RECOVERY function and specified within the execution JCL is empty.
-
Reason code
Abend 4001
-
User Resp.
Check the customization of the JCL skeletons that were used, otherwise please contact INFOTEL.
V59-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message follows other messages describing the errors.
-
Reason code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V60-nnnX
V60-001E: VIC WRITE ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred while writing to the CS2RECON data set the VIC point information specified in the preceding message 001I. Messages 001I and 001E are preceded by V65 error messages that specify the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and do the necessary corrections.
V60-001I: DB dbname TS tsname RBA rba TIME timestamp
{wrapper="1" role="DL"}
-
Explanation
This message precedes another V60-message. It specifies the database dbname, the tablespace tsname, the RBA rba, and the timestamp timestamp of the VIC point that failed.
V60-002E: VIC SCAN BACKWARD ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred while reading the CS2RECON data set as a part of the realization of the VIC point specified in the message 001I. Messages 001I and 002E are preceded by V65 error messages that specify the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and do the necessary corrections.
V60-003E: VIC DELETE ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred while deleting a record from the CS2RECON data set before the realization of the VIC point specified in the preceding message 001I. Messages 001I and 003E are preceded by V65 error messages that specify the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and do the necessary corrections.
Messages V61-nnnX
V61-001E: RESERVE ERROR ON CS2RECON DEVICE RC rc
{wrapper="1" role="DL"}
Explanation :
The request to take exclusive control of the CS2RECON data set has been denied with return code rc.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the current allocations on the CS2RECON data set and the indicated return code. Then do the necessary corrections.
V61-002E: DDNAME CS2RECON NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The ddname CS2RECON is not allocated.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the DB2IDS member of the parmlib.
Messages V62-nnnX
V62-001E: DEQ ERROR ON CS2RECON DEVICE RC rc
{wrapper="1" role="DL"}
Explanation :
The request to release the exclusive control of the CS2RECON data set has been denied with return code rc.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the current allocations on the CS2RECON data set and the indicated return code. Then do the necessary corrections.
V62-002E: DDNAME CS2RECON NOT FOUND
{wrapper="1" role="DL"}
Explanation :
The ddname CS2RECON is not allocated.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Check the DB2IDS member of the parmlib.
Messages V63-nnnX
V63-001E: VIC SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the CS2RECON data set for VIC points responding to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by V65 error messages that specify the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistence of search criteria. Then do the necessary corrections.
V63-001I: DB dbname TS tsname TSLIM timestamp
{wrapper="1" role="DL"}
-
Explanation
This message comes with message 001E. It specifies the database dbname, the tablespace tsname and the timestamp timestamp of the current search: search for the first VIC point later than the specified timestamp.
Messages V64-nnnX
V64-001E: VIC SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the CS2RECON data set for VIC points responding to the criteria specified in the preceding message 001I. Messages 001I and 001E are preceded by V65 error messages that specify the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and verify the consistence of search criteria. Then do the necessary corrections.
V64-001I: DB dbname TS tsname TSLIM timestamp
{wrapper="1" role="DL"}
-
Explanation
This message comes with message 001E. It specifies the database dbname, the tablespace tsname and the timestamp timestamp of the current search: search for the most recent VIC point earlier than the specified timestamp.
Messages V65-nnnX
V65-001E: CS2RECON OPEN FAILED
{wrapper="1" role="DL"}
Explanation :
An error occurred when opening the CS2RECON data set whose dsname is indicated in the DB2IDS member of the parmlib.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the status of the data set and the user authorizations on this data set. Then do the necessary corrections.
V65-002E: CS2RECON CHANGE INVALIDATE THIS JOB RUN
{wrapper="1" role="DL"}
Explanation :
Conflicting updates of the CS2RECON data set make the reading incoherent.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the use of the CS2RECON data set.
V65-003E: VSAM ERROR, RC=rc, SC=sc (DECIMAL)
{wrapper="1" role="DL"}
Explanation :
The processing of the CS2RECON data set has stopped on a VSAM error for which the return code is rc and the status code sc.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes and do the necessary corrections.
V65-006E: ALLOCATION ERROR rc/rs FOR CS2RECON dsname SPECIFIED IN DB2IDS MEMBER
OF PARMLIB
{wrapper="1" role="DL"}
Explanation :
The dynamic allocation of the CS2RECON data set whose dsname is dsname has failed. rc is the return code and rs the reason code.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the existence and the features of the data set whose dsname is dsname, or verify the value of CS2RECON in the DB2IDS member of the parmlib.
V65-007E: UNPREDICTABLE EODAD REACHED
{wrapper="1" role="DL"}
Explanation :
The processing of the CS2RECON data set has been interrupted by the unexpected end of the data set.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Verify the status of the data set.
V65-008E: CS2RECON OPEN FAILED, 8/168, RETRY
{wrapper="1" role="DL"}
-
Explanation
A failure was encountered when opening the CS2RECON VSAM dataset. A return code of 8 and a reason code of 168 are issued (see the IBM DFSMS/MVS Macro Instructions for Data Sets).
INFO-RECOVERY will wait for 10 seconds and then will attempt again to open the dataset. If no success to open the dataset is encountered after 5 attempts, the function will abend.
-
Return Code
none
-
User Resp.
Check the use of the CS2RECON dataset (also check the other INFO-RECOVERY jobs or the backups like DFDSS).
V65-010E: OLD LEVEL DETECTED FOR CS2RECON dsname. PLEASE CHECK THE INSTALLATION
{wrapper="1" role="DL"}
-
Explanation
An old version of the CS2RECON filel has been detected. A file upgrade must be performed.
-
Return code
Abend 4001
-
User resp.
Perform the file upgrade for CS2RECON. Check the Installation manual for more information.
Messages V66-nnnX
V66-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections, or else verify the existence and the availability of the CS1XPROC load module of INFO-RECOVERY.
Messages V67-nnnX
V67-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections, or else verify the existence and the availability of the CS1XPROC load module of INFO-RECOVERY.
Messages V68-nnnX
V68-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by others messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V69-nnnX
V69-001I: PREPARING THE LOCK(S) NEEDED...
{wrapper="1" role="DL"}
-
Explanation
This message informs the user that INFO-RECOVERY prepares for a LOCK on selected tablespaces.
V69-002I: LOCKING THE TABLESPACE(S)...
{wrapper="1" role="DL"}
-
Explanation
This message informs the user that INFO-RECOVERY is ready to issue a LOCK on selected tablespaces.
V69-003I: UNLOCKING THE TABLESPACE(S)...
{wrapper="1" role="DL"}
-
Explanation
This message informs the user that INFO-RECOVERY is ready to release the LOCK on selected tablespaces.
V69-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections, or else verify the existence and the availability of the CS1XPROC load module of INFO-RECOVERY.
Messages V70-nnnX
V70-001E: SCT02 IC DATASET NAME DOES NOT CONTAIN SCT02.
INTERNAL ERROR GENERATED
{wrapper="1" role="DL"}
Explanation :
The dsname of the image copy of the tablespace DSNDB01.SCT02 does not match the INFO-RECOVERY nomenclature (see nomenclature). In this case, it does not contain the name of the tablespace 'SCT02'.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
The image copies of the tablespaces of the catalog must be made using the CS1FIC function (TS=CATALOG parameter) to be recognized by INFO-RECOVERY.
V70-002E: SCT02 IC DATASET NAME NOT ACCEPTED.
INTERNAL ERROR GENERATED
{wrapper="1" role="DL"}
Explanation :
The dsname of the image copy of the tablespace DSNDB01.SCT02 does not match the INFO-RECOVERY nomenclature (see nomenclature). In this case, its length is invalid.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
The image copy of the tablespaces of the catalog must be made using the CS1FIC function (TS=CATALOG parameter) to be recognized by INFO-RECOVERY.
V70-003E: SCT02 IC DATASET NAME DOES NOT CONTAIN DSNDB01.
INTERNAL ERROR GENERATED
{wrapper="1" role="DL"}
Explanation :
The dsname of the image copy of the tablespace DSNDB01.SCT02 does not match the INFO-RECOVERY nomenclature (see nomenclature). In this case, it does not contain the name of the database 'DSNDB01'.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
The image copy of the tablespaces of the catalog must be made using the CS1FIC function ( TS=CATALOG parameter) to be recognized by INFO-RECOVERY.
V70-004E: RECOVER FOR dbname.tsname REJECTED, A SYSIBM.SYSCOPY RECORD HAS BEEN ENCOUNTERED WITH RBA X"rba", ICTYPE=a, STYPE=b, TTYPE=c
{wrapper="1" role="DL"}
-
Explanation
It is not possible to perform a RECOVER to a RBA prior to the value required. This RBA is from a SYSCOPY line, preventing a RECOVER (the DB2 utilities issue the DSNU556I message). The ICTYPE, STYPE, TTYPE column contents are displayed if meaningful.
-
Return code
Abend 4001
-
User resp.
None.
V70-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections, or else verify the existence and the availability of the CS1XPROC load module of INFO-RECOVERY.
Messages V72-nnnX
V72-002I: TRY TO CONTINUE WITHOUT CONTROL REGION imsis AT timestamp
{wrapper="1" role="DL"}
-
Explanation
The IMS region imsid is not active at the timestamp timestamp indicated. The process continues waiting for the start of this IMS region.
V72-004E: DB dbname AREA areaname CAN'T BE STOPPED
{wrapper="1" role="DL"}
Explanation :
The area areaname of the database dbname could not be stopped. The message issued by IMS is preceding.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Study the preceding IMS message and do the necessary corrections.
V72-004I: TIMEOUT REACHED, STOP ABORTED.
{wrapper="1" role="DL"}
-
Explanation
The maximum wait time for the stop of the processed DEDB database has been reached. This wait time depends on RETRY and WAIT parameters.
V72-005E: RESTART DB PROCESS INTERRUPTED BY AN IMS CONNEXION PROBLEM.
RESTART BYPASSED.
{wrapper="1" role="DL"}
Explanation :
The IMS command printed just above this message has failed, following a connection problem to IMS.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant
-
User Resp.
Verify the status of the IMS system.
V72-005W: RESTART DB PROCESS INTERRUPTED BY AN IMS CONNEXION PROBLEM.
RESTART BYPASSED.
{wrapper="1" role="DL"}
-
Explanation
The IMS command -START AREA printed just above this message has failed, following a connection problem to IMS.
V72-008E: DB dbname AREA areaname CAN'T BE STARTED
{wrapper="1" role="DL"}
Explanation :
The area areaname of the database dbname could not be started. The message issued by IMS is preceding.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant
-
User Resp.
Study the preceding IMS message and do the necessary corrections.
V72-008I: TIMEOUT REACHED, START ABORTED.
{wrapper="1" role="DL"}
-
Explanation
The maximum wait time for the start of the processed DEDB database has been reached. This wait time depends on RETRY and WAIT parameters.
V72-009W: STOP DB PROCESS INTERRUPTED BY AN IMS CONNEXION PROBLEM.
{wrapper="1" role="DL"}
-
Explanation
The IMS command printed just above this message has failed, following a connection problem to IMS.
V72-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V73-nnnX
V73-001E: VOLUME volume CANNOT BE ALLOCATED
{wrapper="1" role="DL"}
Explanation :
The volume volume could not be allocated. This message is preceded by a more precise message.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant. Processing proceeds and the default values found in the parmlib for the current function will be used in place of information not found in the ICF catalog.
-
User Resp.
None.
V73-002E: DATASET dsname DSCB OBTAIN ERROR rc FROM VOLUME volume
{wrapper="1" role="DL"}
Explanation :
The reading of the DSCB of the data set dsname on the volume whose label is volume has failed. The return code rc of OBTAIN is indicated.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant. Execution proceeds and the default values found in the parmlib for the current function will be used in place of information not found in the ICF catalog.
-
User Resp.
Verify the features of the data set dsname.
V73-005E: DATASET dsname DSCB OBTAIN ERROR rc FROM VOLUME volume
{wrapper="1" role="DL"}
Explanation :
The reading of the DSCB of the component data of the examined VSAM cluster, dsname dsname, on the volume whose label is volume has failed. The return code rc of OBTAIN is indicated.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant. Execution proceeds and the default values found in the parmlib for the current function will be used in place of information not found in the catalog ICF.
-
User Resp.
Verify the features of the data set dsname.
V73-006E: DATASET dsname IS NOT A VSAM DATASET
{wrapper="1" role="DL"}
Explanation :
The data set dsname is not recognized as a VSAM data set, although the VSAM cluster containing a DB2 tablespace was expected.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant. Execution proceeds and the default values found in the parmlib for the current function will be used in place of information not found in the ICF catalog.
-
User Resp.
Verify the features of the data set dsname.
V73-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message follows other messages describing the error.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V76-nnnX
V76-001E: INFORMATIONS ON DATASET dsname NOT AVAILABLE
{wrapper="1" role="DL"}
Explanation :
Information on the data set dsname could not be obtained, either because this data set is not cataloged, or for a reason indicated in a preceding message.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant. Execution proceeds and the default values found in the parmlib for the current function will be used in place of information not found in the ICF catalog.
-
User Resp.
Verify the features of the data set dsname.
V76-007E: NO USABLE VCATNAME FOR TABLESPACE tsname IN DATABASE dbname
{wrapper="1" role="DL"}
Explanation :
The name of the VSAM catalog read in SYSIBM.SYSTABLEPART (VCATNAME column) or in the DB2IDS member of the parmlib (VSAMCAT parameter) is unsuitable for use as the first qualifier in the dsname of the data set containing the tablespace dbname.tsname.
{wrapper="1" role="DL"}
-
Return Code
Irrelevant. Execution proceeds and the default values found in the parmlib for the current function will be used in place of information not found in the ICF catalog.
-
User Resp.
Verify the VSAMCAT variable in the DB2IDS member of the parmlib.
V76-016I: TABLESPACE xxxxxxxx.xxxxxxxx DOESN'T CONTAIN ANY OBJECT THAT IS INVOLVED IN A CLONE RELATIONSHIP.
{wrapper="1" role="DL"}
-
Explanation
This message is informational. There are no CLONE instance for the tablespace specified in the message text. This message is displayed if a CLONE=Y, B or A request has been made.
Messages V78-nnnX
V78-001E: TABLESPACE tsname IN DATABASE dbname HAS LESS THAN n DATASETS
{wrapper="1" role="DL"}
Explanation :
The DSSEL parameter of the command or the parmlib member indicating the default values for the requested function specifies a data set or partition number n higher than the number of data sets or partitions of the tablespace processed dbname.tsname.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Modify selection parameters or DSSEL parameter in the command or the parmlib member indicating the default values for the requested function: the selection criteria (TS,DBSET,AUTHID) should result in a list of tablespaces having at least n data sets or partitions if DSSEL=n.
V78-002E: DSSEL dssel IS NOT AN ADMISSIBLE VALUE
{wrapper="1" role="DL"}
Explanation :
The admissible values of the DSSEL parameter are 'ALL' (the default), or 'DATASET', or a number between 1 and 64.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the DSSEL parameter in the command or parmlib member indicating the default values for the requested function.
Messages V79-nnnX
V79-002E: DSSEL xxx IS NOT AN ADMISSIBLE VALUE
{wrapper="1" role="DL"}
-
Explanation
The value entered for DSSEL=xxx is incorrect. See the corresponding manuals about the authorized values for this parameter.
-
Return Code
Abend 4001
-
User Resp.
Correct the DSSEL parameter in SYSIN or in the parmlib member corresponding to the required function, then restart the execution.
V79-003E: SIZEPRCT .... IS NOT AN ADMISSIBLE VALUE
{wrapper="1" role="DL"}
-
Explanation
Syntax error.
-
Return Code
Abend 4001
-
User Resp.
Correct accordingly.
V79-004E: UPDPRCT xxx IS NOT AN ADMISSIBLE VALUE
{wrapper="1" role="DL"}
-
Explanation
The value entered for UPDPRCT=xxx is incorrect. See the corresponding manuals about the authorized values for this parameter.
-
Return Code
Abend 4001
-
User Resp.
Correct the UPDPRCT parameter in SYSIN or in the parmlib member corresponding to the required function, then restart the execution.
V79-005W: UNABLE TO GET INFORMATION ABOUT MODIFIED PAGES
FOR TABLESPACE tsname IN DATABASE dbname
{wrapper="1" role="DL"}
-
Explanation
A failure was encountered when reading the space map pages of the specified tablespace. The incremental image copy dataset for this tablespace will be allocated by using the default values USP, PSP and SSP if this dataset is on disk.
-
Return Code
None
-
User Resp.
Examine the execution output dataset to find possible system messages that explain the error and check the status of the VSAM datasets that contain the specified tablespace.
V79-006W: NO FULL IMAGE COPY FOUND FOR TABLESPACE tsname
DATABASE dbname
{wrapper="1" role="DL"}
-
Explanation
No notification of a full image copy was found in SYSIBM.SYSCOPY for the specified tablespace. Therefore it is not possible to take an incremental image copy. According to the parameters that were specified for the CS1IIC function, INFO-RECOVERY will decide to, either, take a FIC, or to ignore this tablespace, or to interrupt the processing issuing an error message/code.
-
Return Code
None
-
User Resp.
Check that the tablespace is taken into account for the image copy planning.
V79-007W: LAST operation DISALLOWS INCREMENTAL IMAGE COPY ON
TABLESPACE tsname DATABASE dbname
{wrapper="1" role="DL"}
-
Explanation
One of the following actions has been done on the specified tablespace: LOAD LOG(YES), REORG LOG(YES) or RECOVER TOCOPY but no image copy has been taken since on this tablespace. In this case, no incremental image copy can be taken, and INFO-RECOVERY will decide, according to the parameters that were specified for the CS1IIC function to either take an FIC, to ignore this tablespace or to interrupt the processing on error.
-
Return Code
None
-
User Resp.
Check that the tablespace is taken into account for the image copy planning.
V79-008I: n% PAGES MODIFIED IN TABLESPACE tsname DATABASE dbname
{wrapper="1" role="DL"}
-
Explanation
This message is issued if the updating threshold is reached or exceeds the limit specified within the UPDPRCT parameter. Thus a full image copy will be taken of the tablespace.
V79-009I: n% PAGES MODIFIED IN TABLESPACE FILE dsname
{wrapper="1" role="DL"}
-
Explanation
This message is issued when the updating threshold specified within the UPDPRCT parameter is reached or exceeded. Thus a full image copy is taken of the tablespace.
V79-010E: LAST IIC FOR TABLESPACE tsname IN DATABASE dbname
IS FOR LOCAL SITE ONLY - CONFLICT WITH RCPRIM VALUE
{wrapper="1" role="DL"}
-
Explanation
The utility is unable to take a local and a recovery incremental image copy if only a local incremental image copy was taken previously. The parameters of the CS1IIC function will determine if this situation must be considered as being an error or not.
-
Return Code
None
-
User Resp.
Check that the tablespace is taken into account for the image copy planning for the recovery site.
V79-011E: LAST FIC FOR TABLESPACE tsname IN DATABASE dbname DSNUM n
IS FOR ONE SITE ONLY - CONFLICT WITH RCPRIM VALUE
{wrapper="1" role="DL"}
-
Explanation
The utility is unable to take a local and a recovery incremental image copy if only a local incremental image copy was taken previously. The parameters of the CS1IIC function will determine if this situation must be considered as being an error or not.
-
Return Code
None
-
User Resp.
Check that the tablespace is taken into account for the image copy planning for the recovery site.
V79-012I: NO PAGES MODIFIED IN TABLESPACE tsname DATABASE dbname
{wrapper="1" role="DL"}
-
Explanation
None of the pages of the specified tablespace has been modified since its last image copy. Therefore it is useless to take an incremental image copy for this tablespace.
-
Return Code
None
-
User Resp.
Check the incremental image copy rate for this tablespace.
V79-013I: NO PAGES MODIFIED IN TABLESPACE FILE dsname
{wrapper="1" role="DL"}
-
Explanation
None of the pages of the specified tablespace dataset has been modified since its last image copy. Therefore it is useless to take an incremental image copy for this tablespace dataset.
-
Return Code
None
-
User Resp.
Check the incremental image copy rate for this tablespace dataset.
V79-014E: NO PAGES MODIFIED IN TABLESPACE SCT02
DATABASE DSNDB01 - NO IIC TAKEN
{wrapper="1" role="DL"}
-
Explanation
None of the pages of the DSNDB01.SCT02 catalog tablespace has been modified since its last image copy. Therefore it is useless to take an incremental image copy for this catalog tablespace. As the catalog is handled as a whole by INFO-RECOVERY, no copy is taken if this situation occurs.
-
Return Code
Abend 4001
-
User Resp.
Check the incremental image copy rate for the catalog tablespaces.
V79-015W: LAST FIC FOR TABLESPACE tsname IN DATABASE dbname DSNUM n IS CONCURRENT, IIC WILL BE CHANGED IN FIC
{wrapper="1" role="DL"}
-
Explanation
It is impossible to take an IIC if the last FIC is CONCURRENT; the function automatically modifies the request in order
V79-017E: LAST FIC FOR TABLESPACE xxxxxxxx.xxxxxxxx DSNUM .... IS A FLASH COPY. IIC IS NOT ALLOWED
{wrapper="1" role="DL"}
-
Explanation
An IIC for this TS is not possible because the last FIC has been performed with FLASH COPY.
-
Return code
Abend 4001
-
User resp.
None.
V79-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is following other messages that describe the error encountered.
-
Return Code
Abend 4001
-
User Resp.
Check the previous messages and correct accordingly.
Messages V80-nnnX
V80-001E: VSAM ERROR RC = rc REASON = rs FUNCTION = function
{wrapper="1" role="DL"}
-
Explanation
An error was encountered when trying to directly access the DB2 tablespaces (VSAM datasets).
-
Return Code
Abend 4001
-
User Resp.
Check the VSAM error codes and correct accordingly.
V80-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is issued after other messages that describe the error.
-
Return Code
Abend 4001
-
User Resp.
Check the previous messages and correct accordingly.
Messages V81-nnnX
V81-001E: DSSEL xxx IS NOT AN ADMISSIBLE VALUE
{wrapper="1" role="DL"}
-
Explanation
The value that was specified for the DSSEL parameter is incorrect. See the correponding manuals for additional information about the correct syntax of the required function.
-
Return Code
Abend 4001
-
User Resp.
Correct the DSSEL parameter in the SYSIN or inside the parmlib member corresponding to the required function, and restart the execution.
Messages V82-nnnX
V82-002I: ARCHIVE dsname WITH RANGE lowrba - highrba HAS BEEN SKIPPED
{wrapper="1" role="DL"}
-
Explanation
The specified log archive dataset does not fit into the RBA interval that is used and, therefore, is ignored.
V82-003I: ARCHIVE dsname WITH RANGE lowrba - highrba HAS BEEN SELECTED
{wrapper="1" role="DL"}
-
Explanation
The specified log archive dataset does fits into the RBA interval that is used and, therefore, is selected.
V82-004I: BSDS ARCHIVE dsname HAS BEEN FOUND AND SELECTED
{wrapper="1" role="DL"}
-
Explanation
The specified dual log dataset has been selected.
Messages V83-nnnX
V83-001E: DSSEL xxx IS NOT AN ADMISSIBLE VALUE
{wrapper="1" role="DL"}
-
Explanation
The value that was specified for the DSSEL parameter is incorrect. See the correponding manuals for additional information about the correct syntax of the required function.
-
Return Code
Abend 4001
-
User Resp.
Correct the DSSEL parameter in the SYSIN or inside the corresponding parmlib member.
Messages V84-nnnX
V84-001I: THE TABLESPACE tablespace HAS NO TABLES'
{wrapper="1" role="DL"}
-
Explanation
The specified tablespace does not yet contain tables.
V84-002I: THE FOLLOWING TABLESPACE(S) HAVE BEEN SELECTED FOR ALL TSSET : DATABASE dbname tsname1 tsname2 tsname3 ...
{wrapper="1" role="DL"}
-
Explanation
This message shows the list of selected objects, e.g. which meet the selection criteria specified in SYSIN : TS, EXTS, DBSET, TSSET, etc. The tablespaces name is listed following the database name to which they belong to.
V84-004I: NO OTHER TABLESPACE HAS BEEN ADDED BY TABLE SPACE SET SEARCH
{wrapper="1" role="DL"}
-
Explanation
This message notifies that the search of the tablespaces linked by an integrity constraint (TSSET = Y) is completed.
V84-005I: THE TABLESPACE xxxxxxxx.xxxxxxxx HAS LOG NO ATTRIBUTE
{wrapper="1" role="DL"}
-
Explanation
The tablespace informed to the LOG NO and NOTLOGD=ACEPTED attributes has been specified.
-
Return code
None.
-
User resp.
None (informational message).
V84-005W: THE TABLESPACE xxxxxxxx.xxxxxxxx HAS LOG NO ATTRIBUTE
{wrapper="1" role="DL"}
-
Explanation
The tablespace informed to the LOG NO and NOTLOGD=WARNING attributes has been specified. .
-
Return code
4.
-
User resp.
None (informational message).
V84-006E: THE LOG NO ATTRIBUTE FOR A TABLESPACE IS NOT ACCEPTED BECAUSE THE PARAMETER NOTLOGD IS SET TO REFUSED
{wrapper="1" role="DL"}
-
Explanation
The tablespace(s) informed by the V84-005I message have the LOG=NO attribute. The application stops as NOTLOGD parameter is equal to REFUSED.
-
Return code
Abend 4001.
-
User resp.
If desired, change the value of NOTLOGD parameter so the process can continue despite the presence of tablespaces with LOG NO value.
V84-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is following other messages that describe the error.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V85-nnnX
V85-002E: ERROR CALLING CSXRDTS RETURN CODE IS rc
{wrapper="1" role="DL"}
-
Explanation
A failure was encountered during the direct read of the DB2 tablespace datasets done by the load-module CSXRDTS. Either one of both problems was encountered: incoherence of the data that was read (to be solved by making a QUIESCE of the implied tablespaces) or access competition when accessing the VSAM clusters.
-
Reason code
None
-
User Resp.
Examine the SYSOUT error messages to know if and why access competition is the reason for the failure, otherwise make a QUIESCE of the tablespaces that are implied.
V85-003E: LOAD MODULE CSXRDTS NOT FOUND
{wrapper="1" role="DL"}
-
Explanation
Starting the load-module CSXDBASE via TSO has failed as CSXRDTS cannot be found neither in LINKLIST nor in STEPLIB. Probably an installation problem that only occurs when executing the CS1IIC function for the first time.
-
Return Code
Abend 4001
-
User Resp.
Recopy CSXRDTS into the LINKLIST (refer to the installation manual).
V85-004E: FAILED CALL TO LOAD MODULE CSXRDTS WITH SYSTEM ABEND CODE n
{wrapper="1" role="DL"}
-
Explanation
The execution of the CSXRDTS load-module failed.
-
Return Code
Abend 4001
-
User Resp.
Examine the system messages that were issued to analyze the error and restart. Otherwise contact INFOTEL.
V85-005E: FAILED CALL TO LOAD MODULE CSXRDTS WITH USER ABEND CODE n
{wrapper="1" role="DL"}
-
Explanation
The execution of the CSXRDTS load-module failed.
-
Return Code
Abend 4001
-
User Resp.
Please contact your INFOTEL representative.
V85-010W: CHECKING MODIFIED PAGES HAS FAILED FOR DSNAME dsname
{wrapper="1" role="DL"}
-
Explanation
A failure was encountered when reading the space map pages of the specified tablespace data set. Thus the incremental image copy data set will be allocated according to the default parameters: USP, PSP and TSP if the dataset is on disk.
-
Return Code
None
-
User Resp.
Examine the system messages from the output execution report to determine the error.
V85-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This messages follows other messages that describe the error.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V86-nnnX
V86-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This messages follows other messages that describe the error.
-
Return Code
Abend 4001
-
User Resp.
Check if members CSRCKIIC and CSQCKIIC can be
Messages V87-nnnX
V87-001I: NO TS FOUND IN DB2 FOR THE PLAN plan
{wrapper="1" role="DL"}
-
Explanation
This message is issued to inform the user that no relation was found between the specified plan name(s) and a tablespace (an SQL statement resulting from the CSQPLLP skeleton was submitted to check the DB2 catalog).
V87-005I: CATALOG TABLESPACE tsname, ACCESSED BY PLAN plname, IS NOT PROCCESSED
{wrapper="1" role="DL"}
-
Explanation
The specified plan accesses to the tablespaces of the catalog. The tablespaces of the catalog are excluded from the ongoing process.
V87-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is issued following other messages that describe the errors that were encountered.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V88-nnnX
V88-001W: NO IMAGE COPIES FOUND TO MERGE FOR DB dbname TS tsname
DSNUM n
{wrapper="1" role="DL"}
-
Explanation
The tablespace dbname.tsname specified (or its n-th partition) does not have enough image copy to have a MERGECOPY performed with the NEWCOPY option mentioned. One of the three messages listed below follows, and describes the exact constraint found.
V88-002I: NO IIC FOUND
{wrapper="1" role="DL"}
-
Explanation
The tablespace specified in the previous message V88-001W has no incremental image copy. A MERGECOPY is therefore irrelevant.
V88-002W: NO FIC FOUND
{wrapper="1" role="DL"}
-
Explanation
The tablespace specified in the previous message V88-001W has no full image copy. This constitutes an anomaly that should be corrected by copying the tablespace (or the partition concerned).
V88-003I: ONLY ONE IIC FOUND
{wrapper="1" role="DL"}
-
Explanation
The tablespace specified in the previous message V88-001W has only one incremental image copy. A MERGECOPY with option NEWCOPY NO is therefore irrelevant.
V88-004E: DSSEL dssel IS NOT AN ADMISSIBLE VALUE
{wrapper="1" role="DL"}
Explanation :
The admissible values of the DSSEL parameter are 'ALL' (the default), or 'DATASET', or a number between 1 and 64.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the DSSEL parameter in the command or parmlib member indicating the default values for the requested function.
V88-004I: LAST IIC/FIC WAS NOT FOR THE ENTIRE TABLESPACE
{wrapper="1" role="DL"}
-
Explanation
A MERGECOPY cannot be performed at the tablespace level when the last copy was made at the dataset level.
V88-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V89-nnnX
V89-001I: ONLY x IIC FOUND TO MERGE FOR DB dbname
TS tsname DSNUM n
{wrapper="1" role="DL"}
-
Explanation
Informative; indicates the number x of incremental image copies to be merged for the specified tablespace dbname.tsname and dataset number n.
V89-004E: DSSEL dssel IS NOT AN ADMISSIBLE VALUE
{wrapper="1" role="DL"}
Explanation :
The admissible values of the DSSEL parameter are 'ALL' (the default), or 'DATASET', or a number between 1 and 64.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the DSSEL parameter in the command or parmlib member indicating the default values for the requested function.
V89-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V90-nnnX
V90-001I: NO TS FOUND IN DB2 FOR THE PACKAGE packname
IN COLLECTION collid
{wrapper="1" role="DL"}
-
Explanation
The execution of SQL statement CSQPKDP in order to find all tablespaces on which rely packages packname in collection collid (with generic or specific names) found no tablespace at all.
V90-003E: SYNTAX ERROR, INVALID VALUE FOR KEYWORD PKLIST -
LIST OF COLLID.PACKNAME EXPECTED
{wrapper="1" role="DL"}
Explanation :
The value of list parameter PKLIST= is unacceptable; each item in the list must be a qualified package name in the form collid.packname (specific or generic).
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct parameter PKLIST= in the command.
CATALOG TABLESPACE tsname, ACCESSED BY PACKAGE packid IN COLLECTION : collection_id IS NOT PROCCESSED
{wrapper="1" role="DL"}
Explanation :
The stated package acesses to the catalog tablespaces. The catalog tablespaces are excluded from the ongoing process.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Suppress parameter PKLIST= in the command, or correct the name of the DB2 subsystem, or check that load-module DSNHDECP in the DB2EXIT library (specified in parmlib member DB2IDS) is up-to-date.
V90-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
Explanation :
This message is preceded by other messages describing the errors.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the preceding messages and do the necessary corrections.
Messages V91-nnnX
V91-001E: SSID SEARCH ERROR
{wrapper="1" role="DL"}
Explanation :
An error has occurred during the search in the RECON data set of SSID records. This message is preceded by message U20-003E that specifies the VSAM error found.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes, then do the necessary corrections.
V91-001I: THE ABENDED BATCH ssidname IS FOUND WITH n
AUTHORIZED DB. THE LOG TIMESTAMP IS xxxxxxxxxxxx
{wrapper="1" role="DL"}
-
Explanation
The current search in RECON has found the abended batch ssidname SSID record; this records mentions the number n of authorized databases. The corresponding log timestamp is given in the message.
Messages V92-nnnX
V92-001I: NO TUNNELS HAVE BEEN DETECTED.
{wrapper="1" role="DL"}
-
Explanation
No recovery has been done after the VIC point for the selected tablespaces. No tunnel is possible.
V92-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is issued following other messages that describe the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V93-nnnX
V93-001E: INFDB2CB FAILED RC rc
{wrapper="1" role="DL"}
-
Explanation
Usually, this message is issued if no information about DB2 data sharing was found. RC 997 means that the IPKAUTH module has not been declared to TSO as an authorized module (see the Installation Manual, Chapter "Declaring the IPKAUTH Module to TSO").
-
Return Code
Abend 4001
-
User Resp.
If RC 997 has been issued, check that the IPKAUTH module has been declared to TSO, otherwise, please contact your INFOTEL representative.
V93-002E: LOAD MODULE IPKCB WITH INFDB2CB NOT FOUND
{wrapper="1" role="DL"}
-
Explanation
Starting the load-module IPKCB via TSO has failed as IPKCB cannot be found neither in LINKLIST nor in STEPLIB. Probably an installation problem that only occurs when executing DB2 functions for the first time.
-
Return Code
None
-
User Resp.
Copy the IPKCB load-module into the LINKLIST (see the INFO-RECOVERY installation manual).
V93-003E: FAILED CALL TO INFDB2CB WITH SYSTEM ABEND CODE n
{wrapper="1" role="DL"}
-
Explanation
A failure occurred when executing the IPKCB module
V93-004E: FAILED CALL TO INFDB2CB WITH USER ABEND CODE n
{wrapper="1" role="DL"}
-
Explanation
A failure occurred when executing the IPKCB module
-
Return Code
None
-
User Resp.
Please contact your INFOTEL representative.
V93-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is following other messages that describe the error.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V94-nnnX
V94-001E: NOTHING TO DO. NO IMAGE COPIES TO KEEP
{wrapper="1" role="DL"}
-
Explanation
The tablespaces that were selected for the processing have no image copies.
-
Return Code
Abend 4001
-
User Resp.
Check the previous messages, especially the execution of SQL queries. If no error is detected, take image copies of all tablespaces that are involved in the processing.
V94-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is following other messages that describe the errors.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V95-nnnX
V95-001E: ERROR RETURN INFDB2X2. DDN = ddname, REASON rc
{wrapper="1" role="DL"}
-
Explanation
An error was encountered while performing a VSAM access to the DB2 catalog.
-
Return Code
Abend 4001
-
User Resp.
Check the status of the DB2 catalog, otherwise please contact your INFOTEL representative.
V95-002E: INTERNAL ERROR-UNABLE TO READ SYSLGRNX
{wrapper="1" role="DL"}
-
Explanation
The tablespace SYSLGRNX size exceeds 4GB.
-
Return code
Abend 4001
-
User resp.
Contact your INFOTEL representative.
V95-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is following other messages that describe the error.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V96-nnnX
V96-001I: NO CHANGE HAS OCCURED FOR dbname.tsname
RECOVERY IGNORED FOR THIS TS (PARAMETER FORCE=N/DL1)
{wrapper="1" role="DL"}
-
Explanation
No modification for the specified tablespace was done since the point a recovery is requested. Use values N or DL1 of the FORCE parameter to avoid a recovery processing.
V96-003I: QUIESCE OF DSNDB01.SYSLGRNG HAS FAILED - SWITCH TO FORCE=Y/DB2
{wrapper="1" role="DL"}
-
Explanation
A failure was encountered when making a QUIESCE of the STSLGRNG(SYSLGRNX) tablespace. As it is not possible in this case to know if the data were modified, the function forces a recovery of all tablespaces involved in the processing.
V96-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is following other messages that describe the error.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V97-nnnX
V97-001E: ERROR RETURN INFDB2X2. DDN = ddname, REASON rc
{wrapper="1" role="DL"}
-
Explanation
An error was encountered while performing a VSAM access to the DB2 catalog.
-
Return Code
Abend 4001
-
User Resp.
Check the status of the DB2 catalog, otherwise please contact your INFOTEL representative.
V97-002E: INTERNAL ERROR-UNABLE TO READ SYSLGRNX
{wrapper="1" role="DL"}
-
Explanation
The tablespace SYSLGRNX size exceeds 4GB.
-
Return code
Abend 4001
-
User resp.
Contact your INFOTEL representative.
V97-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is following other messages that describe the error.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct accordingly.
Messages V98-nnnX
V98-002E: SYNTAX ERROR - VARIABLE xxxx... IS TOO LONG
{wrapper="1" role="DL"}
Explanation :
The current value in list parameter processed is unacceptable: its constituent beginning with xxxx is too long.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the parameter in the command.
V98-003E: SYNTAX ERROR - UNEXPECTED CONTINUATION xxxxxxxx...
IN PARAMETER
{wrapper="1" role="DL"}
Explanation :
The current value in list parameter processed is unacceptable: it has an unexpected constituent beginning with xxxxxxxx.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the parameter in the command.
V98-004E: SYNTAX ERROR - QUALIFIERS MISSING IN PARAMETER
VALUE xxxxxxxx...
{wrapper="1" role="DL"}
Explanation :
The current value xxxxxxxx in list parameter processed is unacceptable: it does not have the minimum number of constituents required.
{wrapper="1" role="DL"}
-
Return Code
Abend 4001
-
User Resp.
Correct the parameter in the command.
Messages X01-nnnX
X01-001I: THE FOLLOWING USER INDEXES OF CATALOG HAVE BEEN SELECTED:
{wrapper="1" role="DL"}
-
Explanation
This message displays the list of user indexes that have been created on the DB2 catalog tables.
X01-002I: NO USER INDEXES OF CATALOG FOUND
{wrapper="1" role="DL"}
-
Explanation
This message informs the user that no user index has been created on the catalog tables.
X01-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
The call to the procedure for consulting the DB2 catalog has failed.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct. Otherwise, check if the INFO-RECOVERY CS1XPROC load-module is available.
Messages X08-nnnX
X08-001I: THE FOLLOWING TABLESPACE(S) HAVE BEEN EXCLUDED
{wrapper="1" role="DL"}
-
Explanation
This message is followed by the list of all tablespaces that are excluded due to the EXTS parameter. This list can be empty.
X08-002I: NO TS FOUND IN DB2 FOR SEARCH ARGUMENT
{wrapper="1" role="DL"}
-
Explanation
Informative; no tablespace has been selected (the EXTS parameter was set).
Messages X09-nnnX
X09-002I: THE FOLLOWING TABLESPACE(S) HAVE BEEN SELECTED
{wrapper="1" role="DL"}
-
Explanation
This message is followed by the list of all tablespaces that were selected for the current function.
Messages X69-nnnX
X69-001I: dbname.indexspace HAS NO LDS FILE
{wrapper="1" role="DL"}
-
Explanation
This message contains the name of the index that has been created using option DEFINE NO and which data set does not yet exist. This situation is notified for the processing that is following.
X69-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
The call to the procedure for consulting the DB2 catalog has failed.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct. Otherwise, check if the INFO-RECOVERY CS1XPROC load-module is available.
Messages X83-nnnX
X83-001E: DB2DSGS MEMBER OF PARMLIB ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of member DB2DSGS of the parmlib has failed; rc specifies the return code and rs specifies the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check if member DB2DSGS exists the the parmlib that is used as well as the characteristics that have been specified.
X83-001I: DB2DSG group ENTRY NOT FOUND IN PARMLIB MEMBER DB2DSGS
{wrapper="1" role="DL"}
-
Explanation
The value of the DB2ID parameter does not correspond to a name of the DB2DSG group. This value has not been found in the DB2DSGS member that describes the DB2 data sharing groups. The value of the DB2ID will be considered as the name of the DB2 system (described in DB2IDS).
X83-007E: DB2DSGS MEMBER OF PARMLIB NOT FOUND
{wrapper="1" role="DL"}
-
Explanation
Member DB2DSGS does not exist in the parmlib that is used.
-
Return Code
Abend 4001
-
User Resp.
Check the name of the corresponding parmlib.
X83-008E: DB2DSG group ENTRY IN ERROR IN PARMLIB MEMBER DB2DSGS.
EDIT THE DB2DSGS MEMBER, CORRECT THE ERROR AND RETRY.
{wrapper="1" role="DL"}
-
Explanation
A syntax error has been detected in the description of the DB2 data sharing group defined in member DB2DSGS of the corresponding parmlib.
-
Return Code
Abend 4001
-
User Resp.
Correct the syntax of member DB2DSGS of the corresponding parmlib.
Messages X84-nnnX
X84-001I: NO DATA HAS NEVER BEEN INSERTED INTO THE TABLESPACE xxxxxxxx.xxxxxxxx
{wrapper="1" role="DL"}
-
Explanation
This message shows that the mentioned tablespace has been defined with the DEFINE NO clause and no data has been inserted ( SPACE column from SYSTABLEPART=-1, for all its partitions).
X84-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
The call for DB2 catalog integration procedure has failed.
-
Return code
Abend 4001
-
User resp.
Check the previous messages and make the necessary corrections. Alternatively, check the existence and the availability of the InfoRecovery CS1XPROC load-module.
Messages X88-nnnX
X88-001I: NO IX FOUND IN DB2 FOR ix SEARCH ARGUMENT
{wrapper="1" role="DL"}
-
Explanation
Consulting the DB2 catalog using the SQL statement from the CSQLIX skeleton provides the following information: none of the indexspaces corresponds (simultaneously) to the specified criterion such as names of indexspace, database and creator that were specified in the IX list and the DBSET and AUTHID parameters.
Message X88-001I is followed by the list of work databases that are defined in the DB2 catalog. If no data sharing is used, only one single data base name is specified: DSNDB07.
X88-002I: THE FOLLOWING INDEXSPACE(S) HAVE BEEN SELECTED:
{wrapper="1" role="DL"}
-
Explanation
This message is followed by the list of indexspaces that are selected for the processing.
X88-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
The call to the procedure for consulting the DB2 catalog has failed.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct. Otherwise, check if the INFO-RECOVERY CS1XPROC load-module is available.
Messages X89-nnnX
X89-001I: NO IX FOUND IN DB2 FOR ix SEARCH ARGUMENT
{wrapper="1" role="DL"}
-
Explanation
Consulting the DB2 catalog using the SQL statement from the CSQLIX skeleton provides the following information: none of the indexspaces corresponds (simultaneously) to the specified criterion such as names of indexspace, database and creator that were specified in the IX list and the DBSET and AUTHID parameters.
Message X02-001I is followed by the list of work databases that are defined in the DB2 catalog. If no data sharing is used, only one single data base name is specified: DSNDB07.
X89-002I: THE FOLLOWING INDEXSPACE(S) HAVE BEEN SELECTED:
{wrapper="1" role="DL"}
-
Explanation
This message is followed by the list of indexspaces that are selected for the processing.
X89-003I: NO DATA HAS NEVER BEEN INSERTED INTO THE TABLESPACE xxxxxxxx.xxxxxxxx
{wrapper="1" role="DL"}
-
Explanation
This message shows that the mentioned tablespace has been defined with the DEFINE NO clause and no data has been inserted (SPACE column from SYSTABLEPART=-1, for all its partitions).
X89-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
The call to the procedure for consulting the DB2 catalog has failed.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct. Otherwise, check if the INFO-RECOVERY CS1XPROC load-module is available.
Messages X91-nnnX
X91-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
The call to the procedure for consulting the DB2 catalog has failed.
-
Return Code
Abend 4001
-
User Resp.
Examine the previous messages and correct. Otherwise, check if the INFO-RECOVERY CS1XPROC load-module is available.
Messages Y01-nnnX
Y01-001E: ERROR CALLING CSXIMSRO, RETURN CODE IS n
{wrapper="1" role="DL"}
-
Explanation
The call to the CSXIMSRO load-module that executes IMS commands using the TSO ROUTE command, has failed.
-
Return Code
Abend 4001
-
User Resp.
Examine the other messages in the SYSOUT data set, and contact your INFOTEL representative.
Y01-001I: ACTIVATING AN EXTENDED MCS CONSOLE
{wrapper="1" role="DL"}
-
Explanation
This message informs about the execution of IMS commands on IMS data sharing groups.
Y01-002I: ROUTING COMMANDS FROM AN EXTENDED MCS CONSOLE
{wrapper="1" role="DL"}
-
Explanation
This message informs about the execution of IMS commands on IMS data sharing groups.
Y01-003I: DEACTIVATING AN EXTENDED MCS CONSOLE
{wrapper="1" role="DL"}
-
Explanation
This message informs about the execution of IMS commands on IMS data sharing groups.
Y01-002E: LOAD MODULE CSXIMSRO NOT FOUND
{wrapper="1" role="DL"}
-
Explanation
A failure was encountered when starting the CSXIMSRO load-module via TSO. The CSXIMSRO load-module can not be found, neither in LINKLIST nor in STEPLIB. This situation is due to an installation problem that only appears when first attempting AOP on an IMS data sharing group.
-
Return Code
Abend 4001
-
User Resp.
Copy the CSXIMSRO load-module into the LINKLIST library. Also, see the INFO-RECOVERY Installation Manual.
Y01-003E: FAILED CALL TO LOAD MODULE CSXIMSRO WITH SYSTEM ABEND CODE n
{wrapper="1" role="DL"}
-
Explanation
The execution of the CSXIMSRO load-module, realizing the IMS execution commands on the systems of a IMS data-sharing groups ( stated by the parameter IMSID and described in IMSDSGS of the parmlib), has failed with the indicated system abend code.
-
Explanation
The execution of the CSXIMSRO load-module (this module realises the execution of IMS commands on IMS data sharing groups; these data-sharing groups specified by the IMSID parameter and described in member IMSDSGS in the parmlib) has failed (see the specified system abend code).
-
Return Code
Abend 4001
-
User Resp.
Examine the system messages that are issued with the above message and the specified abend code to correct the reason of the error, then resubmit the job. Otherwise, contact your IBM representative.
Y01-004E: FAILED CALL TO LOAD MODULE CSXIMSRO WITH USER ABEND CODE n
{wrapper="1" role="DL"}
-
Explanation
The execution of the CSXIMSRO load-module (this module realises the execution of IMS commands on IMS data sharing groups; these data-sharing groups specified by the IMSID parameter and described in member IMSDSGS in the parmlib) has failed (see the specified user abend code).
-
Return Code
Abend 4001
-
User Resp.
Examine the messages that are issued with the above message and the specified abend code to correct the reason of the error, then resubmit the job. Otherwise, contact your IBM representative.
Y01-011I: COMMAND WITHOUT RESPONSE command-ims
{wrapper="1" role="DL"}
-
Explanation
This message informs the user that the command specified above remains without any response.
Y01-012E: SYSGRP PARAMETER IS EMPTY
{wrapper="1" role="DL"}
-
Explanation
The value of the SYSGRP parameter of the IMSDSG data-sharing group described in member IMSDSGS of the parmlib is blank.
-
Return Code
Abend4001
-
User Resp.
Correct the value of the SYSGRP parameter, then resubmit your job.
Y01-097E: INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is issued in conjunction with other messages describing the error(s).
-
Return Code
Abend 4001
-
User Resp.
Examine the messages that are issued prior to the above message and correct accordingly.
Messages Y25-nnnX
Y25-001I: CS1THTAB OPEN FAILED
{wrapper="1" role="DL"}
-
Explanation
An error was detected when opening the CS1THT data set in the member THT of the Parmlib.
-
Return Code
Abend 4001
-
User Resp.
Examine the status of the CS1THT data set and the authorizations provided to the specific user, then correct accordingly.
Y25-002E: CS1THTAB CHANGE INVALIDATE THIS JOB RUN
{wrapper="1" role="DL"}
-
Explanation
The competing updates of the CS1THTAB data set lead to an incoherent read.
-
Return Code
Abend 4001
-
User Resp.
Check the use of the CS1THTAB data set.
Y25-003E: VSAM ERROR, RC=rc, SC=sc (DECIMAL)
{wrapper="1" role="DL"}
-
Explanation
The processing of the CS1THTAB dataset is stopped due to VSAM error. The return code rc and the status code sc are specified.
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes, then correct accordingly.
Y25-006E: ALLOCATION ERROR rc/rs FOR CS1THTAB dsname SPECIFIED
IN THE THT MEMBER OF THE PARMLIB
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of the CS1THTAB data set with dsname dsname has failed; rc is the return code and rs the reason code.
-
Return Code
Abend 4001
-
User Resp.
Check the existance and the characteristics of the data set with dsname dsname.
Y25-007E: UNPREDICTABLE EODAD REACHED
{wrapper="1" role="DL"}
-
Explanation
The processing of the CS1THTAB data set was interrupted due to an erroneous end of this data set.
-
Return Code
Abend 4001
-
User Resp.
Check the status of the CS1THTAB data set and the competing accesses to this data set.
Y25-008E: CS1THTAB OPEN FAILED, 8/168, RETRY
{wrapper="1" role="DL"}
-
Explanation
The open of the VSAM CS1THTAB data set failed by issuing return code 8 and reason code 168 (see the IBM DFSMS/MVS Macro Instructions for Data Sets manual). InfoRecovery waits during 10 seconds and then retries to open the data set. This attempt is repeated 5 times. If the open still fails, the function abends.
-
Return Code
without object
-
User Resp.
Check the use of the CS1THTAB data set (the other InfoRecovery jobs or the save such as DFDSS).
Messages Y27-nnnX
Y27-001E: PART SEARCH ERROR
{wrapper="1" role="DL"}
-
Explanation
An error was encountered when searching for records in the RECON data set that are related to the partitions of the data base mentioned in the previous message. Message U20-003E is issued prior to messages Y27-001I and 001E and contains the VSAM error codes.
-
Return Code
Abend 4001
-
User Resp.
Examine the VSAM error codes that are specified in message U20-003E and correct accordingly.
Y27-001I: DBD dbmaster PART partition
{wrapper="1" role="DL"}
-
Explanation
Specifies the dbname name of an HALDB master base and the name of the last partition that was found. The partition that follows encountered the problem about accessing the RECON data set that is described in the message above.
Messages Y31-nnnX
Y31-001I: DBD xxxxxxxx DDN yyyyyyyy
{wrapper="1" role="DL"}
-
Explanation
This message, which is preceding another message, shows which database is concerned by the second message.
-
Return code
None (informational message).
Y31-001E: RECON SEARCH ERROR
{wrapper="1" role="DL"}
-
Explanation
An error occurred when searching records relative to QUIESCE DB in the RECON file, from the criteria mentioned in the previous Y31-001I message. The messages Y31-001I and Y31-001E are preceded by the U20-003E message, which precises the VSAM error met.
-
Return code
Abend 4001
-
User resp.
Check the VSAM error codes and check the search criteria coherence, then make the necessary corrections.
Y31-097E : INTERRUPT BY NON-RECOVERABLE ERROR
{wrapper="1" role="DL"}
-
Explanation
This message is preceded by other messages describing the errors encountered.
-
Return code
Abend 4001
-
User resp.
Check the previous messages and make the necessary corrections.
Messages Y69-nnnX
Y69-001E: IMSDSGS MEMBER PARMLIB ALLOCATION ERROR rc/rs
{wrapper="1" role="DL"}
-
Explanation
The dynamic allocation of member IMSDSGS of the parmlib has failed; rc is the return code and rs is the reason code.
Y69-001I: IMSDSG imsdsg ENTRY NOT FOUND IN PARMLIB MEMBER IMSDSG
{wrapper="1" role="DL"}
-
Explanation
The value imsdsg of the IMSID parameter does not correspond to the name of an IMS data sharing group. This value will be considered as being the name of the IMS subsystem which is described in the IMSDSG member of the parmlib.
Y69-002E: IMSDSGS imsdsgid ENTRY NOT FOUND IN PARMLIB MEMBER IMSDSGS.
ADD IT IN IMSDSGS MEMBER OR VERIFY THE PARM EXEC IMSDSG VALUE OR SEE THE DEFAULT VALUE IN THE SYSIDS MEMBER OF CURRENT PARMLIB.
{wrapper="1" role="DL"}
-
Explanation
The IMS imsdsgid data sharing group is not described in member IMSDSGS of the parmlib that is used.
-
Return Code
Abend 4001
-
User Resp.
If you are working in TP: Check the name of the IMS data sharing group on the panel "user profile configuration" of the main menu, and, if necessary, correct this name or add this name into member IMSDSGS of the parmlib that is used.
If you are working in batch: Check the name of the IMS data sharing group that is specified in the PARM field of the EXEC card as following ([.,.,]IMSID,'imsid'[.,.]) and, if necessary, correct this name or add this name into member IMSDSGS of the parmlib that is used.
If the EXEC card does not contain the IMSID parameter, check the name of the default IMS system that is specified in member SYSIDS of the parmlib (parameter DEFIMSID).
Y69-007E: IMSDSGS MEMBER OF PARMLIB NOT FOUND
{wrapper="1" role="DL"}
-
Explanation
Member IMSDSGS does not exist in the parmlib that is used.
-
Return Code
Abend 4001
-
User Resp.
Check the name of the parmlib that is used or restore the member IMSDSGS of the parmlib according to the documentation or original installation.
Y69-008E: IMSDSGS imsdsgid ENTRY IN ERROR IN PARMLIB MEMBER IMSDSGS.
EDIT THE IMSDSGS MEMBER, CORRECT THE ERROR AND RETRY.
{wrapper="1" role="DL"}
-
Explanation
The description of the IMSDSG data sharing group named imsdsgid in member IMSDSGS of the used parmlib contains a syntax error.
-
Return Code
Abend 4001
-
User Resp.
Correct the syntax of member IMSDSGS of the parmlib that is used.