Skip to content

Commit 9cf237c

Browse files
Merge pull request #71 from binary-sequence-forks/data_names_underscore
Say explicit: underscore valid data-name character
2 parents 488ea12 + aa8543b commit 9cf237c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COBOL Programming with VSCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1255,7 +1255,7 @@ A list of COBOL variable name restrictions or rules are:
12551255

12561256
- Must not contain a space as a part of the name.
12571257

1258-
- Name contains letters (A-Z), digits (0-9), minus sign and hyphens (-).
1258+
- Name contains letters (A-Z), digits (0-9), underscores (_) and hyphens (-).
12591259

12601260
- Maximum length of 30 characters.
12611261

0 commit comments

Comments
 (0)