Re: Searching the ASVT

2023-02-04 Thread Seymour J Metz
Shouldn't that be USING ASVTBEGN,R10 ESTABLISH ADDRESSABILITY Or does CVTASVT point to the prefix? The LAR11,ASVTENTY is unnecessary unless you need to refer to the base of the table again; if you include it then include a corresponding USING. Otherwise you can just use and

Re: I want to cry

2023-02-04 Thread Seymour J Metz
I hold firmly to the idea that students should be exposed to a variety of very different languages, and that students of assembler should be exposed to a variety of hardware architectures. Real programmers do it in octal. Silly wabbit, trits are for kids. -- Shmuel (Seymour J.) Metz

Re: I want to cry

2023-02-04 Thread Seymour J Metz
I've certainly seen that for other languages, but I don't recall seeing it for COBOL. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin

Re: I want to cry

2023-02-04 Thread Seymour J Metz
Adam Smith believed that a free market was impossible without government intervention to prevent monopolies. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bill

Re: Searching the ASVT

2023-02-04 Thread Tony Harminc
On Sat, 4 Feb 2023 at 18:00, esst...@juno.com wrote: > I am on a z/os 2.2 system, trying to rseurrect some old code. > . > can some one confirm the instructions for Searching the > Address Space Vector Table (ASVT) on z/OS 2.2 > . > This program loads R10 with CVTASVT > L R10,CVTASVT

Re: Searching the ASVT

2023-02-04 Thread Brian Westerman
Hi, I'm not sure what you are trying to do, Most people would use the ASVT to get tot he ACSB to see what's running. If it is that you are trying to search the ASCB to see if a task is actually executing, then all you really need from the ASVT is max number of ASCBS (located in ASVTMAXU)

Re: Searching the ASVT

2023-02-04 Thread Michael Stein
> I am on a z/os 2.2 system, trying to rseurrect some old code. > . > can some one confirm the instructions for Searching the > Address Space Vector Table (ASVT) on z/OS 2.2 > . > This program loads R10 with CVTASVT > L R10,CVTASVTGET ASVT ADDRESS > USING ASVT,R10

Searching the ASVT

2023-02-04 Thread esst...@juno.com
. Hello I am on a z/os 2.2 system, trying to rseurrect some old code. . can some one confirm the instructions for Searching the Address Space Vector Table (ASVT) on z/OS 2.2 . This program loads R10 with CVTASVT L R10,CVTASVTGET ASVT ADDRESS USING ASVT,R10 ESTABLISH

Open XL C/C++ PDF documentation

2023-02-04 Thread Farley, Peter
I found the web documentation for the Open XL C/C++ implementation here: https://www.ibm.com/docs/en/cloud-paks/z-modernization-stack/2022.4?topic=languages-cc-open-enterprise-zos Is there a place where IBM has provided a set of PDF manuals for the whole set of Cloud Pak "modernization" tools?