POST - List form

Syntax

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

Syntax Description
   
   name name: Symbol. Begin name in column 1.
   
One or more blanks must precede POST.
   
POST  
   
One or more blanks must follow POST.
   
ecb addr ecb addr: A-type address.
   
   ,ASCB=addr,ERRET=err rtn  
   ,ASCB=addr,ERRET=err rtn,ECBKEY=YES  
  addr: A-type address.
  err rtn: A-type address.
   
   ,RELATED=value value: Any valid macro keyword specification.
   
,MF=L  
   

Parameters

The parameters are explained under the standard form of the POST macro, with the following exceptions:

,MF=L
Specifies the list form of the POST macro.
Note: The system assumes that the list form will be used for cross-memory post. If no ASCB address is specified by either the list or execute form, the POST issued by the execute form will result in ABEND602 RC0 due to a zero ASCB address on a cross-memory post request.