Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dcptnapx

    Implementing Coroutines in COBOL

    Hi Crox I won't be a apostle of coroutines nor JSP nor any other religion. My only purpose is to show further possibilities of COBOL. With regard to your sensible questions about maintenance and alike, as soon as possible I'll show a more structured approach, where the role of virtual files...
  2. dcptnapx

    Implementing Coroutines in COBOL

    Hi deveshjogal, Coroutines in COBOL aren't not a theoretic speculation. Personally I've been using them for circa 15 years, since the times of IBM OS/VS COBOL. Unfortunately for you, coroutines are useful especially in complex problems (fortunately), so it isn't easy to exhibit sensible...
  3. dcptnapx

    Implementing Coroutines in COBOL

    Hi Crox, I respect your preference for program inversion, but, while JSP methodology is a precious conceptual tool available to all programmers, unfortunately the JSP precompiler isn't. Anyway the JSP itself suggests coroutines as a solution to structure clashes and considers program inversion...
  4. dcptnapx

    Implementing Coroutines in COBOL

    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...
  5. dcptnapx

    HOW TO DISTINGUISH BATCH AND CICS ENVIRONMENTS WITH COBOL

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

Part and Inventory Search

Back
Top