Features of Client Programs
In general, client programs can include all of the features of an ordinary program. Further, a client program can itself be a server library program that uses objects imported from other libraries.
Import Declarations and Client Library Declarations
In most programming languages, client programs are distinguished by the inclusion of import declarations and client library declarations. These declarations, and their equivalents in COBOL74, are described in the following subsections.

