× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hello Mark,

Am 11.08.2023 um 20:48 schrieb Mark Waterbury <mark.s.waterbury@xxxxxxxxxxxxx>:

In CICS "pseudo-conversational" programming, where the program ends after each screen is presented, and when the user fills in the blanks and presses Enter, the next small program (via its own transaction ID) runs to handle that screen, and so on.

Yap, that's how I remember reaving read about it.

That was how you did large applications in CICS back on OS/360 and early OS/VS or DOS/VS, when you had fairly limited region sizes and limited resources (like main storage).

Also a very large pool of terminals being serviced by (seen from our modern viewpoint) a very constrained machine.

S/34 and S/36 had a technique called "SRT" (single requester terminal) and "MRT" (multiple requester terminal) that worked in a similar way. With MRT, one program could handle multiple physical screens (5250s) and handle multiple users, while using far fewer resources, since only one (reentrant) program was loaded into memory.

I see. Is this where the display file INVITE technique comes from?

In CICS, programmers would be "clever" and pass some information in 3270 "non-display" fields, to allow passing data to the next transaction in the sequence. Or CICS had "temp storage" also useful for this kind of thing.

A-ha! Now I know how "3270 cookies" are meant to work. :-D Thanks for that gem!! And your extensive and informative summary!

:wq! PoC




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.