Configuring access to the type of memory you require involves several steps. You must:
* RUN TIME VARIABLES
MFPM=ON                   ; mainframe pointer manager is on by 
                          ;  default
SVC370=MFI                ; set engine to MFI-mode
MEMSIZE=00000000,7FFFFFFF ; set valid address range
* THE FOLLOWING RUN TIME VARIABLES ARE OVERRIDDEN BY 
* THE SETTINGS IN
* THE IDE PROJECT, PROJECT OPTIONS PULLDOWN.
VM370=3000                ; set SQA size to 3Meg
AMODE370=31               ; run in 31-bit modeThe most likely value you will need to change will be the 
                     			 VM370= value, which allocates the default size of assembler memory to allocate when the first assembler module is called in a COBOL
                     run unit. 
                     		  
                  The following sections cover most possibilities.