If your program needs to address memory above the line, you should:
	 
	 
		- 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. 
		
 
		- Set Addressing mode to 
		  AMODE(31) for the main program and for each program that the main program loads.
		
 
		- Set 
		  LOC=ANY in all 
		  GETMAIN and 
		  STORAGE OBTAIN macros issued by your program.