ILVER02 job fails under Ideal 15.0 when Cataloging Dataview. SYSTEM COMPLETION CODE=0C4 REASON CODE=00000004 TIME=16.08.29 SEQ=07009 CPU=0000 ASID=00AA PSW AT TIME OF ERROR 078D0000 9975B9EC ILC 4 INTC 04 ACTIVE LOAD MODULE ADDRESS=19758000 OFFSET=000039EC NAME=@ICMCDEP
Environment
z/os, CA Ideal
Cause
It will happen when missing FMID CAI4F00 at installation time.
Resolution
Both the IDEAL base FMID and the DB specific FMID must be installed for this environment - CAILF00 and CAI4F00.
You should be able to install just the missing FMID. CAI4F00 provides 7 additional load modules for IDEAL. Here's the list of module names: @IADDBQI @IADDDER @IADDDSR @IADDQRY @IADRBNP @IADSQLE @ICMDBQP
Additional Information
CICS will need to be Recycled.
Note that: CAILSAMP(I415CSD) contains the CICS SYSTEM DEFINITIONS for FMID CAI4F00
If recycling does not resolve then follow the procedure below:
Use CEMT INQ PROG(@IADDDER) and try to NEWCOPY and then Select the entry so you can see the data set name: I PROG(@IADDDER) STATUS: RESULTS - OVERTYPE TO MODIFY s Prog(@IADDDER) Leng(0000014264) Ass Pro Ena Pri Ced Resc(0000) Use(0000000000) Bel Uex Ful Qua Cic
Hit enter and then scroll forward to check the load library name: Library dsn(xxxxxxxx......CAILLOAD)
If you don't find the PROG entry then use CEMT INQ SYSTEM and check for the Program AutoInstall setting: Progautoinst( Autoactive )
The IDEAL install also provides the CSD copybook and the FMID CAI4F00 has a separate one from the base CAILF00. But you don't need to run that right now to verify the CAT DVW online if PROGAUTOINSTALL is active as recommended. You must have it active for production regions running load MODULE format for IDEAL applications.