Re: Data exception in SRB routine

2010-06-27 Thread Binyamin Dissen
On Sat, 26 Jun 2010 16:59:40 -0500 Chris Craddock crash...@hotmail.com wrote: : So your suggestion is to store and MVCK? :Yes. That's what those instructions are for. So you demand that the SRB have a work area just for this? : What parts of code (or the operating system) would be astonished

TTR of first block of PDS member after OPEN

2010-06-27 Thread Kirk Wolf
If you allocate a DD to a PDS member and then OPEN it (using BSAM), is there a way to get the TTR of the first block of the member after open? Sure, I could read the first block, then do a NOTE, and then POINT back, but what if it is open for WRITE or if it is empty Thanks, Kirk Wolf

Re: TTR of first block of PDS member after OPEN

2010-06-27 Thread Paul Gilmartin
On Jun 27, 2010, at 15:35, Kirk Wolf wrote: If you allocate a DD to a PDS member and then OPEN it (using BSAM), is there a way to get the TTR of the first block of the member after open? Why BSAM, rather than BPAM and BLDL? Sure, I could read the first block, then do a NOTE, and then POINT