Release: All supported releases.
When using a UCF/batch job to shut down a CV, a non-zero return code may be issued by the UCF/batch job step even though the CV has successfully shut down. Note that the UCF/batch job step requires the very thing being shut down (the CV) in order to communicate. Depending on timing, one of two things will normally happen (although the outcome may vary):
The UCF/batch front end module (i.e., the program on the EXEC PGM= card for a UCF/batch job) is something which the user can configure. This configuration includes a RETCD parameter which can be set to YES or NO. NO results in the suppression of both of these non-zero return codes. During the installation process, a default UCF/batch module called RHDCUCFB is created which defaults to RETCD=YES. To suppress these return codes, create a new version of a UCF/batch front end module and specify RETCD=NO.
Note that the UCF/batch job will still see the 1469 error-status or the D902 abend code, but the return code will be zero.