Our customer is asking us to remove a processor from Endevor. The processor is used and needs to be removed as the Generate processor for multiple types. A change needs to be done to change the generate processor from the current generate processor to *NOPROC*, Is there a way that that can be done in 1 single batch job?
Release : All Supported Releases
Component : Endevor
This can be done by running batch admin (ENBP1000) and use the EXAMPLE OF SCL below:
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 '*NOPROC*'
ALLOW FOREGROUND EXECUTION
DELETE PROCESSOR NAME IS '*NOPROC*'
ALLOW FOREGROUND EXECUTION.