DEFRECORD KCML_OPTIONS_RUN

KCML $OPTIONS RUN structure
FLD namePack formatPurpose
OPTIONS_RUN_NoEndDoErrorUINT(1)No END DO error flag
OPTIONS_RUN_PanicOnDumpUINT(1)Create a PANIC file prior to a core dump
OPTIONS_RUN_KeepSharedUINT(1)Keep shared libraries over LOADs flag
OPTIONS_RUN_LanguageUINT(1)Current language (multi-language systems)
OPTIONS_RUN_HelpStart$CHAR(1)Character used to start a $HELP special sequence
OPTIONS_RUN_HelpStop$CHAR(1)Character used to end a $HELP special sequence
OPTIONS_RUN_MaxPartUINT(2)Maximum value of #PART
OPTIONS_RUN_EditorHistoryUINT(1)Editor history lines
OPTIONS_RUN_Win32ModeUINT(1)$DECLARE interface mode
OPTIONS_RUN_DisableProgUINT(1)Disable programming
OPTIONS_RUN_ShellModeUINT(1)SHELL mode bits
OPTIONS_RUN_SaveOptionsUINT(1)Options for $COMPILE and saving programs
OPTIONS_RUN_HelpOptionsUINT(1)Options for $HELP
OPTIONS_RUN_LoadOptionsUINT(1)Options for loading programs
OPTIONS_RUN_PRINTUSINGModeUINT(1)PRINTUSING mode
OPTIONS_RUN_CenturyUINT(1)Start of current century
OPTIONS_RUN_GlobalFLDsUINT(1)Lookup FLDs in libraries if not defined in program
OPTIONS_RUN_LangTableUINT(1)Language table for $UPPER/$LOWER/$STRCOLL
OPTIONS_RUN_LogThresholdUINT(1)Write log threshold
OPTIONS_RUN_PanicEndOptionsUINT(1)Options for END and PANIC
OPTIONS_RUN_ConstantsUINT(1)Constants flag
OPTIONS_RUN_LocaleUINT(1)Locale for UTF-8 conversion
OPTIONS_RUN_CompatibilityUINT(1)Compatibility options
OPTIONS_RUN_Compatibility2UINT(1)Compatibility options 2
OPTIONS_RUN_LoadOptions_NewAsciiUINT(1)Force new ascii when loading src programs
OPTIONS_RUN_Disable_CanConvertUINT(1)Disables CanConvert property having any effect
OPTIONS_RUN_AssertsUINT(1)Enables the ASSERT statement
OPTIONS_RUN_DollarIfUINT(1)Controls runtime behaviour of $IF
OPTIONS_RUN_DeleteNonEmptyPoolHookUINT(1)Controls runtime behaviour of the DeleteNonEmptyPool hook
OPTIONS_RUN_PromoteLocalDimStructUINT(1)LOCAL DIMmed strings that are single instances of DEF STRUCTs will be backed by NEW PTR

More info