Java JNI & APF

2024-08-30 Thread Gabor Hoffer
Hello, I have to implement a JNI function that is callable from java and at the end it calls a system service that requires APF authorization. JNI library has extattr a and p flags set and loaded properly, but testing with TESTAUTH it looks not to be APF authorized. Which is the proper way to run

Re: Inquire intrdr default job class

2015-12-08 Thread Gabor Hoffer
Klaus, I think, that's what I'm looking for.. many thanks! Gabor On Tue, Dec 8, 2015 at 8:30 AM, Klaus Stanislawiak < klaus.stanislaw...@softwareag.com> wrote: > I suggest to take a look at JES device information services (SSI function > code 83), described here: > > https://www-01.ibm.com/su

Re: Inquire intrdr default job class

2015-12-07 Thread Gabor Hoffer
7;s question). I suppose MGCR in ASM > (Is MGR now specified to support other than START or REPLY?) How do > you capture the output? > > > >On Dec 7, 2015 15:33, "Gabor Hoffer" wrote: > > > >> How can I inquire the internal reader characteristics from progra

Re: Inquire intrdr default job class

2015-12-07 Thread Gabor Hoffer
fy the > jobclass during/after submission. > > Kees. > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Gabor Hoffer > Sent: 07 December, 2015 15:33 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Inquire int

Inquire intrdr default job class

2015-12-07 Thread Gabor Hoffer
How can I inquire the internal reader characteristics from program (asm, c)? $HASP838 INTRDR $HASP838 INTRDR AUTH=(DEVICE=NO,JOB=NO,SYSTEM=NO),BATCH=YES, $HASP838 CLASS=X,HOLD=NO,HONORLIM=NO,PRTYINC=0, $HASP838 PRTYLIM=15,SYSAFF=(ANY),TRACE=NO Actually, I'm interested in default

Re: XM POST ERRET=

2014-10-17 Thread Gabor Hoffer
t; > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Gabor Hoffer > Sent: 17 October 2014 11:16 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: XM POST ERRET= > > Yes. > > MODESET MODE=SUP >

Re: XM POST ERRET=

2014-10-17 Thread Gabor Hoffer
gt; Email: rsc...@rs.com > Web: www.rocketsoftware.com > > > -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Gabor Hoffer > Sent: 17 October 2014 10:56 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: XM POS

Re: XM POST ERRET=

2014-10-17 Thread Gabor Hoffer
m: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Gabor Hoffer > Sent: 17 October 2014 09:56 > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: XM POST ERRET= > > Hello, > > I have problem with ERRET= in POST macro. > > example: > *

XM POST ERRET=

2014-10-17 Thread Gabor Hoffer
Hello, I have problem with ERRET= in POST macro. example: * TEST - post an invalid ECB LAR1,1000 invalid ECB LAR2,2000 invalid ASCB POST (R1),ASCB=(R2),ERRET=error_routine, X MF=(E,EXITPLST),LINKAGE=S

Re: Handle RACF abend in LE C

2014-05-11 Thread Gabor Hoffer
WebEx - JUN 9-13, 2014 > - Intro & Basic Admin - WebEx - DEC 8-12, 2014 > - Securing z/OS UNIX - WebEx - SEPT 30 - OCT 3, 2014 > ------- > > -Original Message- > Date:Sat, 10 May 2014 13:27:28 +0200 >

Handle RACF abend in LE C

2014-05-10 Thread Gabor Hoffer
Hello, I have a LE C program that crashes if I try to open a dataset that is not allowed to read with my user. How can I catche and ( handle in C) this type of error? 13.19.56 JOB08022 ICH408I USER(GAH2) GROUP(SYS1) NAME(GAH2 064 GAH.NOACCESS.PDS CL(DATASET ) VOL(DSK30E)

Inquire SPACE/DIR allocation attributes

2014-04-23 Thread Gabor Hoffer
Hi, How can I get allocation attribs for an existing dataset? PRI/SEC Space, space unit (CYL,TRKS,etc), DIR (in case of PDS) Where are these informations stored? Do you have any example ASM code for it? Regards, Gabor -- For IBM