Re: Strange 047 abend

2015-07-27 Thread Walt Farrell
On Mon, 27 Jul 2015 00:13:03 -0500, Andy Wood woo...@ozemail.com.au wrote: On Wed, 22 Jul 2015 22:39:58 -0400, michelbutz michealb...@comcast.net wrote: I am getting a 047 abend running a program That runs in production The 047 abend under both TSO TEST and debug tool happens with a STC

Re: Strange 047 abend

2015-07-27 Thread Duffy Nightingale, SS
It's not really all that strange for a debugger to abend on a program that runs ok w/o the debugger. I would try using the EX inst instead of the program modifying itself as prior poster is hinting. Duffy Nightingale Sound Software Printing, Inc. du...@soundsoftware.us www.soundsoftware.us

Re: Strange 047 abend

2015-07-27 Thread Elardus Engelbrecht
michelbutz wrote: I am getting a 047 abend running a program That runs in production The 047 abend under both TSO TEST and debug tool happens with a STC instruction which tries to Modify the 2 lengths of a AP instruction The program is NOT re-entrant After reading all those replies, I'm

Re: Strange 047 abend

2015-07-26 Thread Andy Wood
On Thu, 23 Jul 2015 02:16:59 -0400, Jim Mulder d10j...@us.ibm.com wrote: ... A 047 abend occurs when a MODESET SVC (x'6B') is issued while you are not (APF Authorized or Supervisor State or Key 0). And that is the expected state of affairs if you are running under TSO TEST. While MODESET

Re: Strange 047 abend

2015-07-26 Thread Andy Wood
On Wed, 22 Jul 2015 22:39:58 -0400, michelbutz michealb...@comcast.net wrote: I am getting a 047 abend running a program That runs in production The 047 abend under both TSO TEST and debug tool happens with a STC instruction which tries to Modify the 2 lengths of a AP instruction

Re: Strange 047 abend

2015-07-26 Thread Rupert Reynolds
version of the normal environment? On 26 Jul 2015 23:09, Andy Wood woo...@ozemail.com.au wrote: On Thu, 23 Jul 2015 02:16:59 -0400, Jim Mulder d10j...@us.ibm.com wrote: ... A 047 abend occurs when a MODESET SVC (x'6B') is issued while you are not (APF Authorized or Supervisor State or Key 0

Re: Strange 047 abend

2015-07-26 Thread glen herrmannsfeldt
Is the EXECUTE instruction broken on your machine? With what you are doing, you could possibly cause ABEND047 (or all sorts of other abends) not on the STC instruction, but on the AP instruction, if you had set a breakpoint on the AP under TSO TEST. That could happen because you would

Re: Strange 047 abend

2015-07-23 Thread Jim Mulder
From: michelbutz michealb...@comcast.net To: IBM-MAIN@LISTSERV.UA.EDU Date: 07/23/2015 02:13 AM Subject: Re: Strange 047 abend Sent by: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU There wasn't a dump just got a message from TEST system abend 047 I'll allocate sysudump To my

Strange 047 abend

2015-07-22 Thread michelbutz
I am getting a 047 abend running a program That runs in production The 047 abend under both TSO TEST and debug tool happens with a STC instruction which tries to Modify the 2 lengths of a AP instruction The program is NOT re-entrant Thanks Sent from my iPhone

Re: Strange 047 abend

2015-07-22 Thread Binyamin Dissen
On Wed, 22 Jul 2015 22:39:58 -0400 michelbutz michealb...@comcast.net wrote: :I am getting a 047 abend running a program :That runs in production :The 047 abend under both TSO TEST and debug tool happens with a STC instruction which tries to :Modify the 2 lengths of a AP instruction

Re: Strange 047 abend

2015-07-22 Thread michelbutz
wrote: :I am getting a 047 abend running a program :That runs in production :The 047 abend under both TSO TEST and debug tool happens with a STC instruction which tries to :Modify the 2 lengths of a AP instruction : :The program is NOT re-entrant Ain't gonna happen. Show the mini

Re: Strange 047 abend

2015-07-22 Thread michelbutz
Date: 07/22/2015 11:06 PM Subject: Strange 047 abend Sent by: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU I am getting a 047 abend running a program That runs in production The 047 abend under both TSO TEST and debug tool happens with a STC instruction which tries to Modify

Re: Strange 047 abend

2015-07-22 Thread Jim Mulder
From: michelbutz michealb...@comcast.net To: IBM-MAIN@LISTSERV.UA.EDU Date: 07/22/2015 11:06 PM Subject: Strange 047 abend Sent by: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU I am getting a 047 abend running a program That runs in production The 047 abend under both TSO

Re: 047 Abend

2013-11-25 Thread Shmuel Metz (Seymour J.)
In !!AAAYAJXIDufoOyhGhgKtFLrs5tbCgAAAEMFONwK7q6lCsl84+22qZNsBAA==@optonline.net, on 11/24/2013 at 02:12 PM, MichealButz michealb...@optonline.net said: I added the program to both IKJTSO00 AUTHPGM Wrong list, unless you do TSO CALL *(foo) -- Shmuel (Seymour J.)

Re: 047 Abend

2013-11-24 Thread Micheal Butz
TESTAUTH I get a 047 abend ? -- Binyamin Dissen bdis...@dissensoftware.com http://www.dissensoftware.com Director, Dissen Software, Bar Grill - Israel Should you use the mailblocks package and expect a response from me, you should preauthorize the dissensoftware.com domain. I

Re: 047 Abend

2013-11-24 Thread Walt Farrell
Authorized So when I do the following @ the READY prompt TESTAUTH 'ISP.SISPLPA(ISPF)' CP + ENTER + RUN I then execute the program from the ISPF Main Menu it runs ok Without TESTAUTH I get a 047 abend ? You haven't told us everything. For example, how, precisely, are you invoking it from

Re: 047 Abend

2013-11-24 Thread Scott Ford
Authorized So when I do the following @ the READY prompt TESTAUTH 'ISP.SISPLPA(ISPF)' CP + ENTER + RUN I then execute the program from the ISPF Main Menu it runs ok Without TESTAUTH I get a 047 abend ? You haven't told us everything. For example, how, precisely, are you

Re: 047 Abend

2013-11-24 Thread Micheal Butz
Menu it runs ok Without TESTAUTH I get a 047 abend ? You haven't told us everything. For example, how, precisely, are you invoking it from the ISPF main menu? -- Walt -- For IBM-MAIN subscribe / signoff

Re: 047 Abend

2013-11-24 Thread MichealButz
Subject: Re: 047 Abend Yep I agree with Walt..also what does the actual program( code ) look like so we can see it was it Linked or binded correctly ? Scott ford www.identityforge.com from my IPAD 'Infinite wisdom through infinite means' On Nov 24, 2013, at 11:38 AM, Walt Farrell walt.farr

Re: 047 Abend

2013-11-24 Thread Lizette Koehler
-Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of MichealButz Sent: Sunday, November 24, 2013 12:13 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: 047 Abend I added the program to both IKJTSO00 AUTHPGM and ISPTCM setting flags X'2B' And I

Re: 047 Abend

2013-11-24 Thread Azim Syed
@LISTSERV.UA.EDU Subject: Re: 047 Abend Yep I agree with Walt..also what does the actual program( code ) look like so we can see it was it Linked or binded correctly ? Scott ford www.identityforge.com from my IPAD 'Infinite wisdom through infinite means' On Nov 24, 2013, at 11:38 AM, Walt Farrell

Re: 047 Abend

2013-11-23 Thread Binyamin Dissen
+ ENTER + RUN : : : :I then execute the program from the ISPF Main Menu it runs ok : : : :Without TESTAUTH I get a 047 abend ? -- Binyamin Dissen bdis...@dissensoftware.com http://www.dissensoftware.com Director, Dissen Software, Bar Grill - Israel Should you use the mailblocks package