Take a look at XCF Notepad services. It might do what you're looking for 
without the need to write lots of code to use a CF list structure.

 Mark Jacobs

Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get&search=markjac...@protonmail.com


On Friday, May 31st, 2024 at 5:47 PM, Laurence Chiu 
<000005c4ba336ee7-dmarc-requ...@listserv.ua.edu> wrote:

> We recently fixed a CICS transaction that read some reference data and
> stored it in memory in the CWA. It also had some common code that was
> used across the application space. But because it used the CWA in a
> non-standard way the transaction always had to be called in its region,
> rather than run in any region that needed it.
> 
> Finally overcoming developer inertia, I had the application changed to use
> a CICS Data Table which now means the transaction can be called from any
> region without a cross region call.
> 
> But the code is also used in batch and the batch version reads a VSAM
> file. We have just implemented a parallel sysplex and it would seem an
> ideal application for a CF LIst Structure. We could have a
> scheduled application load the structure when it changed or across an IPL
> and then the data would then be available to any application. This is read
> only so applications never need to do more than just read the data.
> 
> We are new to parallel sysplex so any thoughts appreciated.
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
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