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


Pascal language API data structures

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

Programs containing Pascal language API calls must include the appropriate data structures. The data structures are declared in CMCOMM and CMCLIEN. To include these data sets in your program source, enter:
          %include CMCOMM
          %include CMCLIEN
Additional include statements are required in programs that use certain calls. The following list shows the members that need to be included for the various calls:
  • CMRESGLB for GetHostResol
  • CMINTER for GetHostNumber, GetHostString, IsLocalAddress, and IsLocalHost

The load modules are in the SEZACMTX data set. Include this data set in your SYSLIB concatenation when you are creating a load module to link an application program. You must specify SEZACMTX before the Pascal libraries when linking TCP⁄IP programs.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014