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?
.
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 ADDRE
> 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
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) and
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
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 Johnso
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 [042bfe9c879d-d
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
http://mas
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 incre