DB Access Class Library for COBOL V1.0 API Reference - Microsoft(R) Windows(R) - - Microsoft(R) Windows NT(R) - - Microsoft(R) Windows(R) 2000 -
Contents Index PreviousNext

UpChapter 3 Developing Applications

3.2 Compiling Programs


Compile programs.

A repository file of the DB access library is required to compile programs. Specify the folder holding the repository file as a "repository file input folder name."

The repository file is stored in the folder in which the DB access class library is installed.

For information on specifying a repository file and run-time options, refer to the "Repository File" section of "COBOL97 User's Guide".

[Example]

Install the DB access class library in the C:\fjcol and specify the repository file input folder with the run-time option REPIN.

REPIN(C:\fjcol\REP)

FJDBOPT.CBL of the DB access library is required to compile programs if using symbolic constant. Specify the folder containing the library file as a "library file folder".

A library file having symbolic constants defined within FJDBOPT.CBL is stored in the COPY folder of the folder in which the DB access class library is installed.

For information on specifying a library file folder, refer to "COBOL97 User's Guide".

[Example]

Install the DB access class library in the C:\fjcol and specify the repository file input folder with the run-time option LIB.

LIB(C:\fjcol\COPY)

See Chapter 7 Multithreading if creating a Multithread Program.

See Chapter 8 Unicode if creating a Unicode Program.


Contents Index PreviousNext

All Rights Reserved, Copyright (C) Alchemy Solutions Inc. 1998-2000