-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
With this existing line of code, press F4. The prompt only picks up the first parm. The other parms are lost:
CALL PGM(MYPGM) PARM( (&PARM1) (&PARM2) (&PARM3) )
It doesn't matter if there are spaces between the parentheses and variables.
Also, the same issue happens with this line of code (it does compile even though technically, it is not formatted "correctly")
CALL PGM(MYPGM) PARM( &PARM1 &PARM2 &PARM3 )
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels