1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-06 14:56:54 +02: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:
andreytemn
2021-01-15 11:31:38 +01:00
committed by GitHub
parent 13991f615a
commit f4138709d8

View File

@@ -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.