Why is GETMAIN command needed?? Will program not work if we
do not give GETMAIN?
Answer Posted / 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 |
Post New Answer View All Answers
For protecting a transaction using the transaction security function, the two things that must be done are?
which is the cics control program that provides communication services between user written application programs and terminals?
Explain the difference between and exec cics xctl and an exec cics link command?
What are the terms cics generally means?
Can you explain primary aspect of cics?
What is the meaning of the enq command?
What is the pic clause for the data type of length option field type of data fields?
Define floating maps with illustration?
Explain processing program table(ppt)?
What is a cics task?
Explain the primary significance of intra-partition and extra-partition tdqs ?
Specify cics transaction initiation process?
Receive consists of buffer option in it. What is the significance of this option?
Define an asra abend?
Can you use occurs in bms map?