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


SNMP agent DPI: Compiling and linking

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

You can use several methods to compile, link-edit, and execute your TCP⁄IP C source program in MVS™. This topic contains information about the data sets that you must include to run your C source program under MVS batch, using IBM-supplied cataloged procedures.

The following list contains partitioned data set names, which are used as examples in the following JCL statements:
USER.MYPROG.C
Contains user C source programs
USER.MYPROG.C(PROGRAM1)
Member PROGRAM1 in USER.MYPROG.C partitioned data set
USER.MYPROG.H
Contains user #include data sets
USER.MYPROG.OBJ
Contains object code for the compiled versions of user C programs in USER.MYPROG.C
USER.MYPROG.LOAD
Contains link-edited versions of user programs in USER.MYPROG.OBJ

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014