Re: Assembler XPLINK DLL EDCXELPG macro PPA2 geration oddity

2016-06-10 Thread Steve Austin
Thanks and yes I use CELQEPLG for 64-bit ,but my understanding is EDCXELPG is 
needed  for 31-bit.


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Philippe Leite
Sent: 10 June 2016 13:26
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Assembler XPLINK DLL EDCXELPG macro PPA2 geration oddity

You will have to use macro CELQEPLG that has the correct Member ID AL1(15).


Regards,

Philippe Leite
z/OS System Programmer
Banco Safra 

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

-- 
This e-mail message has been scanned and cleared by Google Message Security 
and the UNICOM Global security systems. This message is for the named 
person's use only. If you receive this message in error, please delete it 
and notify the sender. 

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


Re: Assembler XPLINK DLL EDCXELPG macro PPA2 geration oddity

2016-06-10 Thread Philippe Leite
You will have to use macro CELQEPLG that has the correct Member ID AL1(15).


Regards,

Philippe Leite
z/OS System Programmer
Banco Safra

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


Assembler XPLINK DLL EDCXELPG macro PPA2 geration oddity

2016-06-08 Thread Steve Austin
The EDCXEPLG generates member id of AL1(3), which is C/C++. I was expecting 
AL1(15), which is assembler. The AL(3) is hard code in the macro. Is this a 
bug, or have I missed something?

Thanks


APROGXP  EDCXPRLG EXPORT=YES
APROGXP  ALIAS C'APROGXP'
 XR3,3
 EDCXEPLG
 END


-- 
This e-mail message has been scanned and cleared by Google Message Security 
and the UNICOM Global security systems. This message is for the named 
person's use only. If you receive this message in error, please delete it 
and notify the sender. 

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