** Prototype definition for QCMDEXC
D Runcmd PR EXTPGM('QCMDEXC')
D Cmdstr 3000A CONST OPTIONS(*VARSIZE)
D Cmdlen 15P 5 CONST
D Cmddbcs 3A CONST OPTIONS(*NOPASS)
You should define the command string as Varying, like this:
Code:
D Command_String S 3000A Varying
To get around the quote issue, I define a quote as a named constant:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.