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

    REENTRANT PROGRAM

    Hey Arfi, A re-entrant program is one whose executable code can be run by many tasks at the same time. Due to that fact, the storage associated with the executing program cannot be modified. This is handled in CICS by compiling the COBOL program with the RENT option. This causes code to run...
  2. redrockrat

    INVMAPSZ error on BMS Receive after BMS Send

    Hi. I'm new to this forum, so I look forward to learning all kinds of good stuff about CICS programming! I have a strange problem whose solution eludes me, even in the IBM manuals. We have a CICS region set up here that uses a normal screen size of 24x80 (when you do the EXEC CICS ASSIGN...

Part and Inventory Search

Back
Top