Re: Markdown Processor For z/OS

2016-04-05 Thread David Griffiths1
Hi Martin, you could just use one of the free Java implementations. Or one of the python ones might work with Jython. Cheers, Dave Griffiths IBM Operational Decision Manager z/OS Developer IBM United Kingdom Limited, Hursley Park, Winchester, SO21 2JN, UK Tel: +44 1962 816478 Mobile: 07590 19553

How to find where a module has been dynamically loaded from?

2016-04-05 Thread David Griffiths1
Hi, I've got a module which has been dynamically loaded but I'm not sure where from. I can override in the STEPLIB but because it gets loaded even when the STEPLIB entry isn't there I'd like to discover where this other copy is coming from. Our LNKLST is rather large and I'd rather not manually

Re: How to find where a module has been dynamically loaded from?

2016-04-05 Thread David Griffiths1
Hi, in a batch job. The module is loaded with an assembler LOAD macro. Cheers, Dave Griffiths From: Elardus Engelbrecht To: IBM-MAIN@LISTSERV.UA.EDU Date: 05/04/2016 14:45 Subject:Re: How to find where a module has been dynamically loaded from? Sent by:IBM Mainfram

Re: How to find where a module has been dynamically loaded from?

2016-04-05 Thread David Griffiths1
rame Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of David Griffiths1 Sent: Tuesday, April 05, 2016 9:33 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: How to find where a module has been dynamically loaded from? Hi, I've got a module which has been dynamically loaded but I'm no

Re: Markdown Processor For z/OS

2016-04-06 Thread David Griffiths1
, Dave Griffiths From: David Crayford To: IBM-MAIN@LISTSERV.UA.EDU Date: 06/04/2016 03:35 Subject:Re: Markdown Processor For z/OS Sent by:IBM Mainframe Discussion List On 5/04/2016 9:32 PM, David Griffiths1 wrote: > Hi Martin, you could just use one of the free J

Re: JVM FindClass returning Null

2016-04-06 Thread David Griffiths1
Hi Janet, is zclass a simple hello world type class that doesn't call anything else? Can you run it from the command line without JNI, e.g. "java com.mycomp.mysetset.enterprise.zclass"? Cheers, Dave Griffiths IBM Operational Decision Manager z/OS Developer IBM United Kingdom Limited, Hursley Pa

Re: IPCS Magicians (was: Smaller Private Area in DR)

2015-09-03 Thread David Griffiths1
When I first joined IBM back in 1998 I hated IPCS and its magic incantations so much that I wrote my own system dump analyzer in Java (svcdump.jar and later zebedee). That was mainly aimed at extracting Java heap dumps and stack traces but it also did native LE stack traces and there was also a

Re: IPCS Magicians (was: Smaller Private Area in DR)

2015-09-04 Thread David Griffiths1
scussion List In , on 09/03/2015 at 01:36 PM, David Griffiths1 said: >where you could >just click on an address and it would take you there. You don't need an RYO for that; IPCS has had it for lo these many years. I'd considser IPCS macros a better use of my time than

Re: IPCS Magicians (was: Smaller Private Area in DR)

2015-09-04 Thread David Griffiths1
IBM Mainframe Discussion List wrote on 04/09/2015 15:50:48: > From: John McKown > To: IBM-MAIN@LISTSERV.UA.EDU > Date: 04/09/2015 15:50 > Subject: Re: IPCS Magicians (was: Smaller Private Area in DR) > Sent by: IBM Mainframe Discussion List > > On Fri, Sep 4, 2

Re: IPCS Magicians (was: Smaller Private Area in DR)

2015-09-07 Thread David Griffiths1
IBM Mainframe Discussion List wrote on 06/09/2015 07:26:21: > From: "nitz-...@gmx.net" > > Plus when you're displaying register contents or stack traces, the > > addresses are displayed as links. > IPCS has been doing that since I started working with it. Use %, ? > and (forgot the 64bit-addr

Re: A design question

2017-02-14 Thread David Griffiths1
Hi Scott, I assume you're just trying to avoid copying a large amount of data into your Cobol program? Depending on what exactly your assembler does, maybe you could split the assembler routine into 3: one routine to open and extract the RACF data, one routine called multiple times per userid t

Re: Unterse for 64 bit LINUX?

2017-03-06 Thread David Griffiths1
Hi, a colleague ported the C version of terse to Java a few years ago and I still use it all the time for untersing files on my laptop. It was bundled in my old svcdump.jar dump analyzer but not sure if that's still available. This is how I use it: java -cp ~/bin/svcdump.jar com.ibm.jvm.terse.T

Re: Which C library functions imply dub?

2017-03-08 Thread David Griffiths1
Hi, not sure of the definitive answer but you can probably take a guess by comparing with the Metal C library. By definition Metal C calls don't require access to the unix kernel. In fact if you don't want to connect to OMVS why not use Metal C anyway? Cheers, Dave Griffiths z/OS Developer IBM

Re: Which C library functions imply dub?

2017-03-08 Thread David Griffiths1
, UK From: David Crayford To: IBM-MAIN@LISTSERV.UA.EDU Date: 08/03/2017 13:52 Subject:Re: Which C library functions imply dub? Sent by:IBM Mainframe Discussion List On 8/03/2017 9:15 PM, David Griffiths1 wrote: > Hi, not sure of the definitive answer but you

Re: Which C library functions imply dub?

2017-03-08 Thread David Griffiths1
@LISTSERV.UA.EDU Date: 08/03/2017 14:56 Subject:Re: Which C library functions imply dub? Sent by:IBM Mainframe Discussion List On Wed, Mar 8, 2017 at 8:28 AM, David Griffiths1 < david_griffit...@uk.ibm.com> wrote: > I understood the original question to be how to avoid OMVS and yo

Re: FTP Client for Mac OS

2017-03-10 Thread David Griffiths1
I'm on Mac and just use command line ftp. Also have a python script using ftplib for scripting. Works fine with PDS both ascii and ebcdic. Cheers, Dave Griffiths IBM Operational Decision Manager z/OS Developer IBM United Kingdom Limited, Hursley Park, Winchester, SO21 2JN, UK Tel: +44 1962 81647