z/OS MVS Programming: Callable Services for High-Level Languages
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Connections with address space affinity

z/OS MVS Programming: Callable Services for High-Level Languages
SA23-1377-02

Start of change
The BCPii connections created by a C program, an assembler program, or a System REXX exec are associated with an address space.
  • For C and assembler programs, BCPii creates an affinity between the connection and the address space that initiated the connection (via the HWICONN service).
  • For a System REXX exec, BCPii creates an affinity between the connection and the address space that initiated the execution of the REXX exec (via the AXREXX authorized service call).

BCPii allows any task running in the same address space to use these connections on subsequent BCPii API calls. In addition, the connection remains active until the address space terminates.

End of change

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014