It's a "problem" that really has no answer. Suppose a program attempts to load a user exit module, and finding none, considers this a normal condition and proceeds normally. Is that a "missing program" condition? If not, how would an "analysis" logically distinguish it from a missing module that was a problem?
I think I might be inclined to approach this from the other direction by waiting for S806 (is that right?) ABENDs to occur and then investigating them. Charles -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Ed Gould Sent: Monday, June 12, 2006 9:58 AM To: [email protected] Subject: Re: Decide whether programs invoked by a JCL exist Johnny, There are products out there that will probably do this for you. If you want to write some sas code you can probably do this as well. The 'hidden" issue is that when a PGM=ABC dynamically calls program XYZ there is no JCL for XYZ. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

