Not a problem or a complaint; just an observation.

I have the following input to the C prelinker:

//ASSEMOBJ DD  DSN=DATASET.NAME(CZAARCH),DISP=SHR  
//         DD  DSN=DATASET.NAME(CZACESRV),DISP=SHR 
//         DD  DSN=DATASET.NAME(CZ4CSA),DISP=SHR   
//         DD  DSN=DATASET.NAME(CZ4DIREC),DISP=SHR 
//         DD  DSN=DATASET.NAME(CZADYLPA),DISP=SHR 
//         DD  DSN=DATASET.NAME(CZADYNEX),DISP=SHR 
//         DD  DSN=DATASET.NAME(CZAESTAE),DISP=SHR 
//         DD  DSN=DATASET.NAME(CZAES2LE),DISP=SHR 
//         DD  DSN=DATASET.NAME(CZAISAUT),DISP=SHR <=====
//         DD  DSN=DATASET.NAME(CZAMIA$L),DISP=SHR 
//         DD  DSN=DATASET.NAME(CZAMIM$Z),DISP=SHR 
//         DD  DSN=DATASET.NAME(CZAWTOML),DISP=SHR 
...
   INCLUDE ASSEMOBJ                                            

As luck would have it, CZAISAUT was missing. However, the diagnostic from
the prelinker was

SEVERE ERROR EDC4001: Unable to read DD:ASSEMOBJ(CZAARCH).

Took me a little while to figure out.

(The job works correctly when the object module is present.)

Charles 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to