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


X Window System interface in the MVS environment: 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 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 cataloged procedures supplied by IBM®.

The following list contains partitioned data set names, which are used as examples in the JCL statements below:

Data Set Name
Contents
user_id.MYPROG.C
Contains user C source programs.
user_id.MYPROG.C(PROGRAM1)
Member PROGRAM1 in user_id.MYPROG.C partitioned data set.
user_id.MYPROG.H
Contains user #include files.
user_id.MYPROG.OBJ
Contains object code for the compiled versions of user C programs in user_id.MYPROG.C.
user_id.MYPROG.LOAD
Contains link-edited versions of user programs in user_id.MYPROG.OBJ.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014