|
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.
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).
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.
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.
As an Amazon Associate we earn from qualifying purchases.
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.