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

Reply via email to