skip to main content

Transitioning from RM/COBOL : Run time and configuration

Run time and configuration
iscobol.file.index.check_all_keys (boolean) should be set to true in the configuration in order to activate the check on keys structure.
iscobol.gui.screen_col_zero (boolean) should be set to true in the configuration for compatibility on the DISPLAY at COLUMN 0.
If RM/COBOL programs were written in RM/COBOL-85, instead, set:
or by compiling programs with the following compiler option:
 program-id. runcobol.
 working-storage section.
 01 prg-name          pic x(32).
 01 parameters        pic x(2047).
 01  main-linkage.
     03  cmd-length   pic 9(4binary value 0.
     03  cmd-line     pic x(2047).
 procedure division chaining prg-name, parameters.
 move parameters to cmd-line.
 inspect cmd-line tallying cmd-length for
         characters before initial trailing space
 call prg-name using main-linkage.
 goback.
Then, instead of running:
Run:

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left