Program Only Uses Memory Above the Line

If your program needs to address memory above the line, you should:

  1. Set Max. memory above 16Mb line to the maximum amount of memory above the line that your program requires. The default is 3Mb and the maximum is 2Gb.
  2. Set Addressing mode to AMODE(31) for the main program and for each program that the main program loads.
  3. Set LOC=ANY in all GETMAIN and STORAGE OBTAIN macros issued by your program.