Is Cobol is case sensitive?
I'll answer
Earn 20 gold coins for an accepted answer.20
Earn 20 gold coins for an accepted answer.
40more
40more
Studied at the University of Seoul, Lives in Seoul, South Korea.
Moreover, the syntax (like other early languages, including FORTRAN) is not designed to follow a formal grammar; for this reason COBOL and FORTRAN parsers are rarely implemented using automatic code generators. While many sites still use all uppercase characters, modern COBOL compilers are case-insensitive.
2023-05-12 16:08:09
评论(499)
Helpful(122)
Helpful
Helpful(2)

Julian Turner
QuesHub.com delivers expert answers and knowledge to you.
Moreover, the syntax (like other early languages, including FORTRAN) is not designed to follow a formal grammar; for this reason COBOL and FORTRAN parsers are rarely implemented using automatic code generators. While many sites still use all uppercase characters, modern COBOL compilers are case-insensitive.