You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using &SYSNDX with subscripts is valid hlasm.
To Reproduce
MACRO
MAC
&SYSNDX(1,1)
MEND
MAC
There is an error at &SYSNDX(1,1). It is valid on mainframe.
Expected behavior
No errors.
Screenshots
Platform
Editor: VS Code 1.63
OS: Windows
Plugin version: 0.15.1
Additional context
It seems like the assembler treats SYSNDX (and possibly more system variables) more like macro parameters, while we treat it internally like C type variable symbol.
The text was updated successfully, but these errors were encountered:
Describe the bug
Using
&SYSNDX
with subscripts is valid hlasm.To Reproduce
There is an error at
&SYSNDX(1,1)
. It is valid on mainframe.Expected behavior
No errors.
Screenshots
Platform
Additional context
It seems like the assembler treats SYSNDX (and possibly more system variables) more like macro parameters, while we treat it internally like C type variable symbol.
The text was updated successfully, but these errors were encountered: