Skip to content

Commit c0fb617

Browse files
authored
fix: add missing keyword to suggestions (#2653)
1 parent 66c1938 commit c0fb617

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/engine/src/main/resources/LanguageKeywords.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2408,6 +2408,7 @@ YES=
24082408
YYDDD=
24092409
YYDDMM=
24102410
YW=
2411+
YYMMDD=
24112412
YYYYDDD=The conceptual data items DATE, DATE YYYYMMDD, DAY, DAY YYYYDDD, DAY-OF-WEEK, and TIME implicitly have USAGE DISPLAY. Because these are conceptual data items, they cannot be described in the COBOL program.<br>[Read more](https://www.ibm.com/support/knowledgecenter/en/SS6SG3_6.2.0/com.ibm.cobol62.ent.doc/PGandLR/ref/rlpsaccec.html)<br>\u00A9 Copyright IBM Corporation 1994, 2019.<br>U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
24122413
YYYYDDMM=
24132414
YYYYMMDD=The conceptual data items DATE, DATE YYYYMMDD, DAY, DAY YYYYDDD, DAY-OF-WEEK, and TIME implicitly have USAGE DISPLAY. Because these are conceptual data items, they cannot be described in the COBOL program.<br>[Read more](https://www.ibm.com/support/knowledgecenter/en/SS6SG3_6.2.0/com.ibm.cobol62.ent.doc/PGandLR/ref/rlpsaccec.html)<br>\u00A9 Copyright IBM Corporation 1994, 2019.<br>U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

0 commit comments

Comments
 (0)