Re: IPCS VERBX 64bit storage

2022-09-22 Thread Binyamin Dissen
On Thu, 22 Sep 2022 13:16:07 +0100 Colin Paice wrote: :>I'm very rusty ( 15+ years since I last used this) ... but can you use :>your 31 bit code to access a symbol relating to a 31/64 bit data item? :>I only used 31 bit, but I think I used to get a block of storage from the :>dump with a 64

Re: IPCS VERBX 64bit storage

2022-09-22 Thread Colin Paice
I'm very rusty ( 15+ years since I last used this) ... but can you use your 31 bit code to access a symbol relating to a 31/64 bit data item? I only used 31 bit, but I think I used to get a block of storage from the dump with a 64 bit address into my buffer in 31 bit address. You have to use the

Re: IPCS VERBX 64bit storage

2022-09-22 Thread Binyamin Dissen
Looking at my code: The 31bit access call is IHBOPLTX ,+ (ABDPL, ..ABDPL+ =A(ADPLSACC),..TYPE OF CALL: ACCESS STOR+ MY_ADPLPACC),

Re: IPCS VERBX 64bit storage

2022-09-21 Thread Mike Schwab
https://www.ibm.com/docs/en/zos/2.2.0?topic=dialog-examining-64-bit-dump-data-sets On Wed, Sep 21, 2022 at 3:59 PM David Janicek wrote: > > Hi all. I am new to this list but I have searched the archives for an answer > to my question already without any luck. > > I am responsible for

Re: IPCS VERBX 64bit storage

2022-09-21 Thread Jim Mulder
, September 21, 2022 4:49 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: IPCS VERBX 64bit storage Hi all. I am new to this list but I have searched the archives for an answer to my question already without any luck. I am responsible for maintaining an IBM IPCS VERBX (verb exit) that analyzes our

IPCS VERBX 64bit storage

2022-09-21 Thread David Janicek
Hi all. I am new to this list but I have searched the archives for an answer to my question already without any luck. I am responsible for maintaining an IBM IPCS VERBX (verb exit) that analyzes our application dumps and points out any inconsistencies in it. We are in the process of moving