Re: Looking For a Specific IPCS Command

2019-12-25 Thread CM Poncelet
FWIW If you expect to have to do something more than twice, write some code to do it for you.   Here is some 'model' IPCS REXX code which you can modify/use to analyze any IPCS system dump.   HTH & Merry Christmas.   Cheers, Chris Poncelet (retired sysprog)  

Re: Looking For a Specific IPCS Command

2019-12-25 Thread John Lock
On Wed, Dec 25, 2019 at 11:10 John Lock wrote: > L 001B000.+32 LEN(4) > Oops! L 001B000.+32? LEN(length) > > > On Wed, Dec 25, 2019 at 09:48 esst...@juno.com wrote: > >> Hi,.I'm looking at the z/OS MVS IPCS Commands >> . >> I can use IPCS LIST 001B000. LENGTH(200) >> I can set an equate to

Re: Looking For a Specific IPCS Command

2019-12-25 Thread John Lock
L 001B000.+32 LEN(4) On Wed, Dec 25, 2019 at 09:48 esst...@juno.com wrote: > Hi,.I'm looking at the z/OS MVS IPCS Commands > . > I can use IPCS LIST 001B000. LENGTH(200) > I can set an equate to this structure > EQUATE CBX 01B000 > . > If each Structure had a pointer to the next structure >

Re: Looking For a Specific IPCS Command

2019-12-25 Thread Binyamin Dissen
The RUNCHAIN command allows issuing a command for each block - it might be the EXEC parameter. On Wed, 25 Dec 2019 14:46:14 GMT "esst...@juno.com" wrote: :>Hi,.I'm looking at the z/OS MVS IPCS Commands :>. :>I can use IPCS LIST 001B000. LENGTH(200) :>I can set an equate to this structure

Looking For a Specific IPCS Command

2019-12-25 Thread esst...@juno.com
Hi,.I'm looking at the z/OS MVS IPCS Commands . I can use IPCS LIST 001B000. LENGTH(200) I can set an equate to this structure EQUATE CBX 01B000 . If each Structure had a pointer to the next structure at a fixed offset I could use a RUNCHAIN t get to the next structure. .. I want to list the