We can allocate memory dynamically by using GET MAIN command
my question is at what scenario we can't release this memory
and reuse this same memory??
Answer / Smita Srivastava
Memory allocated dynamically with GET MAIN in CICS cannot be immediately deallocated, as the system will keep it until there is no longer a reference to that memory. This scenario typically occurs when the program or transaction using the memory is still active or when the deallocation command is not issued before the end of the program/transaction.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is CECI?
What is the procedure to read a statement from tsq?
What is task control and what are the CICS commands associated with it?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
Explain how DSECT parameter is used in BMS ?
how we change the vsam file name in cics rigion? anybody elobrate this?
Explain the various ways data can be passed between CICS programs.
Which commend used for terminating a browser operation?
What are the naming conventions for the Temporary Storage Queues?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
Define communication area?
Define exec cics retrieve?