Application programming on z/OS
Previous topic | Next topic | Contents | Glossary | Contact z/OS | PDF


C/C++ on z/OS

Application programming on z/OS

The C language contains a concise set of statements with functionality added through its library. This division enables C to be both flexible and efficient. An additional benefit is that the language is highly consistent across different systems.

C is a programming language designed for a wide variety of programming purposes, including:
  • System-level code
  • Text processing
  • Graphics.

The process of compiling a C source program and then link-editing the object deck into a load module is basically the same as it is for COBOL. The relationship between JCL and program files is the same for C/C++ as it is for COBOL and other HLLs.





Copyright IBM Corporation 1990, 2010