gnucobol-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[open-cobol-list] What is a level 77 piece of data


From: Duke Normandin
Subject: [open-cobol-list] What is a level 77 piece of data
Date: Wed, 5 Aug 2009 15:59:24 -0600 (MDT)
User-agent: Alpine 2.00 (OSX 1167 2008-08-23)

I hope that I'm using the correct terminology - correct me
otherwise...

000010 IDENTIFICATION DIVISION.
000020 PROGRAM-ID. addition.
000030 ENVIRONMENT DIVISION.
000040 DATA DIVISION.
000050 WORKING-STORAGE SECTION.
000060   77  myvar PIC 999.

Does OC support "level 77" variables?
What is the meaning of "level 77"?
Is it legal to use lowercase var. names in OC? COBOL in general?
Is it correct to write "level 77" vars in Area B?
-- 
duke


reply via email to

[Prev in Thread] Current Thread [Next in Thread]