Re: Tracing RACF?

2019-09-25 Thread Mark Hiscock
Hi Sean, It's GTF all the way for RACF tracing: https://developer.ibm.com/answers/questions/364448/how-do-i-set-up-diagnostics-for-running-gtf-trace/ ftp://public.dhe.ibm.com/s390/zos/racf/pdf/r07_saftrace.pdf Kind Regards, Mark --- Mark Hi

Re: Linux address space on z/OS 2.4

2019-07-29 Thread Mark Hiscock
out previous topics if you haven't heard any before. Kind Regards, Mark --- Mark Hiscock z/OS Connect Phone: (+44)1962 818662 Email: mark.hisc...@uk.ibm.com --- From: John McKown To:

Re: unresolved externals LE program

2019-07-12 Thread Mark Hiscock
Hi Perhaps you need SCEEBND2 in the SYSLIB DD? https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.cbcux01/finauto.htm Kind Regards, Mark --- Mark Hiscock z/OS Connect Phone: (+44)1962 818662 Email: mark.hisc

Re: Out of heap space while invoking a jar java8 but works fine when invoke the jar when run in java7 using Ent Cobol 4.2

2019-06-04 Thread Mark Hiscock
's an OOM exception which actually means the MEMLIMIT of the address space is not large enough. java.lang.OutOfMemoryError: Failed to create a thread: retVal -1073741830, errno 132 (0x84), errno2 -1055784930 (0xc112001e) Kind Regards, Mark --