Re: S0C4 in CEE3DMP

2012-02-01 Thread Staller, Allan
In that case , AMBLIST or browse the load modules. snip I don't have PDS unfortunately. /snip -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: INFO

Re: S0C4 in CEE3DMP

2012-02-01 Thread Hal Merritt
in the map. HTH and good luck -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Charles Mills Sent: Tuesday, January 31, 2012 4:17 PM To: IBM-MAIN@bama.ua.edu Subject: Re: S0C4 in CEE3DMP Thanks. No change. //STEPLIB DD DSN

Re: S0C4 in CEE3DMP

2012-02-01 Thread Charles Mills
To: IBM-MAIN@bama.ua.edu Subject: Re: S0C4 in CEE3DMP Tea leaves are good for making tea. :) I would compile SignalHandler.C with the LIST option to see the psuedo assembly output and see from the dump where the abend occured and try to figure out what went wrong. The message you've given wouldn't

Re: S0C4 in CEE3DMP

2012-02-01 Thread Charles Mills
Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Hal Merritt Sent: Wednesday, February 01, 2012 6:44 AM To: IBM-MAIN@bama.ua.edu Subject: Re: S0C4 in CEE3DMP Ok - we are assuming that this is an LE problem. Let's not do that. If we assume we are looking

Re: S0C4 in CEE3DMP

2012-02-01 Thread Don Poitras
and no I'm all done message. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Don Poitras Sent: Tuesday, January 31, 2012 8:18 PM To: IBM-MAIN@bama.ua.edu Subject: Re: S0C4 in CEE3DMP Tea leaves are good for making tea. :) I

Re: S0C4 in CEE3DMP

2012-02-01 Thread Charles Mills
Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Sam Siegel Sent: Tuesday, January 31, 2012 8:34 PM To: IBM-MAIN@bama.ua.edu Subject: Re: S0C4 in CEE3DMP On Tue, Jan 31, 2012 at 8:17 PM, Don Poitras poit...@pobox.com wrote: Tea leaves are good for making tea. :) I would compile

Re: S0C4 in CEE3DMP

2012-02-01 Thread Sam Siegel
this and hoping that this will get you past it. Sam Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of Sam Siegel Sent: Tuesday, January 31, 2012 8:34 PM To: IBM-MAIN@bama.ua.edu Subject: Re: S0C4 in CEE3DMP On Tue, Jan 31

Re: S0C4 in CEE3DMP

2012-02-01 Thread Charles Mills
Subject: Re: S0C4 in CEE3DMP On Wed, Feb 1, 2012 at 11:30 AM, Charles Mills charl...@mcn.org wrote: the dump title and dump options must respectively be 80 and 255 byte fixed length character strings That's why I am using the IBM leawi.h macros to define them.  _CHAR80, for example

S0C4 in CEE3DMP

2012-01-31 Thread Charles Mills
I am getting a S0C4 (apparently - assuming I am reading the tea leaves correctly) calling CEE3DMP from a C linkage signal handler routine in a C++ program under v1.13. I believe the code used to work under V1.10 but I am not absolutely certain that nothing has been changed. I am using leawi.h for

Re: S0C4 in CEE3DMP

2012-01-31 Thread Staller, Allan
Are CEE.SCEERUN/CEE.SCEERUN2 available via steplib or LNKLSTxx? Mixed versions of the above? snip I am getting a S0C4 (apparently - assuming I am reading the tea leaves correctly) calling CEE3DMP from a C linkage signal handler routine in a C++ program under v1.13. I believe the code used to

Re: S0C4 in CEE3DMP

2012-01-31 Thread Hal Merritt
: Tuesday, January 31, 2012 3:05 PM To: IBM-MAIN@bama.ua.edu Subject: Re: S0C4 in CEE3DMP Are CEE.SCEERUN/CEE.SCEERUN2 available via steplib or LNKLSTxx? Mixed versions of the above? snip I am getting a S0C4 (apparently - assuming I am reading the tea leaves correctly) calling CEE3DMP from a C linkage

Re: S0C4 in CEE3DMP

2012-01-31 Thread Charles Mills
@bama.ua.edu] On Behalf Of Hal Merritt Sent: Tuesday, January 31, 2012 1:31 PM To: IBM-MAIN@bama.ua.edu Subject: Re: S0C4 in CEE3DMP Good call! Mixed versions of COBOL and LE runtimes are good places to start. Eliminating them isn't as easy as you might think if the environment is 'dirty

Re: S0C4 in CEE3DMP

2012-01-31 Thread Staller, Allan
I would add the datasets CEE.SCEERUN and CEE.SCEERUN2 via steplib and see if your S0C4 goes away snip I am not using a STEPLIB or JOBLIB. How would I tell if I had mixed versions? Charles Sent: Tuesday, January 31, 2012 1:05 PM To: IBM-MAIN@bama.ua.edu Subject: Re: S0C4 in CEE3DMP

Re: S0C4 in CEE3DMP

2012-01-31 Thread Charles Mills
, January 31, 2012 1:54 PM To: IBM-MAIN@bama.ua.edu Subject: Re: S0C4 in CEE3DMP I would add the datasets CEE.SCEERUN and CEE.SCEERUN2 via steplib and see if your S0C4 goes away -- For IBM-MAIN subscribe / signoff / archive access

Re: S0C4 in CEE3DMP

2012-01-31 Thread Ed Finnell
PDS has a nice HIST command. If you can get to the Trace table see which modules it percolated thru. In a message dated 1/31/2012 4:20:45 P.M. Central Standard Time, charl...@mcn.org writes: version of CEE.SCEERUN RUN2?

Re: S0C4 in CEE3DMP

2012-01-31 Thread Charles Mills
are char *oops = NULL; *oops = 0; // should S0c4 Quite intentional. CEE3DMP has no trouble with oops. %BLOCK39:oops unsigned char * 0x0 Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf

Re: S0C4 in CEE3DMP

2012-01-31 Thread Ed Finnell
Usually FMID and RMID, but if they're mixed it doesn't mean much. In a message dated 1/31/2012 5:43:11 P.M. Central Standard Time, charl...@mcn.org writes: but IBM doesn't put any kind of version tag in the libraries? Sheesh! Isn't there another way?

Re: S0C4 in CEE3DMP

2012-01-31 Thread Sam Siegel
On Tue, Jan 31, 2012 at 8:17 PM, Don Poitras poit...@pobox.com wrote: Tea leaves are good for making tea. :) I would compile SignalHandler.C with the LIST option to see the psuedo assembly output and see from the dump where the abend occured and try to figure out what went wrong. The message

Re: S0C4 in CEE3DMP

2012-01-31 Thread Don Poitras
Tea leaves are good for making tea. :) I would compile SignalHandler.C with the LIST option to see the psuedo assembly output and see from the dump where the abend occured and try to figure out what went wrong. The message you've given wouldn't lead me to think there was a problem in CEEDMP, but