| Cevela about COBOL | COBOL language - Home - Site Map - About Cevela - MX COBOL <prev next> |
02-1
[identification division.]
[program-id.
Prog-1 ..]
..
|
60-1
text-character words*
cobol-reserved-words*
XXYYZZ, XxYyZz, xxyyzz, xx-yy-zz, (max 30 chars with hyphens)
eg. move, perform, to, working-storage, tally, ... etc.
|
60-1
spec-char words*
arithmetic operators*
+ - * / ** =
|
60-1
level numbers*
1-9, 01-49, 66, 77, 88,
|
Abc-1
alphabet
Char-1
one character LitX-1
Cond-1
condition name
Dat-1
data item
Dat9-1
elementary numeric data item
DatG-1
group data item
DatI-1
elementary index data item
DatR-1
report data item
DatX-1
elementary alphanumeric data item
Dev-1
device name
File-1
file
FileS-1
file status
Ind-1
special index
Int-1
integer number (include 0 and signed negative)
Lit-1
literal
Lit9-1
numeric literal [sign, decimal point]
LitX-1
alphanumeric literal, all literal, fig-constant
Num-1
natural number (Int > 0)
Proc-1
procedure section, paragraph
Prog-1
program, subprogram
Rec-1
record data item
Rep-1
report
Screen-1
screen (DatG-1 within screen section)
|
60-1
separators-indicators*
cobol word's separators*
space[s] ,space ;space .space ( )
|
60-1
pic-string symbols*
pic data categories*
A a X x N n 9
|
60-1
literals*
numeric constants*
|
60-1
comment indicators*
* &
Remark:
indicator & is implemented in MX only
|