Introduction

Throughout the rest of this chapter the word "application" is used to describe the product you want to ship to your users; the word "program" is used specifically to describe the programs that make up an application.

With Visual COBOL you can create applications that consist of any combination of:

Each of the options presented here has its advantages and disadvantages.

When you create an application, you need to consider the following:

The following sections describe the differences between the executable file types, and between the different methods of packaging your applications.

For information on using the Cob utility, see COBOL System Interface (Cob). If you are working in 64-bit mode, you should also see Working in 32-bit and 64-bit Modes.