Re: interfacing between PL/I and C

2017-02-22 Thread Ze'ev Atlas
Thank you all Sent from Yahoo Mail on Android On Tue, Feb 21, 2017 at 9:51 PM, Ze'ev Atlas wrote: Do i need the pragma in the C program if iuse the enterprize PLI.  If this is not needed anymore then I am good.  The types are non-issue, only the linkageThank youZA Sent from Yahoo Mail o

Re: interfacing between PL/I and C

2017-02-22 Thread David W Noon
On Wed, 22 Feb 2017 02:51:44 +, Ze'ev Atlas (004b34e7c98a-dmarc-requ...@listserv.ua.edu) wrote about "Re: interfacing between PL/I and C" (in <820814017.2236904.1487731904...@mail.yahoo.com>): > Do i need the pragma in the C program if iuse the enterprize PLI.

Re: interfacing between PL/I and C

2017-02-21 Thread Ze'ev Atlas
Do i need the pragma in the C program if iuse the enterprize PLI.  If this is not needed anymore then I am good.  The types are non-issue, only the linkageThank youZA Sent from Yahoo Mail on Android On Tue, Feb 21, 2017 at 1:15 PM, Ze'ev Atlas wrote: Hi all,I hope someone can guide me.  

Re: interfacing between PL/I and C

2017-02-21 Thread John McKown
On Tue, Feb 21, 2017 at 12:15 PM, Ze'ev Atlas < 004b34e7c98a-dmarc-requ...@listserv.ua.edu> wrote: > Hi all,I hope someone can guide me. I have a C library that I want to > call from PL/I. I actually have to create an intrface module for some > reasons. If I code it in C using #pragma linka

Re: interfacing between PL/I and C

2017-02-21 Thread David W Noon
On Tue, 21 Feb 2017 18:15:30 +, Ze'ev Atlas (004b34e7c98a-dmarc-requ...@listserv.ua.edu) wrote about "interfacing between PL/I and C" (in <2145241966.1868601.1487700930...@mail.yahoo.com>): > Hi all,I hope someone can guide me. I have a C library that I want

interfacing between PL/I and C

2017-02-21 Thread Ze'ev Atlas
Hi all,I hope someone can guide me.  I have a C library that I want to call from PL/I.  I actually have to create an intrface module for some reasons.  If I code it in C using #pragma linkage (..., PLI) I have no prlblem communicating between the C and the PL/I, but then the C cannot communicate