z/OS MVS Programming: Writing Servers for APPC/MVS
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Syntax Format for Receive_Allocate

z/OS MVS Programming: Writing Servers for APPC/MVS
SA23-1396-00

The figure below shows the syntax of the CALL statement for the Receive_Allocate service. You must code all parameters on the CALL statement in the order shown.

Figure 1. Syntax for Receive_Allocate
CALL ATBRAL2(
        Notify_type,
        Allocate_queue_token,
        Receive_allocate_type,
        Time_out_value,
        Conversation_ID,
        Conversation_type,
        Partner_LU_name,
        Mode_name,
        Sync_level,
        User_ID,
        Profile,
        Reason_code,
        Return_code
       );

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014