gnucobol-users
[Top][All Lists]
Advanced

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

RE: [open-cobol-list] Parser error and level 78


From: vze3y7w8
Subject: RE: [open-cobol-list] Parser error and level 78
Date: Sun Aug 4 13:02:01 2002

There is one other thing about level 78.  Not only is it a constant, but it can be used as a numeric value wherever a numeric value fits.  For example:

 

78  cbFileName             VALUE 23.

 

01  RecordDefinition.

  03  FileName               PIC X(cbFileName).

 

--
address@hidden
http://www.boriskortiak.com/

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Giuseppina Santarella
Sent: Friday, July 12, 2002 4:04 AM
To: open-cobol-list
Subject: [open-cobol-list] Parser error and level 78

 

I have another problem:

in my code Cobol there's also a level 78... anybody know what is its use?

How I can do?


Thanks, Pina.


reply via email to

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