z/OS Communications Server: IP Programmer's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZBREIFR format

z/OS Communications Server: IP Programmer's Guide and Reference
SC27-3659-02

For C/C++ callers, invoke EZBREIFR as shown in the following example:
EZBREIFR(RequestResponseBuffer,
              &RequestResponseBufferAlet,
              &RequestResponseBufferLength,
              &ReturnValue,
              &ReturnCode,
              &ReasonCode);
For assembler callers, invoke EZBREIFR as shown in the following example:
CALL EZBREIFR,(RequestResponseBuffer,
                    RequestResponseBufferAlet,
                    RequestResponseBufferLength,
                    ReturnValue,
                    ReturnCode,
                    ReasonCode)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014