Re: Interesting C library file open mis-diagnosis

2016-08-10 Thread Paul Gilmartin
On Wed, 10 Aug 2016 09:30:14 -0400, Steve Smith wrote: >e.g.: >ld -V -brent -o "//'USER.TEST.LOAD(TEST1)'" ... > Thanks. Will c99 or xlc or whatever pseudonym cc is hiding under nowadays pass this on to ld? >> But does anyone know how to cause "make" to direct its program object output >> to a

Re: Interesting C library file open mis-diagnosis

2016-08-10 Thread Steve Smith
e.g.: ld -V -brent -o "//'USER.TEST.LOAD(TEST1)'" ... sas On Mon, Aug 8, 2016 at 9:47 PM, Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Mon, 8 Aug 2016 14:01:33 -0700, Charles Mills wrote: > > >> Was there a job log message, S213-rc identifying the catenand? > > >

Re: Interesting C library file open mis-diagnosis

2016-08-08 Thread Paul Gilmartin
On Mon, 8 Aug 2016 14:01:33 -0700, Charles Mills wrote: >> Was there a job log message, S213-rc identifying the catenand? > >15.52.57 JOB01527 IEC141I >013-18,IGG0191B,xxPL,PLKED,ASSEMOBJ-0009,1D41,LS050A, 325 > 325 DATASET.NAME(CZAISAUT) > >When I spotted that I figured out

Re: Interesting C library file open mis-diagnosis

2016-08-08 Thread Charles Mills
ssion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of John McKown Sent: Monday, August 08, 2016 6:08 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Interesting C library file open mis-diagnosis On Mon, Aug 8, 2016 at 4:01 PM, Charles Mills <charl...@mcn.org> wrote: > > Was there a jo

Re: Interesting C library file open mis-diagnosis

2016-08-08 Thread John McKown
On Mon, Aug 8, 2016 at 4:01 PM, Charles Mills wrote: > > Was there a job log message, S213-rc identifying the catenand? > > Yes, > > 15.52.57 JOB01527 IEC141I 013-18,IGG0191B,xxPL, > PLKED,ASSEMOBJ-0009,1D41,LS050A, 325 >325 DATASET.NAME(CZAISAUT) > > When

Re: Interesting C library file open mis-diagnosis

2016-08-08 Thread Charles Mills
To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Interesting C library file open mis-diagnosis On Mon, 8 Aug 2016 13:16:21 -0700, Charles Mills wrote: >Not a problem or a complaint; just an observation. > >//ASSEMOBJ DD DSN=DATASET.NAME(CZAARCH),DISP=SHR > >As luck would have it, C

Re: Interesting C library file open mis-diagnosis

2016-08-08 Thread Paul Gilmartin
On Mon, 8 Aug 2016 13:16:21 -0700, Charles Mills wrote: >Not a problem or a complaint; just an observation. > >//ASSEMOBJ DD DSN=DATASET.NAME(CZAARCH),DISP=SHR > >As luck would have it, CZAISAUT was missing. However, the diagnostic from >the prelinker was > >SEVERE ERROR EDC4001: Unable to read

Interesting C library file open mis-diagnosis

2016-08-08 Thread Charles Mills
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