RestartPlus is not prompting after performing a restart.
search cancel

RestartPlus is not prompting after performing a restart.

book

Article ID: 87326

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine

Issue/Introduction

Affects Release version(s): 1.3

Error Message :
No message, however RestartPlus is not prompting after executing a restart.

When performing a restart of a z/OS job via Restart Plus, the above error may be experienced.

Investigation

1) Check whether the object HEADER.MVS.RESTART.PLUS exists both in Client 0 and in the executing Client (Client 100, for example).

2) If the objects exist, check whether they contain the solution script (it has been noticed to be absent when this does not work as expected). 

Environment

OS Version: N/A

Cause

Cause type:
Configuration
Root Cause: Potential configuration issue with the MVS Header object.

Resolution

Check the HEADER objects for whether the following is contained within and add if necessary:
 
:IF SYS_ACT_RESTART = 'Y'
: BEGINREAD "Enter parameter(s) for UC4.RestartPlus"
: READ &Suppress,"Y,N","Suppress Run Time Module Actions","N"
: READ &START,"17","Startstep",&START
: READ &ENDE,"17","Endstep",&ENDE
: READ &CC,",0000-9999","Return Code for RUN TIME MODULE",&CC
: READ &GDGOPT,"Y,N","Perform standard GDG bias processing","Y"
: READ &STPCODE,,"Step Condition Code (EX: STEPname=rc or PROCstep.STEPname=rc)",&STPCODE
: READ &AJCLC,"Y,N","Allow JCL changes (Y/N)","N"
: ENDREAD


Fix Status: No Fix

Fix Version(s):
N/A

Additional Information

Workaround :
N/A