Re: VSAM CLOSE failure problem

2006-10-04 Thread Mark
Mark wrote: Everyone, I thought a quick status update might help the curious. IBM has a slip trap dump of the region after the bad close call is made. They have been looking at it for almost a week now. It currently still baffles them. I'm hoping they make progress this week. Mark Every

Re: VSAM CLOSE failure problem

2006-09-12 Thread Mark
Everyone, I thought a quick status update might help the curious. IBM has a slip trap dump of the region after the bad close call is made. They have been looking at it for almost a week now. It currently still baffles them. I'm hoping they make progress this week. Mark ---

Re: VSAM CLOSE failure problem

2006-09-02 Thread Binyamin Dissen
On Fri, 1 Sep 2006 17:13:21 -0500 Mark <[EMAIL PROTECTED]> wrote: :>Binyamin Dissen wrote: :>> On Thu, 31 Aug 2006 09:15:53 -0500 Mark <[EMAIL PROTECTED]> wrote: :>> :>Charles Mills wrote: :>> :>> I had two thoughts in the middle of the night last night - forgive me if :>> :>> these have been cov

Re: VSAM CLOSE failure problem

2006-09-01 Thread Mark
Binyamin Dissen wrote: On Thu, 31 Aug 2006 09:15:53 -0500 Mark <[EMAIL PROTECTED]> wrote: :>Charles Mills wrote: :>> I had two thoughts in the middle of the night last night - forgive me if :>> these have been covered - I haven't read every reply you've gotten (I've :>> read most). :>> 1. Does

Re: VSAM CLOSE failure problem

2006-08-31 Thread Binyamin Dissen
On Thu, 31 Aug 2006 09:15:53 -0500 Mark <[EMAIL PROTECTED]> wrote: :>Charles Mills wrote: :>> I had two thoughts in the middle of the night last night - forgive me if :>> these have been covered - I haven't read every reply you've gotten (I've :>> read most). :>> 1. Does the problem occur if you

Re: VSAM CLOSE failure problem

2006-08-31 Thread Mark
Charles Mills wrote: I had two thoughts in the middle of the night last night - forgive me if these have been covered - I haven't read every reply you've gotten (I've read most). 1. Does the problem occur if you close the files WITHOUT the error that drives your recovery routine? If you just set

Re: VSAM CLOSE failure problem

2006-08-31 Thread Charles Mills
List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Friday, August 25, 2006 4:13 PM To: IBM-MAIN@BAMA.UA.EDU Subject: VSAM CLOSE failure problem I'm running an asm recovery routine that closes several VSAM files. 3 of the files close without fail. All files are KSDS files. The last

Re: VSAM CLOSE failure problem

2006-08-31 Thread Binyamin Dissen
On Tue, 29 Aug 2006 12:11:27 -0500 Mark <[EMAIL PROTECTED]> wrote: :>ACB - at 11AA3C10 :>A010004C 11AB7080 00FD3868 8A01 :> 0400 8008 :> 0FCC0011 00876B00 :>D200 :> 0

Re: VSAM CLOSE failure problem

2006-08-30 Thread Mike Bell
one possibility I haven't seen mentioned is are there 2 DCB;s for the same ddname? I remember doing this once but other than make sure not to ever do it again don't remember what the symptoms were Mike On 8/30/06, Andy Wood <[EMAIL PROTECTED]> wrote: On Wed, 30 Aug 2006 08:34:19 -0500, Mark <

Re: VSAM CLOSE failure problem

2006-08-30 Thread Andy Wood
On Wed, 30 Aug 2006 08:34:19 -0500, Mark <[EMAIL PROTECTED]> wrote: . . . >> >> Show the expansion of the CLOSE macro. >> Is R1 getting cleared to indicate MODE=31? If not, it would be trying to >> close an ACB at location zero (and something else must be causing the >> SC03). >> >00083C D707 B588

Re: VSAM CLOSE failure problem

2006-08-30 Thread Mark
Andy Wood wrote: On Tue, 29 Aug 2006 12:11:27 -0500, Mark <[EMAIL PROTECTED]> wrote: . . . parmlist for close req 8000 11AA3C10 Show the expansion of the CLOSE macro. Is R1 getting cleared to indicate MODE=31? If not, it would be trying to close an ACB at location zero (and som

Re: VSAM CLOSE failure problem

2006-08-29 Thread Andy Wood
On Tue, 29 Aug 2006 12:11:27 -0500, Mark <[EMAIL PROTECTED]> wrote: . . . > >parmlist for close req >8000 11AA3C10 > Show the expansion of the CLOSE macro. Is R1 getting cleared to indicate MODE=31? If not, it would be trying to close an ACB at location zero (and something else must be caus

Re: VSAM CLOSE failure problem

2006-08-29 Thread Mark
55:35 -0500 Mark <[EMAIL PROTECTED]> wrote: :>> :>> :>Robert A. Rosenberg wrote: :>> :>> :>> At 16:20 -0500 on 08/25/2006, Mark wrote about Re: VSAM CLOSE failure :>> :>> :>> problem: :>> :>> :>>> Charles, :>> :>&g

Re: VSAM CLOSE failure problem

2006-08-29 Thread Mark
Terry Sambrooks wrote: Hi Mark, In respect of your VSAM close giving RC=4. I am not a VSAM expert so the following may be off beam, but I remembered this quote from the Data Set Macros Manual. "Requirement: If you are sharing subtasks or if you have issued an asynchronous request for access

Re: VSAM CLOSE failure problem

2006-08-29 Thread Terry Sambrooks
Hi Mark, In respect of your VSAM close giving RC=4. I am not a VSAM expert so the following may be off beam, but I remembered this quote from the Data Set Macros Manual. "Requirement: If you are sharing subtasks or if you have issued an asynchronous request for access to a data set, you must i

Re: VSAM CLOSE failure problem

2006-08-28 Thread Binyamin Dissen
[EMAIL PROTECTED]> wrote: :>> :>> :>Robert A. Rosenberg wrote: :>> :>> :>> At 16:20 -0500 on 08/25/2006, Mark wrote about Re: VSAM CLOSE failure :>> :>> :>> problem: :>> :>> :>>> Charles, :>> :>> :>>> When I i

Re: VSAM CLOSE failure problem

2006-08-28 Thread Ed Finnell
In a message dated 8/28/2006 4:22:54 P.M. Central Standard Time, [EMAIL PROTECTED] writes: Actually, it turns out that I have a valid in core ACB in both situations. Verified through the dump contents of both dumps. >> Guess I'd change the order of the closes and see if last one fails o

Re: VSAM CLOSE failure problem

2006-08-28 Thread Mark
Binyamin Dissen wrote: On Mon, 28 Aug 2006 13:14:19 -0500 Mark <[EMAIL PROTECTED]> wrote: :>Binyamin Dissen wrote: :>> On Mon, 28 Aug 2006 08:55:35 -0500 Mark <[EMAIL PROTECTED]> wrote: :>> :>Robert A. Rosenberg wrote: :>> :>> At 16:20 -0500 on 0

Re: VSAM CLOSE failure problem

2006-08-28 Thread Mark
Binyamin Dissen wrote: On Mon, 28 Aug 2006 13:14:19 -0500 Mark <[EMAIL PROTECTED]> wrote: :>Binyamin Dissen wrote: :>> On Mon, 28 Aug 2006 08:55:35 -0500 Mark <[EMAIL PROTECTED]> wrote: :>> :>Robert A. Rosenberg wrote: :>> :>> At 16:20 -0500 on 0

Re: VSAM CLOSE failure problem

2006-08-28 Thread Mark
Binyamin Dissen wrote: On Mon, 28 Aug 2006 13:14:19 -0500 Mark <[EMAIL PROTECTED]> wrote: :>Binyamin Dissen wrote: :>> On Mon, 28 Aug 2006 08:55:35 -0500 Mark <[EMAIL PROTECTED]> wrote: :>> :>Robert A. Rosenberg wrote: :>> :>> At 16:20 -0500 on 0

Re: VSAM CLOSE failure problem

2006-08-28 Thread Mark
Binyamin Dissen wrote: On Mon, 28 Aug 2006 13:14:19 -0500 Mark <[EMAIL PROTECTED]> wrote: :>Binyamin Dissen wrote: :>> On Mon, 28 Aug 2006 08:55:35 -0500 Mark <[EMAIL PROTECTED]> wrote: :>> :>Robert A. Rosenberg wrote: :>> :>> At 16:20 -0500 on 0

Re: VSAM CLOSE failure problem

2006-08-28 Thread Binyamin Dissen
On Mon, 28 Aug 2006 13:14:19 -0500 Mark <[EMAIL PROTECTED]> wrote: :>Binyamin Dissen wrote: :>> On Mon, 28 Aug 2006 08:55:35 -0500 Mark <[EMAIL PROTECTED]> wrote: :>> :>Robert A. Rosenberg wrote: :>> :>> At 16:20 -0500 on 08/25/2006, Mark wrote abo

Re: VSAM CLOSE failure problem

2006-08-28 Thread Mark
Binyamin Dissen wrote: On Mon, 28 Aug 2006 08:55:35 -0500 Mark <[EMAIL PROTECTED]> wrote: :>Robert A. Rosenberg wrote: :>> At 16:20 -0500 on 08/25/2006, Mark wrote about Re: VSAM CLOSE failure :>> problem: :>>> Charles, :>>> When I issue the close req

Re: VSAM CLOSE failure problem

2006-08-28 Thread Binyamin Dissen
On Mon, 28 Aug 2006 08:55:35 -0500 Mark <[EMAIL PROTECTED]> wrote: :>Robert A. Rosenberg wrote: :>> At 16:20 -0500 on 08/25/2006, Mark wrote about Re: VSAM CLOSE failure :>> problem: :>>> Charles, :>>> When I issue the close request, I do indeed still

Re: VSAM CLOSE failure problem

2006-08-28 Thread Mark
Robert A. Rosenberg wrote: At 16:20 -0500 on 08/25/2006, Mark wrote about Re: VSAM CLOSE failure problem: Charles, When I issue the close request, I do indeed still have the ACB in core. The SHOWCB ERROR as noted in the docs return the same info as the acberflg. So as far as I can tell

Re: VSAM CLOSE failure problem

2006-08-25 Thread Robert A. Rosenberg
At 16:20 -0500 on 08/25/2006, Mark wrote about Re: VSAM CLOSE failure problem: Charles, When I issue the close request, I do indeed still have the ACB in core. The SHOWCB ERROR as noted in the docs return the same info as the acberflg. So as far as I can tell, VSAM is returning an RC of 4

Re: VSAM CLOSE failure problem

2006-08-25 Thread Mark
Charles Mills wrote: Possible freed (or corrupted) storage problem? Charles -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Friday, August 25, 2006 4:13 PM To: IBM-MAIN@BAMA.UA.EDU Subject: VSAM CLOSE failure problem I&#

Re: VSAM CLOSE failure problem

2006-08-25 Thread Charles Mills
Possible freed (or corrupted) storage problem? Charles -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Friday, August 25, 2006 4:13 PM To: IBM-MAIN@BAMA.UA.EDU Subject: VSAM CLOSE failure problem I'm running an asm rec

Re: VSAM CLOSE failure problem

2006-08-25 Thread Thompson, Steve (SCI TW)
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Mark Sent: Friday, August 25, 2006 3:13 PM To: IBM-MAIN@BAMA.UA.EDU Subject: VSAM CLOSE failure problem I'm running an asm recovery routine that closes several VSAM files. 3 of the files

VSAM CLOSE failure problem

2006-08-25 Thread Mark
I'm running an asm recovery routine that closes several VSAM files. 3 of the files close without fail. All files are KSDS files. The last one gets a failure. r15 = 4 ERR = 0 acberflg = 0 When the task ends, we get the dreaded SC03 abend. The DDN noted is the one that failed to close. I'd