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.
ALPHASTART Details (↑ Choosing Run-time Behavior)
◄Key► ◄Summary► ◄Up► ◄Contents► ◄Index► ◄Back►
────────────────────────────────────────────────────────────────────────────
For example, with ALPHASTART "1", the COBOL statement:
ALPHABET MYALPHA IS 66, 67
declares an alphabet consisting of "A" and "B" since, counting
from 1, these are the 66th and 67th characters in the ASCII
collating sequence. With ALPHASTART "0", MYALPHA consists of "B"
and "C".
For ANSI conformance use ALPHASTART "1".
-♦-