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


Syntax Format for Get_Event

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

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

Figure 1. Syntax for Get_Event
CALL ATBGTE2(
        Notify_type,
        Event_get_type
        Event_code,
        Event_timestamp,
        Event_buffer_length,
        Event_buffer,
        Event_element_size,
        Reason_code,
        Return_code
       );

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014