What is the DSN containing DFSMRCL0? We don't have IMS, so I don't know. But
you basically do:
RALTER PROGRAM * ADDMEM('ims-loadlib'//NOPADCHK)
Pretty much any time you see that message, find the load library containing the
module (usually on the LNKLST), and do the above. Or simply do the above on
every DSN in the LNKLST.
I usually use ** instead of *, but six-of-one on that, IMO.
If you want to be really strict, then do:
RALTER PROGRAM DFSMRCL0 ADDMEM('ims-loadlib'//NOPADCHK)
to only program control DFSMRCL0 and nothing else in "ims-loadlib". Personally,
I rarely bother since all these libraries are under RACF control so only
sysprogs can update them.
--
John McKown
Systems Engineer IV
IT
Administrative Services Group
HealthMarkets(r)
9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone *
[email protected] * www.HealthMarkets.com
Confidentiality Notice: This e-mail message may contain confidential or
proprietary information. If you are not the intended recipient, please contact
the sender by reply e-mail and destroy all copies of the original message.
HealthMarkets(r) is the brand name for products underwritten and issued by the
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The
MEGA Life and Health Insurance Company.SM
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]]
> On Behalf Of ibmmain
> Sent: Wednesday, December 12, 2012 5:01 AM
> To: [email protected]
> Subject: I broke it - programcontrolled programs
>
> I managed to break it. :-(
>
> Whenever someone tries to ftp into our 1.13 adcd system, we get (after
> typing in the password):
>
> ICH422I THE ENVIRONMENT CANNOT BECOME UNCONTROLLED.
> BPXP014I ENVIRONMENT MUST REMAIN CONTROLLED FOR DAEMON (BPX.DAEMON)
> PROCESSING.
> CSV042I REQUESTED MODULE DFSMRCL0 NOT ACCESSED. THE MODULE IS NOT
> PROGRAM CONTROLLED
> CSV028I ABEND306-42 JOBNAME=FTPD2 STEPNAME=*OMVSEX
>
> I took a dump, and yes, there is an entry for DFSMRCL0 (IMS task/asid
> termination resource manager?, installed via usermod into ieavtrml) in
> the JPA. Never mind that IMS is NOT running. Apparently this module
> resides in IM1110.sdreslib, which is neither in LPA nor in linklist, so
> I don't see that the system can even access it. No, it isn't program
> controled.
>
> FTPD*.* should be assigned userid omvsus2 via class started, but I
> don't see any IRR812 message telling me so, so I guess that profile
> isn't even used.
> OMVSUS2 has alter to BPX.DAEMON in class FACILITY (as does my own
> userid that I use for ftp).
> These libraries are covered under the * profile in class PROGRAM:
> PROGRAM CEE.SCEERUN2
> PROGRAM TCPIP.SEZALOAD
> PROGRAM SYS1.SIEALNKE
> PROGRAM SYS1.CSSLIB
> PROGRAM TCPIP.SEZALPA
> PROGRAM TCPIP.SEZALINK
> PROGRAM SYS1.LINKLIB
> PROGRAM CBC.SCLBDLL
> PROGRAM CEE.SCEERUN
> PROGRAM SYS1.SCEERUN
>
> I tested changing the bpx.daemon profile (facility) to warning, same
> result.
>
> What do I need to define to allow ftp login? Or to turn off program
> control, if that is even possible, so I can migrate to 1.13 as
> scheduled? At his point, I am afraid to IPL the system, for fear of not
> coming back up.
>
> Help!!!!
>
> Barbara
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send
> email to [email protected] with the message: INFO IBM-MAIN
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN