◄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. -♦-