AW: SMF-API

2017-01-18 Thread Peter Hunkeler
> I perfer the dynamic way. LOAD EP=IFAMQRY then CALL (R15). I understand. I was just curious why CALLing failed. -- Peter Hunkeler -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

AW: SMF-API

2017-01-18 Thread Roland Schiradin
I perfer the dynamic way. LOAD EP=IFAMQRY then CALL (R15). -Ursprüngliche Nachricht- Von: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] Im Auftrag von Peter Hunkeler Gesendet: Mittwoch, 18. Januar 2017 20:00 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: AW: SMF-API > Bu

AW: SMF-API

2017-01-18 Thread Peter Hunkeler
> But I was unable to use HLASM Call macro with LINKINST=BALR or BASSM. > Received a lot of > S0C4 or S0C6. > I use now HLASM LINKX and it works pretty well. Did you clear the high half of R15 before the CALL? The CALL macro generates a V-con, not a VD-con, and loads it into R15 with L, not

AW: SMF-API

2017-01-18 Thread Peter Hunkeler
> But I was unable to use HLASM Call macro with LINKINST=BALR or BASSM. > Received a lot of > S0C4 or S0C6. > I use now HLASM LINKX and it works pretty well. Sounds like wild branches. I think its strange that it works with LINKX but not with CALL. l trust you have verified the binder could

AW: SMF-API

2017-01-18 Thread Roland Schiradin
Yes I was and been in 64bit mode. I'm still in 64bit mode but now using LINKX and also invoke SYSSTATE PUSH SYSSTATE ASCENV=P,AMODE64=YES before the CALL or LINKX ---Ursprüngliche Nachricht- Von: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] Im Auftrag

AW: AW: SMF-API

2017-01-18 Thread Roland Schiradin
It's also available on z/OS 2.1. yvw -Ursprüngliche Nachricht- Von: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] Im Auftrag von Elardus Engelbrecht Gesendet: Mittwoch, 18. Januar 2017 11:36 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: Re: AW: SMF-API Roland Schiradin wrote

AW: SMF-API

2017-01-18 Thread Roland Schiradin
No authorization needed. SMF-API will do RACF checks -Ursprüngliche Nachricht- Von: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] Im Auftrag von Itschak Mugzach Gesendet: Mittwoch, 18. Januar 2017 10:52 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: Re: SMF-API I meant mode...

Re: AW: SMF-API

2017-01-18 Thread Elardus Engelbrecht
Roland Schiradin wrote: >the doc talks a lot about call. >http://publibz.boulder.ibm.com/zoslib/pdf/OA49263.pdf Thanks for posting the URL for that PDF I missed originally. I am now reading that interesting doc... ;-) I also see on KC the z/OS v2.2 SMF books were updated again in December

AW: SMF-API

2017-01-18 Thread Roland Schiradin
Hi Itschak, SVC? Wasn't aware of SVC. I follow the doc: http://publibz.boulder.ibm.com/zoslib/pdf/OA49263.pdf Roland -Ursprüngliche Nachricht- Von: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] Im Auftrag von Itschak Mugzach Gesendet: Mittwoch, 18. Januar 2017 09:38

AW: SMF-API

2017-01-18 Thread Roland Schiradin
Hi Elardus, the doc talks a lot about call. http://publibz.boulder.ibm.com/zoslib/pdf/OA49263.pdf But I was unable to use HLASM Call macro with LINKINST=BALR or BASSM. Received a lot of S0C4 or S0C6. I use now HLASM LINKX and it works pretty well. Now I need to setup SMF Roland