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.
SYMBSTART Details (↑ Choosing Run-time Behavior)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     For example, with SYMBSTART "1", the COBOL statement:
 
       SYMBOLIC CHARACTERS BEE IS 67
 
     declares a symbolic character BEE representing "B" since,
     counting from 1, "B" is the 67th character in the ASCII collating
     sequence. With SYMBSTART "0", BEE represents "C".
 
     For ANSI conformance use SYMBSTART "1"; for compatibility with
     previous products use SYMBSTART "0".
                                    -♦-