LOAD - List form

The list form of the LOAD macro builds a nonexecutable parameter list that can be referred to by the execute form of the LOAD macro.

Syntax

The list form of the LOAD macro is written as follows:

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede LOAD.
   
LOAD  
   
One or more blanks must follow LOAD.
   
EP=entry name entry name: Symbol.
EPLOC=entry name addr entry name addr: A-type address.
DE=list entry addr list entry addr: A-type address.
   
   ,DCB=dcb addr dcb addr: A-type address.
   
   ,LSEARCH=NO Default: LSEARCH=NO
   ,LSEARCH=YES  
   
   ,ADDR=load addr load addr: A-type address.
   ,ADRNAPF=load addr  
Note: ADDR and ADRNAPF are only allowed with PLISTVER=0.
   ,ADDR64=load addr64 load addr64: AD-type address.
   ,ADRNAPF64=load addr64  
Note: ADDR64 and ADRNAPF64 are only allowed with PLISTVER=1 or PLISTVER=MAX.
   
   ,GLOBAL=YES Default: GLOBAL=NO
   ,GLOBAL=(YES,P) If GLOBAL=YES is specified, the default GLOBAL=(YES,P).
   ,GLOBAL=(YES,F)  
   ,GLOBAL=NO  
   
   ,EOM=NO Default: EOM=NO
   ,EOM=YES
Note: GLOBAL must be specified with EOM=YES.
   
   ,LOADPT=addr addr: A-type address.
 
Note: ADDR(or ADDR64) and ADRNAPF(or ADRNAPF64) cannot be specified with LOADPT or GLOBAL or EXTINFO.
   
   ,EXTINFO=addr addr: A-type address or register (2) - (12).
   
   ,RELATED=value  
   
  ,PLISTVER=IMPLIED_VERSION Default: PLISTVER=IMPLIED_VERSION
  ,PLISTVER=MAX  
  ,PLISTVER=1  
  ,PLISTVER=0  
   
,SF=L  
   

Parameters

The parameters are explained under the standard form of LOAD macro with the following exception:

,SF=L
Specifies the list form of the LOAD macro.