z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


TERMAPI

z/OS Communications Server: IP Sockets Application Programming Interface Guide and Reference
SC27-3660-00

This call terminates the session created by INITAPI.

The following requirements apply to this call:
Figure 1 shows an example of TERMAPI call instructions.
Figure 1. TERMAPI call instruction example
    WORKING-STORAGE SECTION.
        01  SOC-FUNCTION    PIC X(16)  VALUE IS 'TERMAPI'.

    PROCEDURE DIVISION.
         CALL 'EZASOKET' USING SOC-FUNCTION.

For equivalent PL/I and assembler language declarations, see Converting parameter descriptions.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014