> One of our users received the following: > > CSV000I REQUESTED MODULE IEECV6CX IS USED RECURSIVELY > CSV028I ABENDA06-04 JOBNAME=MEAS STEPNAME=MEAS > IEE480I S COMMAND ABEND A06-00000004, TERMINATED > > My program does not call IEECV6CX. My guess is that it has something > to do with issuing a command. Can someone please tell me what this program is? > > I am pretty sure I don't do any recursive calls (at least not > intentionally) however I do issue commands using MGCRE from timer > exits and it is possible to be issuing different commands at the > same time. Does anyone think this could have caused this problem?
IEECV6CX is involved with the invoking of command exits. However, the IEECV6CX shipped by IBM is in SYS1.LPALIB, and has the RN (RENT) and RU (REUS) attributes. CSV000I should occur only for modules that are REUS but not RENT. It should not occur for IEECV6CX. So the possibilities are: 1. Your user somehow got a non-RENT IEECV6CX on the system, and that is what needs to be fixed. 2. Something else is screwed up, in which case a dump from SLIP SET,A=SVCD,C=A06,RE=4,ML=1,ID=DA06,END would be needed for further diagnosis. Jim Mulder z/OS Diagnosis, Design, Development, Test, etc. IBM Corp. Poughkeepsie, NY ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
