Message Summary
UCR0101 START RestartPlus mmmm EXECUTION, SYSTEM ssss, os
This message is produced at the start of every RestartPlus session.
mmmm specifies the type of execution mode.
Possible values:
- RUN ANALYZER MODULE
- EMULATION MODE (for the Run Time Module)
- SUPERVISOR TASK (for the Supervisor)
- JOURNAL INITIALIZER (for the Journal initializer)
- RESTART UTILITY PROCESSOR (for the Agent)
ssss specifies the SMF id of the system on which the session is running.
os specifies the level of the operating system on which the session is running.
UCR0102 EXECUTION TIME PARAMETERS: pppp
This message displays the run time parameters passed via the PARM= to RestartPlus.
pppp specifies the parameters passed.
UCR0104 CONVERTED RUN TIME PARAMETERS: pppp
When running in emulation mode, this message displays the results of converting the run time parameters passed via the PARM= keyword to RestartPlus values.
pppp specifies the converted parameter values.
UCR0105 PERFORMING pppp PROCESSING
This message is produced by the Run Time Module. It indicates what type of processing (pppp) the Run Time Modules will perform.
pppp possible values:
- PRODUCTION (for production processing)
- RESTART (for restart/rerun processing)
- FORMAT (for format processing)
UCR0106 RUN MODULE IS NOT RUNNING WITH APF AUTHORIZATION
This message indicates that RestartPlus is not running with the required APF authorization. Make sure the product is installed in an APF authorized library.
UCR0109 UNRECOGNIZED ARGUMENT IN PARM FIELD: kkkk
An invalid argument has been passed via the PARM= keyword on the EXEC statement.
kkkk specifies the incorrect keyword.
UCR0110 INVALID ARGUMENT TO kkkk KEYWORD IN PARM FIELD: aaaa
The argument to the specified keyword in the PARM= keyword on the EXEC statement is incorrect.
kkkk specifies the keyword.
aaaa specifies the incorrect argument.
UCR0111 ARGUMENT TO "RN" KEYWORD TOO LONG, IT WILL BE TRUNCATED
The argument to the RN keyword in the PARM= field on the EXEC statement is too long and will be truncated.
UCR0112 DUPLICATE ARGUMENT "kkkk" SPECIFIED, IGNORED
This message indicates that an argument in the PARM= field has been specified more than once.
kkkk is the argument that has been duplicated.
UCR0113 $ALTPARM: cccc
This message is used to echo card images retrieved from the $ALTPARM DD statement.
cccc specifies the contents of the statement.
UCR0116 UNABLE TO LOCATE SUPERVISOR TASK
This message indicates that the Run Time Module or the Agent could not locate the RestartPlus Supervisor task. The Supervisor must be running at all times to use the other components of RestartPlus.
UCR0117 I/O ERROR ENCOUNTERED ON DDNAME dddd
An I/O error was encountered processing the indicated DD statement.
dddd specifies the DD name of the DD statement that encountered the error.
UCR0127 RETURNING FROM STAE EXIT WITH RESTART
This message indicates the RestartPlus successfully recovered from a system abend.
UCR0128 ESTAE PROCESSING COMPLETED, CONTINUING PROCESSING
This message indicates that RestartPlus successfully recovered from a system abend and will continue processing.
UCR0130 DATASET WILL BE SCRATCHED: dddd, VOL: vvvv
This message indicates that a SCRATCH macro will be issued for a dataset.
dddd specifies the dataset to be scratched.
vvvv specifies the volume containing the dataset.
UCR0131 DATASET HAS BEEN SCRATCHED: dddd, RC=nn
This message indicates that a SCRATCH macro has been issued for a dataset.
dddd specifies the dataset that was scratched.
nn indicates the return code from the SCRATCH macro.
UCR0132 DATASET WILL BE DELETED: dddd
This message indicates that IDCAMS will be called to delete a dataset.
dddd specifies the dataset to be deleted.
UCR0133 DATASET HAS BEEN DELETED: dddd, RC=nn
This message indicates that IDCAMS was called to delete a dataset.
dddd specifies the dataset to be deleted.
nn indicates the return code from IDCAMS
UCR0134 GDG DATASET NAME SPECIFIED: dddd
This message indicates the GDG dataset name specified in the JCL of the JOB.
dddd is the GDG dataset name specified in the JCL
UCR0135 GDG DATASET NAME GENERATED BY LOCATE:
This message indicates the resolved GDG dataset name returned from the LOCATE SVC.
UCR0136 STEP #nnn IS NOT RESTARTABLE - JOBSTEP: jjjj, rrrrr
The indicated JOB step has been determined to be not restartable.
nnn is the step number of the step.
jjjj is the JOB step name.
rrrr is the reason the step is not restartable.
UCR0137 STEP #nnn IS NOT RESTARTABLE - JOBSTEP: jjjj, PROCSTEP: pppp, rrrrr
The indicated JOB step has been determined to be not restartable.
nnn is the step number of the step.
jjjj is the JOB step name.
pppp is the PROC step name.
rrrr is the reason the step is not restartable.
UCR0138 STEP "nn" DOES NOT MATCH JOURNAL: mmmm
This message indicates that the information in the Journal for the indicated step does not match the current information for the JOB being restarted. Restart processing is terminated.
nn specifies the step number containing the miss-match.
mmmm specifies the miss-matched information. Possible values:
-
STEP NAME DOES NOT MATCH JOURNAL DATA
-
LESS STEPS IN JOB THAN IN JOURNAL DATA
-
MORE STEPS IN JOB THAN IN JOURNAL DATA
UCR0139 STEP "nn", DD "dddd" DOES NOT MATCH JOURNAL: mmmm
This message indicates that the information in the Journal for the indicated DD statement in the indicated step does not match the current information for the JOB being restarted. Restart processing is terminated.
nn specifies the step number containing the miss-match.
dddd specifies the DD name containing the mis-match.
mmmm specifies the miss-matched information. mmmm can be:
- DDNAME NOT FOUND IN JOURNAL DATA: dddd
- dddd is the DD name not found in the Journal data.
- DD: dddd, "jjjj" DOES NOT MATCH JOURNAL DATA: oooo
- dddd is the DD name containing the error.
- jjjj is the dataset name in the JCL.
- oooo is the dataset name in the Journal.
UCR0140 NO JOURNAL DATA AVAILABLE FOR JOB
This message indicates that there is no Journal data available for the JOB being restarted. Restart processing is terminated.
UCR0141 JOB CANNOT BE RESTARTED - JOURNAL DATA ERROR
This message indicates that there is a problem with the Journal data for the JOB being restarted. Restart processing is terminated.
UCR0142 GDG DATASET: dddd RESET TO: gggg
This message indicates that the GDG name in the JCL has been reset to the dataset name in the Journal during restart/rerun processing.
dddd is the GDG dataset name in the JCL.
gggg is the GDG dataset name from the Journal.
UCR0143 STEP#=nn - PROCSTEP=pppp, STEP=ssss, POSTED CC=rc
This message indicates that the indicated value was posted as a return code for the specified step during restart/rerun processing.
nn is the step number of the posted step.
pppp is the PROC step name of the posted step.
ssss is the STEP name of the posted step.
rc is the return code posted for the step.
UCR0144 "RERUN" PROCESSING FORCED BY JOURNAL SETTINGS
This message indicates that restart/rerun processing was forced for the JOB due to settings in the Journal.
UCR0145 OPERATION SUPPRESSED BY SIMULATE PROCESSING
This message indicates that the operation listed in the message preceding it was not performed because SIMULATE had been specified.
UCR0146 SIMULATE PROCESSING IN EFFECT
This message indicates the SIMULATE processing was specified.
UCR0147 pppp PROCESSING SUPPRESSED BY "UC4SUPRS" DD STATEMENT
This message indicates RestartPlus processing will not be suppressed because a UC4SUPRS DD statement was supplied.
pppp possible values:
- PRODUCTION
- RERUN
- FORMAT
UCR0148 "dddd" DD STATEMENT FOUND
This message indicates that a special processing DD statement was supplied.
dddd possible values:
- UC4SUPRSS
- UC4BYPAS
- UC411SIM
UCR0149 TAPE DATASET HAS BEEN EXPIRED: dddd
This message indicates that the TMS system was called and the expiration date of the indicated dataset was modified.
dddd is the name of the dataset that was expired in the TMS.
UCR0150 UNABLE TO EXPIRE TAPE DATASET: dddd
This message indicates that the TMS call to expire a dataset failed or that the call was not made.
dddd is the name of the dataset that was not expired.
UCR0151 "NEW" DATASET WILL NOT BE DELETED, IT OCCURS PREVIOUSLY IN THE JOB: DSN=dsn, DD=ddname, STEP#=nnn
The specified new dataset will not be deleted because it occurs in previous JOB step:
dsn is the name of the dataset.
ddname is the DD name of the dataset.
nnn is the number of the step in which the dataset is used.
UCR0152 "NEW" DATASET CAN NOT BE DELETED, IT OCCURS PREVIOUSLY IN THE JOB: DSN=dsn, DD=ddname, STEP#=nn
The specified new dataset will not be deleted because it occurs in previous JOB step:
dsn is the name of the dataset.
ddname is the DD name of the dataset.
nnn is the number of the step in which the dataset is used.
UCR0153 DISP=MOD DATASET MAY REQUIRE MANUAL ADJUSTMENT IF JOB IS RESTARTED OR RERUN: DSN=dsn, DD=ddname, STEP#=nn
The specified dataset is allocated DISP=MOD and cannot be reset by RestartPlus . Manual adjustment to the dataset may be required to maintain dataset integrity prior to rerunning the JOB.
dsn is the name of the dataset.
ddname is the DD name of the dataset.
nnn is the number of the step in which the dataset is used.
UCR0154 DISP=MOD DATASET IN RESTARTED/RERUN STEP REQUIRED MANUAL ADJUSTMENT PRIOR TO RESTART/RERUN: DSN=dsn, DD=ddname, STEP#=nn
The specified dataset is allocated DISP=MOD and was not reset by RestartPlus. Manual adjustment to the dataset must be performed prior to rerunning the JOB to maintain dataset integrity.
dsn is the name of the dataset.
ddname is the DD name of the dataset.
nnn is the number of the step the dataset is used in.
UCR0156 DYNALLOC FAILED, DSN=dddd, VOL=vvvv, UNIT=uuuu - RC=ccc-rrr
RestartPlus was unable to dynamically allocate the specified dataset.
dddd is the name of the dataset.
vvvv is the VOLSER of the dataset.
uuuu is the UNIT name of the dataset.
ccc is the return code from the dynalloc SVC.
rrr is the reason code form the dynalloc SVC.
UCR0157 DISP=MOD DATASET END OF FILE RESET- DSN=dddd
RestartPlus adjusted the end of file of the DISP=MOD dataset during rerun/restart processing.
mdddd is the name of the dataset allocated DISP=MOD.
UCR0158 UNABLE TO ADJUST DISP=MOD DATASET- DSN=dddd
RestartPlus was unable to adjust the end of file of specified DISP=MOD dataset to its state in the previous run of the JOB.
dddd is the name of the dataset allocated DISP=MOD.
UCR0159 ACTION "aaaa" SELECTED FOR tttt
The specified Run Time Module action was applied to the JOB, JOB step, or dataset.
aaaa is the Run Time Module action.
tttt is a text description of the action taken.
UCR0160 DATASET "dddd" NOT DELETED DUE TO "NEVERDELETE" ACTION, ALLOCATION ERRORS POSSIBLE
The specified dataset was not uncataloged or deleted because the NEVERDELETE Run Time Module action was applied to it. Because the dataset is allocated DISP=NEW and it already exists, dataset allocation errors may occur in the JOB.
UCR0170 START OF RestartPlus SNAP DUMP
This message indicates the start of a RestartPlus diagnostic dump.
UCR0171 END OF RestartPlus SNAP DUMP
This message indicates the end of a RestartPlus diagnostic dump.
UCR0174 IDCAMS CONTROL CARD:
This message indicates that an internally generated IDCAMS control card follows.
UCR0175 cccc
This message documents an internally generated IDCAMS control card.
cccc is the IDCAMS control card.
UCR0176 IDCAMS OUTPUT:
This message indicates IDCAMS output follows.
UCR0177 oooo
This message documents IDCAMS output.
oooo is the IDCAMS output.
UCR0178 NO CSA NODES AVAILABLE FOR RUN MODULE
This message indicates that there is no CSA available to communicate with the RestartPlus Supervisor. This is a critical error. Processing will be terminated.
UCR0179 CSA POST FAILED FOR RUN MODULE
This message indicates that the Run Time Module was unable to communicate with the RestartPlus Supervisor. Ensure that the Supervisor is running.
UCR0180 JOURNAL UPDATED SUCCESSFULLY FOR JOB, RC=rc
This message indicates that the Journal information for the job has been successfully recorded by the RestartPlus Supervisor.
rc is the return code returned from the Supervisor.
UCR0181 SUPERVISOR HAS NOT REPSONDED TO JOURNAL UPDATE REQEST, CONTINUING TO WAIT
This message indicates that the Run Time Module or Agent is waiting for a response from the RestartPlus Supervisor.
UCR0182 SUPERVISOR HAS NOT REPSONDED TO JOURNAL UPDATE REQEST, PROCESSING TERMINATED
This message indicates that no response has been received from the RestartPlus Supervisor. Processing is terminated. Ensure that the Supervisor is running.
UCR0183 NO ENTRY FOR JOB "jjjj" FOUND IN JOURNAL
This message indicates that the Journal does not contain any information for previous executions of the job.
jjjj is the job name.
UCR0184 ENTRY FOR JOB "jjjj" FOUND IN JOURNAL
This message indicates that the Journal contains information for previous executions of the job.
jjjj is the job name.
UCR0185 JOUNAL DATA FOR JOB DOES NOT MATCH CURRENT JOB, DATA WILL BE OVERWRITTEN
This message indicates that the data that the Journal contains for the job does not match the current job. The Journal will be updated to reflect the current execution data.
UCR0186 JOUNAL DATA FOR JOB MATCHES CURRENT JOB, JOURNAL DATA WILL BE CARRIED FORWARD
This message indicates that the data that the Journal contains for the job matches the current job. Information from previous executions will be carried forward.
UCR0187 JOURNAL UPDATE NOT SUCCESSFULLY FOR JOB, RC=nn
The Journal was not successfully updated for the JOB. Message UCR0188 supplies the reason.
nn is the return code from the RestartPlus Supervisor for the update request.
UCR0188 REASON JOURNAL UPDATE FAILURE: mmmm
The Journal was not successfully updated for the JOB.
mmmm is reason the update request failed. Possible values:
- NO JOURNAL DATA BLOCKS AVAILABLE
- NOT ENOUGH JOURNAL DATA BLOCKS AVAILABLE
The size of the Journal is too small; it must be re-allocated as a larger dataset.
UCR0189 JOB RUN WILL NOT BE TRACKED BY RestartPlus SUPERVISOR
This message indicates that, because the Journal could not be updated for the JOB, the JOB will not be tracked.
UCR0199 END OF tttt EXECUTION - RC(rc)
This message indicates the end of RestartPlus processing.
tttt specifies one of the following:
- RESTART RUN ANALYZER MODULE
- RESTART EMULATION MODE (for the Run Time Module)
- RESTART SYPERVISOR TASK (for the Supervisor)
- RESTART JOURNAL INITIALIZER (for the Journal initializer)
- RESTART UTILITY PROCESSOR (for the Agent)
rc indicates the final return code.
UCR0221 INSUFFICIENT MAIN STORAGE FOR EXECUTION - INCREASE REGION SIZE BY nnK
This message indicates that there is insufficient storage for RestartPlus to execute. Increase the region size by the amount indicated.
nn is the number of kilobytes of additional storage required.
UCR0247 INTERNAL ERROR IN RestartPlus vvvv - CODE=cccc VEC aaaa ABEnnn IN CSECT 'mmmm'
This message is issued when a should-not-occur error is detected in RestartPlus. Please retain all SYSPRINT output and all relevant information for review by RestartPlus Technical Services. See Technical Services.
vvvv the RestartPlus version number.
cccc the unique error code within RestartPlus.
aaaa the address of internal diagnostic information in storage.
nnn the unique error code within a RestartPlus csect.
mmmm the name of the csect in which the error was detected.
UCR0248 PLEASE CALL cccc
This message describes the action to take following a RestartPlus error. See Technical Services.
cccc Possible value: UC4 TECHNICAL SERVICES AT 011.43.2233778833
UCR0249 ABEND DURING RestartPlus EXECUTION, CODE=Ssss Uuuuu PSW=pppp VEC aaaa
This message is issued when the RestartPlus error recovery routine receives control.
sss is the system abend code (in hex).
uuuuu is the user abend code (in hex).
pppp is the PSW at the time of abend.
aaaa is the address of internal diagnostic information in storage.
UCR0257 SYNADAF: xxxx
This message is issued when a permanent I/O error is encountered. It contains all of the diagnostic information returned by the SYNAD analysis function (SYNADAF). The format and content of this information is documented in the IBM Data Management manual appropriate to your level of the operating system.
UCR0258 ABEND PSW2 pppp - IN CSECT "cccc" AT OFFSET oooo ASM dddd
This message is produced when an abend occurs and the available diagnostic information indicates that the error occurred within RestartPlus.
pppp is the PSW at the time of error.
cccc is the name of the module in control at the time of the error.
oooo is the offset within the module.
dddd is the date the module was assembled.
UCR0259 I/O ERROR PROCESSING dddd AT pppp
This message indicates that an I/O error occurred processing a particular DD.
dddd is the DD name.
pppp is the PSW at the time of the error.
UCR0261 DYNALLOC FAILED, DSN=dddd - RC=cccc-rrrr mmmm
This message indicates that an error occurred while dynamically allocating a dataset.
dddd is the dataset to be dynamically allocated.
cccc is the return code from the DYNALLOC SVC.
rrrr is the reason code from the DYNALLOC SVC.
mmmm is a brief text description of the error.
UCR0262 BLDL FAILED ON MODULE "mmmm"
This message indicates that a BLDL was attempted on the specified module and it failed.
mmmm is the name of the module for which the BLDL failed.
UCR0263 CSA INTERFACE NOT ACTIVE
This message indicates that the CSA interface to the RestartPlus Supervisor exists but is not active. Ensure the Supervisor is active.
UCR0396 TRIAL ZAP OUT OF RANGE
This message indicates that the trial zap supplied for RestartPlus is not valid for the current date. Contact RestartPlus Technical Services for a current zap.
UCR0397 RestartPlus IS NOT LICENSED ON CPU: mmmm-ssss
The RestartPlus License Agreement Schedule supplied to UC4 does not include the Central Processing Unit (CPU) indicated. Please contact RestartPlus Technical Services for problem resolution.
mmmm is the model number of the unlicensed CPU
ssss is the serial number of the unlicensed CPU
UCR0398 RestartPlus zzzz HAS EXPIRED
The customization zap applied to RestartPlus is no longer valid. Please contact RestartPlus Technical Services for problem resolution.
zzzz is the type of customization zap applied. It can be TRIAL or LICENSE.
UCR0399 RestartPlus zzzz WILL EXPIRE IN nn DAYS
The customization zap applied to RestartPlus will expire in the specified number of days. Please contact RestartPlus Technical Services to obtain a new zap.
zzzz is the type of customization zap applied. It can be TRIAL or LICENSE
nn is the number of days until the zap expires.
UCR0400 RESTART STEP NOT FOUND
The step name specified as the step at which to restart the JOB does not exist. Verify that the step exists in the JOB and resubmit it.
UCR0401 STEP NUMBER SPEFICIED FOR RESTART IS INVALID
The step number specified as the step at which to restart the JOB does not exist. Verify that the step exists in the JOB and resubmit it.
UCR0402 STEP SPECIFIED FOR START IS NOT RESTARTABLE
The step name specified as the step at which to restart the JOB is not restartable. Choose another step to begin restart processing within the JOB and resubmit it.
UCR0403 END RESTART STEP NOT FOUND
The step name or number specified as the step at which to end restart processing in the JOB does not exist. Verify that the step exists in the JOB and resubmit it.
UCR0500 RestartPlus vvvv READY FOR OPERATOR MODIFY COMMAND ON dddd AT tttt
This message indicates that the RestartPlus Supervisor task has started, is functioning, and awaiting operator input.
vvvv is the version of RestartPlus.
dddd is the date.
tttt is the time.
UCR0501 OPERATOR CMD: cccc
This message indicates that the RestartPlus Supervisor has received the indicated command from the MVS console.
cccc is the command that was received.
UCR0502 INVALID OR UNSUPPORTED RESTART OPERATOR COMMAND ISSUED
This message indicates that an invalid command was received by the RestartPlus Supervisor.
UCR0503 RestartPlus vvvv COMMAND ACCEPTED BY RESTART OPERATOR INTERFACE ON dddd AT tttt
This message indicates that the command received by the RestartPlus Supervisor has been accepted and will be processed.
vvvv is the version of RestartPlus.
dddd is the date the command was accepted.
tttt is the time the command was accepted.
UCR0505 CSA GETMAIN FAILED, RC=cccc, REASON=rrrr
This message indicates that the RestartPlus Supervisor was unable to acquire the storage it required to initialize its CSA interface. Contact our support services.
cccc is the return code from the Getmain SVC.
rrrr is the reason code from the Getmain SVC.
UCR0506 nnnn BYTES OF CSA AQUIRED, ADDRESS=aaaa
This message indicates that the RestartPlus Supervisor acquired the storage it required to initialize its CSA interface.
nnnn is the number of bytes of extended CSA aquired.
aaaa is the addresss of the CSA aquired.
UCR0507 SMF ACCUMULATION EXIT INTIALIZED, RC=cccc
This message indicates that the RestartPlus Supervisor SMF accumulation exit has been successfully initialized.
cccc is the return code from the SMF exit initialization routine.
UCR0508 SMF ACCUMULATION EXIT DEACTIVATED, RC=cccc
This message indicates that the RestartPlus Supervisor SMF accumulation exit has been deactivated.
cccc is the return code from the SMF exit deactivation routine.
UCR0509 CSA RELEASED, RC=cccc
This message indicates that the RestartPlus Supervisor has released the storage it acquired for its CSA interface.
cccc is the return code from the Freemain SVC.
UCR0510 SUPERVISOR IS ALREADY ACTIVE
This message indicates that a RestartPlus Supervisor with the same key is already running. Only one Supervisor can run with a specific key.
UCR0511 SUPERVISOR IS NOT RUNNING WITH APF AUTHORIZATION
This message indicates that the RestartPlus Supervisor was started from a non-APF authorized library. The Supervisor must be run from an APF authorized library.
UCR0512 SUPERVISOR RESOURCE ENQUEUE IS ALREADY ACTIVE
This message indicates that the enqueue that the RestartPlus Supervisor issues to allow itself to be located by other tasks in the system is already established. Determine who has established the enqueue and end the task.
UCR0513 JOURNAL DD NOT PRESENT, SUPERVISOR UNABLE TO START
This message indicates that the JOURNAL DD statement is not present in the RestartPlus Supervisor task. Supply a JOURNAL DD statement in the Supervisor JCL.
UCR0514 JOURNAL IN USE: dddd ON VOLUME vvvv
This message indicates that the specified Journal is being used by the RestartPlus Supervisor.
dddd is the name of the Journal.
vvvv is the volume on which the Journal resides.
UCR0515 NO MAP RECORD FOUND IN JOURNAL
- This message indicates that no map record has been found in the Journal. Make sure that the Journal has been initialized properly.
UCR0516 UNABLE TO READ JOURNAL MAP RECORD
This message indicates that RestartPlus was unable to read the map record in the Journal. Make sure that the Journal has been initialized properly.
UCR0517 JOURNAL INITIALIZATION COMPLETE
This message indicates that Journal initialization has completed successfully.
UCR0518 UNABLE TO aaaa JOB "jjjj" IN JOURNAL, rrrr
aaaa is the action that could not be performed.
jjjj is the name of the job for which the action could not be performed.
rrrr is the reason that the action could not be performed.
UCR0519 RestartPlus SUPERVISOR vvvv -"ooo" ENABLED ON ddd AT tttt
The specified option or feature was enabled by an operator command.
vvvv is the version of the RestartPlus.
oooo is the option or feature.
dddd is the date the option or feature was enabled.
tttt is the time the option or feature was enabled.
UCR0520 RestartPlus SUPERVISOR vvvv -"oooo" DISABLED ON ddd AT tttt
The specified option or feature was disabled by an operator command.
vvvv is the version of the RestartPlus.
oooo is the option or feature.
dddd is the date the option or feature was disabled.
tttt is the time the option or feature was disabled.
UCR0521 QUIESING SMF ACCUMULATION EXIT
This message indicates that the RestartPlus Supervisor is in the process of termination. It has disabled access to the SMF exit and is waiting for tasks using the exit to complete.
UCR0522 NO DATA BLOCKS AVAILABLE IN JOURNAL, JOURNAL IS FULL
This message indicates that data could not be logged in the Journal because the Journal is full and all data blocks are in use. The Journal is not large enough for the amount of data it is required to maintain. It must be re-allocated as a larger dataset.
UCR0523 DATA FOR JOB "jjjj" NOT RECORDED IN JOURNAL, DO DATA BLOCKS AVAILABLE
This message indicates that data could not be logged in the Journal for the indicated JOB because the Journal is full and all data blocks are in use. The Journal is not large enough for the amount of data it is required to maintain. It must be re-allocated as a larger dataset.
jjjj is the name of the JOB that could not be recorded in the Journal.
UCR0524 DATA FOR JOB "jjjj" INCOMPLETE IN JOURNAL, NOT ENOUGH DATA BLOCKS AVAILABLE
This message indicates that all data for the indicated JOB could not be logged in the Journal because the Journal is full and all data blocks are in use. The data for the JOB is incomplete in the Journal. The Journal is not large enough for the amount of data it is required to maintain. It must be re-allocated as a larger dataset.
jjjj is the name of the JOB that could not completely recorded in the Journal.
UCR0554 JOURNAL I/O ERROR: ECB=eeee CSW=cccc IOBSEEK=iiii CCW=wwww
An I/O error was encountered processing the Journal. Contact our support services.
eeee is the address of the ECB involved in the I/O.
cccc is the CSW at the time of the error.
iiii is the address in IOBSEEK
wwww is the address of the CCW that failed.
UCR0573 oooo FAILED ON tttt FILE - DDNAME "dddd"
The indicated operation failed on the specified DD.
oooo can be OPEN or CLOSE.
tttt indicates the type of file the operation was attempted for.
dddd is the DD name of the file.
UCR0601W JOURNAL MAP RECORD IN USE ON SYSTEM – ssss (xxxxxxxx)
This warning is printed, when 2 LPARs in a multiplex environment are accessing a Journal Dataset record at the same time.
ssss specifies the SMF id of the system on which the session is running.
xxxxxxxx encoded SMF system id
UCR0602W "RSTJRNL" NOT SERIALIZED, JOURNAL CORRUPTION POSSIBLE
This message appears always in combination with message UCR0601W
RSTJRNL = RestartPlus Journal Dataset
UCR1000 NO VALID ACTION SPECIFIED
This message indicates that no valid action was specified on the RestartPlus Agent control statements. Correct the control statements passed to the Agent.
UCR1001 INVALID DATE SPECIFIED
An invalid date format was specified on the RestartPlus Agent control statement. Correct the date value.
UCR1010 WARNING - SMF DATA SEQUENCE ERROR: jjjj, iiii, eeee - uuuu
The time stamp of an SMF record for a job being tracked by the supervisor is inconsistent with the last time information for the job was updated.
jjjj is the job name in the SMF record.
iiii is the MVS job ID in the SMF record.
eeee is the step end-time in the SMF record.
uuuu is the last-updated time for the job.
UCR1011 jjjj SMF TYPE tt(ss) RECORDS ARE BEING PRODUCED
Reports the SMF records relevant to the RestartPlus supervisor being produced on the system.
jjjj is either JES2 or JES3.
tt is the SMF record type.
ss is the SMF record subtype, if applicable.
UCR1012 jjjj SMF TYPE tt(ss) RECORDS ARE NOT AVAILABLE, RC=rc
Indicates that an SMF record relevant to the RestartPlus supervisor not being produced on the system.
jjjj is either JES2 or JES3.
tt is the SMF record type.
ss is the SMF record subtype, if applicable.
rc is the return code from the SMFRTEST macro.
UCR1013 GDG DATASET NOT RESET, NO JOUNRAL DATA: dddd
A job was restarted with ALLOCJCLCHANGES. The job now contains a GDG datset that was not present when the job was initially run. The GDG dataset name cannot be reset because it is not present in the data record in the journal in the previous run.
dddd is the name of the GDG dataset.
UCR1014 DYNALOC FAILED FOR SORTWK DATASET RC=cccc-rrrr
The agent was unable to dynalloc sort work datasets.
cccc is the return code from DYNALOC.
rrrr is the reason code from DYNALOC.
UCR1015 EXISTING JOB : jjjj-iiii-ssss, MATCHES JOB: nnnn-mmmm-oooo
The supervisor has been asked to track a new job with the same job name as a job not yet completed that the supervisor is already tracking.
jjjj is the job name of the existing job.
iiii is the MVS job ID of the existing job.
ssss is the SMF system ID of the system on which the existing job was running.
nnnn is the job name of the new job.
mmmm is the MVS job ID of the new job.
oooo is the SMF system ID of the system on which the new job is running.
UCR1016 JOB REMOVED FROM QUEUE: jjjj, iiii
The existing job identified previously in message UCR1015 is considered complete and is removed from the supervisor queues.
jjjj is the job name of the existing job.
iiii is the MVS job ID of the existing job.
UCR1017 STEP#=nnnn - PROCSTEP=pppp, STEP=ssss:, WILL BE RERUN
The indicated step will be rerun as part of the run-time modules restart processing.
nnnn is the step number.
pppp is the PROC step name.
ssss is the JOB step name.
UCR1029 JOURNAL UPDATED FOR RESTART
The journal has been updated to reflect changes in the job during rerun proecessing.
UCR1033 UNABLE TO ALLOCATE JOURNAL DATASET dddd ON VOL vvvv
This message indicates that the RestartPlus Agent was unable to allocate the RestartPlus Journal (dddd) on the volume (vvvv) indicated in the enqueue interface.
UCR1035 RestartPlus RECOVERY ROUTINE ENTERED-TERMINATION IN PROGRESS
A critical error has been encountered and the error-recovery routines have been entered to perform any required processing prior to termination.
UCR1100 JOURNAL FILE (DDNAME "dddd") NOT SPECIFIED IN JCL
The Journal was not specified in the JCL for the JOB.
dddd is the DD name expected to be used for the Journal.
UCR1101 OPEN FAILED FOR tttt FILE (DDNAME "dddd")
The OPEN SVC failed for the indicated DD name. Make sure the DD name points to a valid dataset.
tttt is the type of file trying to be opened.
dddd is the DD name of the file.
UCR1102 cccc
This message echoes the control statements passed to RestartPlus
cccc is a control statement.
UCR1106 AGENT IS NOT RUNNING WITH APF AUTHORIZATION
This message indicates that the RestartPlus Agent is not running from an APF authorized library. The Agent must be run from an APF authorized library.
UCR1117 UNABLE TO LOCATE SUPERVISOR TASK, REQUESTED OPERATION CANNOT BE PERFORMED
This message indicates that the RestartPlus Agent cannot locate the RestartPlus Supervisor task. Make sure the Supervisor is running.
UCR1120 CONTINUATION EXPECTED, NOT RECEIVED
This message indicates that a RestartPlus control statement is incomplete and a continuation statement was not found. Correct the control statement.
UCR1124 VALUE IS MISSING AN ENDING QUOTE
This message indicates that a RestartPlus control statement contains a quoted argument with no closing quote. Correct the control statement.
UCR1125 INVALID WILDCARD CHARACTER(S) SPECIFIED IN VALUE
This message indicates that the argument to a RestartPlus keyword contains invalid wild card characters. Correct the control statement.
UCR1126 DATASET NAME QUALIFIER EXCEEDS 8 CHARACTERS
This message indicates that the dataset name specified as an argument to a RestartPlus keyword contains a qualifier with more than 8 characters. Correct the dataset name.
UCR1130 MISSING PARAMETER(S) ON ssss STATEMENT kkkk KEYWORD
This message indicates a missing argument to a RestartPlus keyword. Supply the missing argument.
ssss is the statement type.
kkkk is the keyword in error.
UCR1131 DUPLICATE OR CONFLICTING KEYWORDS SPECIFIED ON ssss STATEMENT
This message indicates that duplicate or conflicting keywords have been specified on RestartPlus control statements. Correct the control statement.
ssss is the statement type.
UCR1132 "kkkk" IS AN INVALID ssss STATEMENT PARAMETER
The indicated key word is not valid on the statement on which it was specified. Correct the control statement.
kkkk is the invalid keyword.
ssss is the statement type.
UCR1133 MISSING YES/NO FOLLOWING ssss STATEMENT kkkk VARIABLE
The keyword indicated was expecting YES or NO as an argument. Correct the control statement.
ssss is the statement type.
kkkk it the keyword expecting YES or NO as an argument.
UCR1134 MISSING pppp PAREN FOLLOWING ssss STATEMENT kkkk KEYWORD
The keyword indicated was expecting a left or right parenthesis. Correct the control statement.
pppp is the parenthesis type. Possible values are LEFT or RIGHT.
ssss is the statement type.
kkkk is the keyword.
UCR1135 INVALID RELATIONAL OPERATOR FOLLOWING vvvv VARIABLE
An invalid relational operator was specified after the indicated keyword. Correct the control statement.
vvvv is the variable name.
UCR1136 VALUE EXPECTED FOLLOWING RELATIONAL OPERATOR
No argument was specified following the relational operator. Correct the control statement.
UCR1137 INVALID CONTROL STATEMENT
The control statement indicated is not a valid RestartPlus control statement type. Correct the control statement.
UCR1138 VALUE SPECIFIED FOR vvvv VARIABLE IS UNDEFINED
The value associated with the indicated variable is invalid. Correct the control statement.
vvvv is the variable name.
UCR1139 NUMERIC VALUE mmmm
An invalid numeric value was encountered.
mmmm possible values:
- EXCEEDS MAXIMUM ALLOWABLE LENGTH
- CONTAINS NON-NUMERIC CHARACTERS
- IS GREATER THAN MAXIMUM ALLOWABLE VALUE
- IS LESS THAN MINIMUM ALLOWABLE VALUE
UCR1140 MULTIPLE QUALIFIER WILDCARD SPECIFIED IN UNQUALIFIED STRING
The argument contains an invalid wildcard character. Correct the control statement.
UCR1141 INVALID PARAMETER FOLLOWING ssss STATEMENT kkkk KEYWORD
The parameter associated with the indicated keyword is invalid. Correct the control statement.
ssss is the statement type.
kkkk is the keyword.
UCR1142 ssss STATEMENT MUST APPEAR BEFORE ANY BEGIN/SELECT/EXCLUDE/ACTION STATEMENTS
The statement indicated must be coded before any BEGIN, SELECT, EXCLUDE, or ACTION statements.
ssss is the statement type in error.
UCR1144 MISSING EXPRESSION ON ssss STATEMENT
No variable expression was coded on the statement type indicated. Correct the control statement.
ssss is the statement type.
UCR1145 BOOLEAN OPERATOR EXPECTED BETWEEN EXPRESSIONS
No Boolean operator (i.e., AND or OR) was specified between expressions. Correct the control statement.
UCR1147 STATEMENT CONTAINS UNBALANCED PARENTHESES
The statement contains more left parentheses than right parentheses. Correct the control statement.
UCR1148 INPUT STREAM CONTAINS UNBALANCED BEGIN/END PAIRS
The statement contains more BEGIN keywords than END keywords. Correct the control statement.
UCR1149 EMPTY BLOCK SPECIFIED
No control statements were coded in a BEGIN/END block.
UCR1151 INVALID VALUE SPECIFIED FOR vvvv VARIABLE
The value specified for the variable is not a valid value for that variable.
vvvv is the variable name.
UCR1152 ALL ssss STATEMENTS MUST APPEAR BEFORE ANY tttt STATEMENTS IN A BLOCK
Within a BEGIN/END block, statement types indicated by "ssss" must precede all occurrences of statement types indicated by "tttt."
UCR1153 MULTIPLE ssss STATEMENTS SPECIFIED, ONLY 1 PERMITTED
Only one occurrence of the statement type indicated by "ssss" is permitted.
UCR1154 JOURNAL I/O ERROR: ECB=eeee CSW=cccc IOBSEEK=iiii CCW=www
An I/O error was encountered processing the Journal. Contact our support services
eeee is the address of the ECB involved in the I/O.
cccc is the CSW at the time of the error.
iiii is the addresss of in IOBSEEK.
wwww is the address of the CCW that failed.
UCR1155 SORT FAILED: mmmm
Sort processing failed for the RestartPlus Agent. Possible values for mmmm are: RETURN CODE = nn, ABEND Saaa, ABEND Uuuuu, where:
nn is the return code from the sort.
aaa is the system abend code.
uuuu is the user abend code.
UCR1159 JOB "jjjj" DELETED FROM JOURNAL, RETURN CODE = nn
The indicated JOB was deleted from the Journal.
jjjj is the JOB name.
nn is the return code from delete processing.
UCR1162 JOURNAL dddd IS IN USE BY RESTART SUPERVISOR - ACTION SUPPRESSED
During Journal initialization, the Journal specified was in use by the Supervisor. Specify another Journal name or stop the Supervisor.
dddd is the name of the Journal dataset
UCR1163 SPECIFIED JOURNAL jjjj IS NOT THE ACTIVE ONE: aaaa - ACTION SUPPRESSED
During RestartPlus Agent processing, the Journal specified on the JOURNAL DD statement is not the active Journal. The action requested cannot be performed.
UCR1168 TESTKEY PARM VALUE LONGER THAN 4 CHARACTERS
The test key specified in the $ALTPARM dataset is longer than 4 characters.
UCR1197 EXIT INITIALIZED: eeee, nnnn
The supervisor has initialized the indicated SMF exit as part of its startup processing.
eeee is the SMF exit type.
nnnn is the name of the SMF exit.
UCR1198 EXIT DELETED: eeee, nnnn
The supervisor has deleted the indicated SMF exit as part of its shutdown processing.
eeee is the SMF exit type.
nnnn is the name of the SMF exit.
UCR1200 PROCESSING JOB jjjj
Indicates the name of the job being processed by journal dump or reload processing.
jjjj is the name of the job being dumped or reloaded.
UCR1201 SUPERVISOR IS ACTIVE, CANNOT DUMP JOURNAL
The journal cannot be dumped while the supervisor is active. Stop the supervisor and rerun the job.
UCR1202 NUMBER OF JOBS READ: tttt, PROCESSED: pppp, NOT PROCESSED: ffff
Indicates the number of jobs processed by journal dump processing.
tttt is the total number of jobs read from the journal.
pppp is the number of jobs successfully processed.
ffff is the number of jobs that were not successfully processed.
UCR1203 REQUIRED DD STATEMENT "DUMPJRNL" NOT FOUND
The required DD statement, DUMPJRNL, was not present in the JCL used to dump or reload the journal. Correct the JCL and rerun the job.
UCR1204 OPEN FAILED FOR "DUMPJRNL" DD
RestartPlus was unable to open the DUMPJRNL dataset.
UCR1205 INCORRECT JOB NAME IN JOB CHAIN: jjjj
An element of a job being verified contained an inconsistent job name. This indicates that the data representing the job in the journal is corrupt. If the journal is being dumped, the job will not be included in the dump dataset.
jjjj is the inconsistent job name found in the job data.
UCR1206 END OF JOB FLAG NOT SET FOR JOB "jjjj"
The end-of-job indicator is not set in journal data for the job being verified. This indicates that the data representing the job in the journal is corrupt. If the journal is being dumped, the job will not be included in the dump dataset.
jjjj is the name of the job that is missing the end-of-job indicator.
UCR1207 JOB STEP NUMBER INCONSISTENT, ssss EXPECTED, ffff RECEIVED
Non-sequential job step numbers were found when verifying the journal data for a job. This indicates that the data representing the job in the journal is corrupt. If the journal is being dumped, the job will not be included in the dump dataset.
ssss indicates the step number that was expected.
ffff indicates the incorrect step number.
UCR1209 JOB "jjjj" VERIFIED AND WRITTEN TO "DUMPJRNL" DD
The journal data for the indicated job was verified and written to the DUMPJRNL dataset.
jjjj is the name of the job written to the DUMPJRNL dataset.
UCR1210 JOB "jjjj" FAILED VALIDATION, WILL NOT BE WRITTEN
The journal data for the indicated job failed verification and will not be written to the DUMPJRNL dataset.
jjjj is the name of the job that failed verification.
UCR1211 NUMBER OF JOBS LOADED INTO JOURNAL: nnnn
Indicates the total number of jobs loaded into the journal.
nnnn is the total number of jobs loaded into the journal.