what is Getmain AND Freemain
"; ; ; ;what is the use of getmain and freemain in cics?
26 November 2011
#1
what is the use of getmain and freemain in cics?
Wed, 01/04/2012 - 19:07
#2
getmain and freemain
These are used to obtain additonal memory for the program's use (getmain) and return it to the system when it is no longer needed (freemain). Many cics coders never issure either.