Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Command Entry

Liam Allan edited this page Aug 11, 2017 · 1 revision

There are two sections to this window. The textbox where you can enter commands and the command log section.

Each set of commands you submit will have it's own job. To have multiple commands run on the same job, separate each command a by line. It's important to note that each job will have a starting current directory of /QSYS.lib and you can use CD [dir] to change it. You should also submit a CHGLIBL command to specify a library list if required.

For example, if you wanted to compile code in your home directory you might submit

CD '/home/USER'
CRTBNDRPG PGM(MYLIB/mypgm) SRCSTMF('mypgm.rpgle') OPTION(*EVENTF)

When entering commands, use Enter to go to the next line. To submit entered commands, use Ctrl+Enter.

Clone this wiki locally