I am not looking for a workaround, we already have one.
I am looking for the mysterious algorithm that decided to produce or not 
produce IGD101I. This is what makes Control-M trigger a job.

Kees.

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Elardus Engelbrecht
Sent: 19 October, 2016 12:44
To: [email protected]
Subject: Re: Randomly disappearing IGD101I messages.

Vernooij, Kees (ITOPT1) - KLM wrote:

>Well, the situation is becoming more and more curious: 
- I checked 400 runs of the job in the last year and IGD101I appears in 2/3 of 
the jobs and does not appear in 1/3 of the jobs, without an indication of why

Ok, try this temporary workaround:

In Control-M, insert JOBEND for the job which creates that dataset.
Now trigger a job which checks whether the dataset is in fact there (allocated 
/ SMS / etc. ) [1]
If true, trigger then your second job.

Groete / Greetings
Elardus Engelbrecht 

[1] - Something like this little Clist:

  IF &SYSDSN('<datasetname passed as argument>') = OK THEN   + 
   DO                                     
    WRITE DATASET FOUND                   
    SET &RC = 0                           
   END                                    
  ELSE  +                                 
   DO                                     
    WRITE DATA SET NOT FOUND              
    SET &RC = 4                           
   END                                    

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
********************************************************
For information, services and offers, please visit our web site: 
http://www.klm.com. This e-mail and any attachment may contain confidential and 
privileged material intended for the addressee only. If you are not the 
addressee, you are notified that no part of the e-mail or any attachment may be 
disclosed, copied or distributed, and that any other action related to this 
e-mail or attachment is strictly prohibited, and may be unlawful. If you have 
received this e-mail by error, please notify the sender immediately by return 
e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its 
employees shall not be liable for the incorrect or incomplete transmission of 
this e-mail or any attachments, nor responsible for any delay in receipt. 
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch 
Airlines) is registered in Amstelveen, The Netherlands, with registered number 
33014286
********************************************************
                        


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

Reply via email to