DEFRECORD KCML_OPTIONS_RUN
KCML $OPTIONS RUN structure| FLD name | Pack format | Purpose |
|---|---|---|
| OPTIONS_RUN_NoEndDoError | UINT(1) | No END DO error flag |
| OPTIONS_RUN_PanicOnDump | UINT(1) | Create a PANIC file prior to a core dump |
| OPTIONS_RUN_KeepShared | UINT(1) | Keep shared libraries over LOADs flag |
| OPTIONS_RUN_Language | UINT(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_MaxPart | UINT(2) | Maximum value of #PART |
| OPTIONS_RUN_EditorHistory | UINT(1) | Editor history lines |
| OPTIONS_RUN_Win32Mode | UINT(1) | $DECLARE interface mode |
| OPTIONS_RUN_DisableProg | UINT(1) | Disable programming |
| OPTIONS_RUN_ShellMode | UINT(1) | SHELL mode bits |
| OPTIONS_RUN_SaveOptions | UINT(1) | Options for $COMPILE and saving programs |
| OPTIONS_RUN_HelpOptions | UINT(1) | Options for $HELP |
| OPTIONS_RUN_LoadOptions | UINT(1) | Options for loading programs |
| OPTIONS_RUN_PRINTUSINGMode | UINT(1) | PRINTUSING mode |
| OPTIONS_RUN_Century | UINT(1) | Start of current century |
| OPTIONS_RUN_GlobalFLDs | UINT(1) | Lookup FLDs in libraries if not defined in program |
| OPTIONS_RUN_LangTable | UINT(1) | Language table for $UPPER/$LOWER/$STRCOLL |
| OPTIONS_RUN_LogThreshold | UINT(1) | Write log threshold |
| OPTIONS_RUN_PanicEndOptions | UINT(1) | Options for END and PANIC |
| OPTIONS_RUN_Constants | UINT(1) | Constants flag |
| OPTIONS_RUN_Locale | UINT(1) | Locale for UTF-8 conversion |
| OPTIONS_RUN_Compatibility | UINT(1) | Compatibility options |
| OPTIONS_RUN_Compatibility2 | UINT(1) | Compatibility options 2 |
| OPTIONS_RUN_LoadOptions_NewAscii | UINT(1) | Force new ascii when loading src programs |
| OPTIONS_RUN_Disable_CanConvert | UINT(1) | Disables CanConvert property having any effect |
| OPTIONS_RUN_Asserts | UINT(1) | Enables the ASSERT statement |
| OPTIONS_RUN_DollarIf | UINT(1) | Controls runtime behaviour of $IF |
| OPTIONS_RUN_DeleteNonEmptyPoolHook | UINT(1) | Controls runtime behaviour of the DeleteNonEmptyPool hook |
| OPTIONS_RUN_PromoteLocalDimStruct | UINT(1) | LOCAL DIMmed strings that are single instances of DEF STRUCTs will be backed by NEW PTR |