/usr/share/open-cobol/config/mvs.conf is in open-cobol 1.1-1+b1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | # COBOL compiler configuration -*- sh -*-
include "default.conf"
name: "IBM COBOL for MVS & VM"
assign-clause: ibm
pretty-display: no
complex-odo: yes
indirect-redefines: yes
binary-size: 2-4-8
binary-truncate: no
perform-osvs: yes
sticky-linkage: yes
top-level-occurs-clause: ok
eject-statement: ok
entry-statement: ok
relax-level-hierarchy: yes
not-reserved: CYCLE
not-reserved: NORMAL
|