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



We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can..

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

Post New Answer

More CICS Interview Questions

What is CECI?

5 Answers   IBM,


What is the procedure to read a statement from tsq?

1 Answers  


What is task control and what are the CICS commands associated with it?

2 Answers   IBM,


mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?

1 Answers   IBM,


Explain how DSECT parameter is used in BMS ?

1 Answers  


how we change the vsam file name in cics rigion? anybody elobrate this?

3 Answers   IBM,


Explain the various ways data can be passed between CICS programs.

2 Answers   IBM,


Which commend used for terminating a browser operation?

1 Answers  


What are the naming conventions for the Temporary Storage Queues?

2 Answers   Sainsburys,


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

2 Answers  


Define communication area?

1 Answers  


Define exec cics retrieve?

1 Answers  


Categories