OpenTP1 Version 7 TP1/Client User's Guide TP1/Client/W, TP1/Client/P

[Contents][Index][Back][Next]

5. User Application Program Interface (COBOL Language)

This chapter describes how to create, compile, and link user application programs in COBOL.

In this chapter, COBOL request statements (such as CBLDCCLS('')) for calling DLLs are used in explanations. If you use request statements of the normal object library, replace the COBOL request statement names with the corresponding request statement names such as CBLDCCLT('').

This chapter contains the following sections:

Organization of this chapter
5.1 COBOL-UAP creation program features
5.2 Compiling and linking user application programs
5.3 COBOL language template
5.4 Example of user application program development