Compiling and Linking From the Command Line

You can use this utility to compile and link programs to create executable files. To use this utility the Cblnames utility , and the Linker and Library Manager utilities, must be located in the directories indicated by the PATH environment variable.

By default, any run-time support modules required by a COBOL program, for example Adis or Mffh, is automatically linked in to the executable module by this utility. You can instruct Cbllink to link the run-time support modules separately if required.

Cbllink Command Line
                                       +-sep-+
             +-----,-----+           +-.-----.--+
             v           |           V          |  
>>-cbllink----.---------.----------------file----><
              +-Cbllink Options--+            

Examples of Compiling and Linking From the Command Line

Related Topics: