Skip to content

CALL Command loses parms when prompted #7

@dickdonohue

Description

@dickdonohue

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 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions