Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
** 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)
D Command_String S 3000A Varying
D Quote C ''''
Command_String = 'SBMJOB CMD(CALL PGM(MYPGM) PARM(' +
Quote + parm1 + quote + '))';
Runcmd(Command_String : %LEN(%TRIMR (Command_String)));