Different strokes for different folks.

1. I was not aware of that pointer. This is the classic documentation problem. 
The answer is right there in the manual, clear as day -- provided you know 
where to look. A lot of these answers are easy to find, assuming you already 
know the answer.

2. My code is running a complex Rexx environment that frankly I do not fully 
understand. (I didn't write it and it isn't "mine.") I wanted to be sure I had 
THE right environment block, not SOME environment block. An 11-instruction 
assembler module seemed like a great solution. I still believe that it was.

 Charles

On Thu, 16 Nov 2023 11:31:20 +0800, David Crayford <dcrayf...@gmail.com> wrote:

>There's a TSO/E vector table that has the address of the REXX routines.
>
> // get the address of the TSO/e vector table
> CVT  * cvt  = *(( CVT ** ) CVTPTR);
> TSVT * tsvt = cvt->cvttvt;

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to