cobol2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
FLAGSTD Details (↑ Compiler Control)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     String can consist of any of the following parameters:
 
       M       ANSI'85 defined Minimum COBOL subset
       I       ANSI'85 defined Intermediate COBOL subset
       H       ANSI'85 defined High COBOL subset
       C1      Communications optional module level 1
       C2      Communications optional module level 2
       D1      Debug optional module level 1
       D2      Debug optional module level 2
       S1      Segmentation optional module level 1
       S2      Segmentation optional module level 2
       R       Report writer optional module
       O       Obsolete language elements
 
     They can appear in any order but must be separated by at least one
     space. The following combination of flags can be specified:
 
      o  You must choose one of the following:                 M, I, H
      o  You can choose as many of the following as desired:   C1 or C2
                                                               D1 or D2
                                                               S1 or S2
                                                               R
      o  You can also choose the following flag:               O
 
     FLAG and FLAGSTD provide similar functionality and thus only one
     may be used.
 
     The ANS85 directive must be on.
                                    -♦-