Linear Module

A module which specifies the MAIN or NOMAIN keyword on the Control specification is compiled without incorporating the program cycle.

When the program cycle is not included in the module, you are restricted in terms of what can be coded in the main source section. Specifically, you cannot code specifications for:

Instead you would code in the main source section:

Caution: There is no implicit closing of global files or unlocking of data areas in a linear module. These objects will remain open or locked until they are explicitly closed or unlocked.



[ Top of Page | Previous Page | Next Page | Contents | Index ]