Question & Answer
Question
How do you set SYS1.CSSLIB to be program controlled for IBM Rational Developer for System z (RDz) and IBM Rational Developer for System z Enterprise (RDz Enterprise) on z/OS?
Cause
If you see the following RACF message then SYS1.CSSLIB may not be program controlled:
ICH420I PROGRAM CSRSI FROM LIBRARY SYS1.CSSLIB CAUSED THE ENVIRONMENT TO BECOME UNCONTROLLED
Answer
Issue the following RACF command to make the SYS1.CSSLIB program controlled:
RALTER PROGRAM ** UACC(READ) ADDMEM('SYS1.CSSLIB'//NOPADCHK)
The Rational Developer for zEnterprise as well as Rational Developer for System z installed on z/OS requires the library SYS1.CSSLIB to be program controlled. This information is documented in Rational Developer for System z version 9.1 Host Configuration Guide.
Was this topic helpful?
Document Information
Modified date:
18 March 2021
UID
swg21689831