You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GnuCOBOL compiler is named @command{cobc} (@command{cobc.exe} on a Windows system).
31
31
32
32
The following describes the syntax and option switches of the cobc command. This information may be displayed by entering the command @command{cobc--help} or @command{cobc-h}.
Copy file name to clipboardExpand all lines: guide/7.texi
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1020,7 +1020,7 @@ The
1020
1020
1021
1021
@item
1022
1022
The
1023
-
@syntaxidx{UPDATE} option will enable the supplied data field to be updated having been displayed on screen prior to data being entered by overwriting, if needed. When this option is @i{not} used the input field is cleared prior to input and this is the default but can be changed by the use of compiler steering command -faccept-with-update that can be input when starting the compiler or included in the configuration file e.g., default.conf used when selected by default @option{-std=default}. For more information see @ref{cobc-TheGnuCOBOLCompiler-Runtimeoptions} option switches) and @ref{CompilerConfigurationFiles}.
1023
+
@syntaxidx{UPDATE} option will enable the supplied data field to be updated having been displayed on screen prior to data being entered by overwriting, if needed. When this option is @i{not} used the input field is cleared prior to input and this is the default but can be changed by the use of compiler steering command -faccept-with-update that can be input when starting the compiler or included in the configuration file e.g., default.conf used when selected by default @option{-std=default}. For more information see @ref{cobc-TheGnuCOBOLCompiler} option switches) and @ref{CompilerConfigurationFiles}.
1024
1024
1025
1025
@item
1026
1026
This format of the @code{ACCEPT} statement will be terminated by any of the following events:
@@ -1806,7 +1806,7 @@ No @code{INVALID KEY} or @code{NOT INVALID KEY} clause may be specified for a fi
@@ -1978,7 +1978,7 @@ If this is needed then the use of @code{CONCATENATE} to built more than one elem
1978
1978
When @code{DISPLAY} is used without line or column controls only one variable or literal may will appear on a line, so the use of the above example should also be employed.
0 commit comments