Why is GETMAIN command needed?? Will program not work if we
do not give GETMAIN?
Answers were Sorted based on User's Feedback
Answer / pradeep kumar
Getmain is a named memory for the Linkage Section variables
in the CICS program. The variables are passed to the memory
using SET command. The SET command can be used only for 01
and 77 level group items.
Program will work even if GETMAIN is not coded, because the
memory will be allocated automatically by the compiler, but
if the programmer needs memory space for the Linkage
Section Variables explicitly, then he/she can use GETMAIN
to allocate memory and FREEMAIN is used to freeout the
allocated memory.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / kingmanish
Hi Pradeep. What will happen if the GETMAIN command is issued and memory is not available.
Will the program abend or it will keep trying until it gets memory.
also if the memory is not available for a long time Will it get time out??
| Is This Answer Correct ? | 0 Yes | 0 No |
What is interval control and what are some of the CICS commands associated with it?
What is Quasi-reentrancy?
CICS provides an interface through which the all the DL/I services can be used under CICS(True or False).
Explain the difference between and exec cics xctl and exec cics start command?
Explain how many exceptional condition can be given in a handle condition?
What is the name of the facility provided by CICS to free the application program form the problems caused
I have done a start browse on a vsam dataset. Can I do another start browse without doing an end browse?
how can we establish a link between two maps using a cobol application program....lets say how can u use 'back' in a map ..to come back on previous .
Can you simply check if length = 0 for checking if a field was modified?
how i can enter into cics region in real time.
What are the cics transactions?
Explain the difference between a symbolic map and physical map?