COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

PARAM NONSTOP OFF command suppresses NONSTOP.Dependencies:
PARAM CommandReferences:
OBJEXTENT
NOTE: Do not use this directive in the OSS or Windows environment.
extent-size
specifies the number of pages to use for the primary and secondary extents of the generated
object file. extent-size is an integer in the range 2 through 1070. Use this directive to
increase the capacity of the generated object file. For more information about extents, see the
Guardian Programmer’s Guide.
OBJEXTENT 32Default:
On the Guardian command linePlacement:
Applies to the compilation unitScope:
You cannot specify OBJEXTENT and the linker option -NS_extent_size on the
same command line
Dependencies:
OPTIMIZE
level
EffectLevel
Code is not optimized. Provided in case other optimization levels cause errors. Supports
symbolic debugging; data is always in memory.
0
Code is optimized within statements and across statement boundaries. The resulting code is
more efficient than that produced by lower levels of optimization. Supports symbolic
debugging; data is not always in memory.
1 (default)
Code is optimized within statements and across statement boundaries, and the resulting code
is more efficient than code produced by lower levels.
2
OPTIMIZE 1Default:
Outside the boundary of a separately compiled programPlacement:
The optimization level active at the beginning of a separately compiled program
determines the level of optimization for that program and any programs it contains.
Scope:
NoneDependencies:
990 Compiler Directives