When generating on Disaster Recovery Lpar, in this case, the STAGE EMER, (previous to PRODUCTION) should have type = * noproc *, so that the user edits and does not compile in EMER.
The below is defined in the same type, with the same processor for the 2 stages
Is there an utility that allows a replace of in the #1 Stage.
GENERATE PROCESSOR: GILED6BB: Y (Y / N)
DELETE PROCESSOR: DLODDN00: Y (Y / N)
MOVE PROCESSOR: MLODDN00: Y (Y / N)
BY
GENERATE PROCESSOR: * NOPROC *: Y (Y / N)
DELETE PROCESSOR: DLODDN00: Y (Y / N)
MOVE PROCESSOR: MLODDN00: Y (Y / N)
Or should everything be completed manually?
Release : 18.0 18.1
Component : CA Endevor Software Change Manager
Batch Admin (ENBE1000) can be executed to update the processor group.
Here is a sample of the scl -
DEFINE PROCESSOR GROUP 'PROCESS'
TO ENVIRONMENT 'XXXX'
SYSTEM 'XXXXX'
TYPE 'XXXXXXX'
STAGE NUMBER X
DESCRIPTION "PROCESSOR GROUP DESCRIPTION"
GENERATE PROCESSOR NAME IS '*NOPROC*'
ALLOW FOREGROUND EXECUTION
MOVE PROCESSOR NAME IS 'MLODDNOO'
ALLOW FOREGROUND EXECUTION
DELETE PROCESSOR NAME IS 'DLODDNOO'
ALLOW FOREGROUND EXECUTION
.