L 001B000.+32 LEN(4)

On Wed, Dec 25, 2019 at 09:48 [email protected] <[email protected]> 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
> at a fixed offset I could use a RUNCHAIN t get to the
> next structure.
> ..
> I want to list the data,  pointed to by the address that resides within
> this structure.
> .
> Assume At Offset x'32' in this structure is a pointer to a work area.
> I can manually look at offset x'32' and use the value there in a LIST
> Command.
> I want to do this via a COMMAND.
> AT 001B000 + 32, I want to automatically display the data pointed to by
> this address.
> Is this function provided by an IPCS command ?.Any examples would be
> appreciated..Paul D'Angelo*
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to