-Si and -Sx compiler options: Setting Multiple Values

0 Likes

This article describes how to set multiple values for Source Code Control options of the ACUCOBOL-GT compiler.

Problem:

Is it possible to use multiple patterns with –Si and –Sx compiler options?

Resolution:

To use multiple values, you can repeat the option:

Ccbl32 –Si value1 –Si value2 –Si value3 program.cbl

Or separate all the values with a semi colon:

Ccbl32 –Si value1;value2;value3 program.cbl

Incident Number: 2279382

Old KB# 14282
Comment List
Related
Recommended