COBOL/400 Language Help
- The program-name is a user-defined word that identifies your
program. The system uses the first 10 characters of the program-name as
the identifying name of the program.
- The first character must be alphabetic. If the first character is
not alphabetic, it is converted as follows:
- 0 is changed to J
- 1 through 9 are changed to A through I.
- If you use a non-trailing hyphen in positions 2 through 9 of the
program-name, the hyphen is changed to zero (0).
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.