mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fix typo in data item definition (#4076)
Change "with start with a level number" to "starts with a level number"
This commit is contained in:
parent
13991f615a
commit
f4138709d8
@ -44,7 +44,7 @@ organizations.
|
||||
|
||||
*Let's declare some variables.
|
||||
*We do this in the WORKING-STORAGE section within the DATA DIVISION.
|
||||
*Each data item (aka variable) with start with a level number,
|
||||
*Each data item (aka variable) starts with a level number,
|
||||
*then the name of the item, followed by a picture clause
|
||||
*describing the type of data that the variable will contain.
|
||||
*Almost every COBOL programmer will abbreviate PICTURE as PIC.
|
||||
|
Loading…
Reference in New Issue
Block a user