mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-17 13:38:38 +01: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.
|
*Let's declare some variables.
|
||||||
*We do this in the WORKING-STORAGE section within the DATA DIVISION.
|
*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
|
*then the name of the item, followed by a picture clause
|
||||||
*describing the type of data that the variable will contain.
|
*describing the type of data that the variable will contain.
|
||||||
*Almost every COBOL programmer will abbreviate PICTURE as PIC.
|
*Almost every COBOL programmer will abbreviate PICTURE as PIC.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user