I am not sure what version of IMS you are running.

But this link for IMS V11 details how to remove the DFSMRCL0 Module.  It is
not needed from IMS V9 and later versions.

http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=%2Fco
m.ibm.ims11.doc.sag%2Fsystem_admin%2Fims_uninstall_dfsmrclo.htm

After you have completely migrated to IMST Version 9 or later and there is
no possibility of running an earlier release of IMS (both IMS control and
IMS batch jobs), you can remove DFSMRCL0 from the host z/OSR system.

To remove DFSMRCL0 from the host z/OS system, perform the following steps:

    Remove the name DFSMRCL0 from the IEAVTRML CSECT of module IGC0001C in
SYS1.LPALIB. Removing this name prevents the operating system from
installing DFSMRCL0 as a Static Resource Cleanup routine at the next IPL.
    Remove module DFSMRCL0 from SYS1.LPALIB or the MLPA library where
DFSMRCL0 was bound.
    Restart with CLPA to enable these changes.

Lizette


> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of venkat kulkarni
> Sent: Saturday, January 04, 2014 9:24 AM
> To: [email protected]
> Subject: IPL Issue
> 
> Hello,
>          I applied USERMOD in my new z/OS 2.1 system and then ipled system
but
> getting below issue.
> 
> CSV003I  REQUESTED MODULE DFSMRCL0 NOT FOUND
> 
> IEA303W abend 806 REASON 0000004 during initialization under RIM IEAVNPA1
>  DFSMRCL0 Module NOT FOUND.
> 
> 
> and the usermod I applied was
> 
> //SMPPTFIN DD  DATA,DLM='%%'
> ++USERMOD(USRMOD01)  REWORK(2013035) .
> ++VER(Z038) FMID(HBB7790) .
> ++SRC(IEAVTRML)  DISTLIB(AOSC5) .
> IEAVTRML CSECT
>          DC    CL8'ERBMFRES'      RMF
>          DC    F'0'
>          DC    CL8'MVPTTRML'      TCP/IP
>          DC    F'0'
>          DC    CL8'DFSMRCL0'      IMS
>          DC    F'0'
>          DC    F'0'
>          DC    F'0'
>          DC    F'0'
>          END
> %%
> //
> 
> As this is newly build system, so it doesn't have IMS yet.
> I can follow below link to remove  DFSMRCL0  from IGC0001C  but not sure,
if its
> correct way of recovering from this issue.
> 
>
http://publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=%2Fco
m.ibm
> .ims11.doc.sag%2Fsystem_admin%2Fims_uninstall_dfsmrclo.htm
> 
> Then  I run AMASPZAP utility from the working system and pointed the
> downsystem LPALIB volume  to dump the current contents of IEAVTRML as
below
> //DMPVTRML JOB 'VENKAT',CLASS=A,MSGCLASS=A,NOTIFY=&SYSUID
> //STEP001 EXEC PGM=AMASPZAP
> //SYSLIB   DD DSN=SYS1.LPALIB,DISP=SHR,VOL=SER=ZS11T1,UNIT=3390
> //SYSPRINT DD SYSOUT=A
> //SYSIN    DD *
>  DUMP IGC0001C IEAVTRML
> /*
> 
> and output is below .
> 
> 
> **CCHHR- 1DA9000D01   RECORD LENGTH- 000E68         MEMBER NAME
> IGC0001C
>  CSECT   NAME  IEAVTRML
>  000000   C5D9C2D4   C6D9C5E2   00000000   D4E5D7E3     E3D9D4D3
> 00000000
>   C4C6E2D4   D9C3D3F0
>  000020   00000000   00000000   00000000   00000000
> AMA113I COMPLETED DUMP REQUIREMENTS
> 
> AMA100I AMASPZAP PROCESSING COMPLETED
> 
> I also tried setting up AMASPZAP utility to replace the entry containing
> DFSMRCL0 with zeros as below
> 
> 
> //DMPVTRML JOB 'VENKAT',CLASS=A,MSGCLASS=A,NOTIFY=&SYSUID
> //STEP001 EXEC PGM=AMASPZAP
> //SYSLIB   DD DSN=SYS1.LPALIB,DISP=SHR,VOL=SER=ZS11T1,UNIT=3390
> //SYSPRINT DD SYSOUT=A
> //SYSIN    DD *
>   NAME IGC0001C IEAVTRML
>   VER 0000 C5D9C2D4C6D9C5E2
>   VER 000C D4E5D7E3E3D9D4D3
>   VER 0018 C4C6E2D4D9C3D3F0
>   REP 0000 D4E5D7E3E3D9D4D3
>   REP 000C C3C1D9F2D9E2C3F0
>   REP 0018 0000000000000000
> /*
> 
> But I feel this JCL is not fully correct, as I just used sample available
in IBM manual,
> can body help me to resolve this issue.
> 
> Also not able to find reason of IEA303W abend 806 REASON 0000004 during
> initialization under RIM IEAVNPA1  ---- This module available in
SYS.NUCLEUS
> 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to