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


NCS: Sample compilation cataloged procedure additions

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

Include the following in the compilation step of your cataloged procedure. Cataloged procedures are included in the IBM-supplied samples for your z/OS® system.

Add the following to the CPARM parameter:
     CPARM=‘DEF(IBM390)’
Add the following statement as the first //SYSLIB DD statement.
     //SYSLIB  DD  DSN=SEZACMAC,DISP=SHR
Note: If you do not run CPP and your C source file includes either socket.h or rpc.h, you must copy the NCS versions of these files (ncssock1 and ncsrpc) from SEZACMAC to user_id.HDRS and rename them to socket and rpc. user_id.HDRS must then be specified on the SYSLIB statement ahead of SEZACMAC.
     //SYSLIB DD  DSN=user_id.HDRS,DISP=SHR
              DD  DSN=SEZACMAC,DISP=SHR

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014