When you define a Program, you specify its main characteristics. All the fields are required.
Value | Meaning |
---|---|
N | No adaptation to a language variant. It is used to prevent program generation. |
0 | IBM MVS/ESA OS/390 |
1 | IBM DOS/VSE |
3 | UNIX, WINDOWS |
4 | BULL GCOS7 |
5 | BULL GCOS8 |
8 | UNISYS A Series |
C | Extraction of COBOL source code |
F | TANDEM |
I | DEC/VAX VMS |
K | ICL 2900 |
O | AS/400 |
Q | ACUCOBOL |
U | UNISYS 2200 Series |
X | IBM MVS/ESA OS/390 |
Value | Meaning |
---|---|
B | Batch Program structure This is the default option. It provides the general structure of an iterative program: beginning of loop (F05), end of run (F20), end of loop (F9099. GO TO F05). |
T | On-line Program structure Suppression of the loop, i.e: no beginning of loop (F05), no end of run (F20), no end of loop (F9099. GO TO F05). |
Value | Meaning |
---|---|
Present if not blank | It is the default value. The Data Element is present if its value is not blank. |
Present if not zero | The Data Element is present if its value is not zero. |
Present if not low-value | The Data Element is present if it does not contain low-values. This option is available for alphabetic and numeric Data Elements. |