AMT Help Files

Generation Switches

In a generation set, in the Parameters field, a number of switches can be set that will influence the way the generator generates the application.

Switch Description
SCROLLBAR=TRUE | FALSE

When set to TRUE, scrollbars are displayed, otherwise no scrollbars will be displayed.

Defaults to FALSE

SCROLLBARHORZ=TRUE | FALSE 

When set to TRUE, a horizontal scrollbar is displayed; otherwise none is displayed

Defaults to FALSE

SCROLLBARVERT=TRUE | FALSE 

When set to TRUE, a vertical scrollbar is displayed; otherwise none is displayed. 

Defaults to FALSE

GRAPHMAXX=nn

When set to a value larger than 0, all graphical paint that is located outside the specified maximal horizontal width (in pixels) will not be displayed.

GRAPHMAXY=nn

When set to a value larger than 0, all graphical paint that is located outside the specified maximal vertical height (in pixels) will not be displayed.

DC-SEPARATOR=C

Here you specify the character to be used as a separator in the DC fields. AMT uses '-' as a default. 

LOGVERBOSITY=<Log level>

The LOGVERBOSITY option overwrites the default log levels of the AMT Generator log file.

When not set, the default log level for the Generator log file is 'Minimal'.

  Quiet Minimal Normal Detailed Diagnostic
Errors
Warning    
Todo    
Exception
LogHigh  
LogNormal    
LogLow      
Debug        

Note: the generation logs shown in the AMT Developer and the Generator graphical application have a fixed 'Detailed' log level, this level can not be changed by this setting.

VERIFYTABLES=TRUE | FALSE

(Only for migrated IBM/DB2 COBOL applications)

When set to FALSE, the parser will not verify the existence of tables and columns used in EXEC DB2 commands.

Defaults to TRUE