Hi Tom,
"... at least one terminal emulator ..."=Vista?
Thanks and regards,
David
On 2023-10-06 02:51, Tom Brennan wrote:
This isn't the answer you're looking for, but what I do is create an
ISPF panel with the screen image and fields and colors that I want,
then I use ISPF 7.2 to display the
On Thu, 5 Oct 2023 15:53:48 -0400 Joseph Reichman
wrote:
:>Can ADPLSACC Service code access 64 bit storage
My old code uses XMSP for 64 bit storage.
--
Binyamin Dissen
http://www.dissensoftware.com
Director, Dissen Software, Bar & Grill - Israel
--
Wouldn't it be easier to start with the panel definition?
From: IBM Mainframe Discussion List on behalf of Tom
Brennan
Sent: Friday, October 6, 2023 2:51 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Creating USSMSG10 ASM code from Screen text using CLIST
Phil
This was precisely the reason for the original implementation of DDDEFCHK/PTH.
It could be that you have cloned the CSI, or performed some updates via
ZONEEDIT or just wanted to make sure that no-one had moved/deleted anything
since last-known-good.
Being able to quickly sniff-test the DD
Mail a SUBSCRIBE CICS-L to the listserv address (NOT to the list address!)
From: IBM Mainframe Discussion List on behalf of
esst...@juno.com
Sent: Thursday, October 5, 2023 9:47 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: CICS List Serv
Does anyone know th
This is a thread that won't die.
In z/OS, environment variables are in Language Environment, in the CEEEDB
("Enclave Data Block"). If your assembler code is running in LE, you can
access/set them. An empty table is created when the enclave is initialized,
which can be BEFORE dubbing which
No IPL is necessary to install or remove CA-1.
The SVC is dynamically added (or should have been since several version ago if
it wasn't), and, unless you intend to reuse it for RMM or something else right
now, dynamically removing it (which is what you are doing already) is pretty
much all you
> On 7 Oct 2023, at 6:28 am, Kirk Wolf wrote:
>
> This is a thread that won't die.
And there has been some absolute tosh spouted!
>
> In z/OS, environment variables are in Language Environment, in the CEEEDB
> ("Enclave Data Block"). If your assembler code is running in LE, you can
> acc