Restriction: These tunables are supported for native COBOL only.
acu_library Loads 'aculibs', the ACUCOBOL-GT compatibility module.
ansi_input_mode Specifies whether the run-time system uses ANSI or OEM character sets when inputting keystrokes from a console or Application
Output window.
arguments_are_initial Affects the COBOL command line arguments returned from the syntax ACCEPT ... FROM ARGUMENT-NUMBER and ACCEPT ... FROM ARGUMENT-VALUE.
cobconfig_error_report Specifies whether any errors detected during the processing of the configuration file are reported.
command_line_accept Specifies whether the first ACCEPT or READ from STDIN takes the input from the command line.
command_line_linkage Enables you to call a program and pass the command line to the main program as a parameter to be accessed via the Linkage
Section.
core_filename Specifies the name of the file that is generated when the core_on_error tunable is set to 3.
core_on_error Specifies in what circumstances a core file is produced.
current_day Specifies the day of the month required to be returned when the ACCEPT identifier FROM DATE syntax or the CURRENT-DATE intrinsic
function is used.
current_hour Specifies the hour of the day that is to be returned when the ACCEPT identifier FROM TIME syntax or the CURRENT-DATE intrinsic
function is used.
current_minute Specifies the minute of the hour that is to be returned when the ACCEPT identifier FROM TIME syntax or the CURRENT-DATE intrinsic
function is used.
current_month Specifies the month of the year required to be returned when the ACCEPT identifier FROM DATE syntax or the CURRENT-DATE intrinsic
function is used.
current_second Specifes the second of the minute that is to be returned when the ACCEPT identifier FROM TIME syntax or the CURRENT-DATE intrinsic
function is used.
current_year Specifies the year required to be returned when the ACCEPT identifier FROM DATE syntax or the CURRENT-DATE intrinsic function
is used.
datewarp_dynamic Specifies whether the day, month, and year values specified by the current_day, current_month, and current_year tunables return
static or "rolling" values.
dbcs_text_enable_clip Specifies whether the font is clipped to the font height supplied by Microsoft Text APIs rather than overwriting pixels beyond
the font height when running in a GUI window (runw).
debug_on_error Specifies whether to enable just-in-time debugging.
debugger_command Specifies the command to start the debugger when just-in-time debugging is enabled