IMPLEMENTING COROUTINES IN COBOL
Coroutines are a simple, efficient and useful form of concurrent programming (although it is better defined as co-operative programming).
Coroutines are like routines but, while there is always a hierarchical relation among common routines in a program...
In the CICS environment (on IBM mainframe) not all the COBOL statements are available. For example the DISPLAY instruction and the COBOL instructions to manage files must be substituted by suitable EXEC CICS statements.
This difference between BATCH e CICS environments, make difficult to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.