Z Open Editor, or the COBOL language server, recognizes only one of the two possible syntaxes for the declaration of a "DEFINE" compilation option expressed in the zapp.yaml file (and probably also in settings.json, but not checked): using the equal character as a separator between the variable name and the associated value.
The syntax using the comma character as a separator is not recognized.
However, the comma separator is recommended for compatibility with the USS version of the IBM Enterprise COBOL compiler.
Expected behavior
Recognition of the two possible syntaxes for the DEFINE compiler option.
Development environment used
Problem Description
Z Open Editor, or the COBOL language server, recognizes only one of the two possible syntaxes for the declaration of a "DEFINE" compilation option expressed in the zapp.yaml file (and probably also in settings.json, but not checked): using the equal character as a separator between the variable name and the associated value. The syntax using the comma character as a separator is not recognized. However, the comma separator is recommended for compatibility with the USS version of the IBM Enterprise COBOL compiler.
Expected behavior
Recognition of the two possible syntaxes for the DEFINE compiler option.