Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: xathrasJust to follow on from this thread. You can achieve this with the correct i-series authority.
You will need service authority at least.
In a JDBC Execute node you do the following:
sqlNonSelect("CALL QSYS.QCMDEXEC('SBMJOB CMD(DLYJOB DLY5)', 0000000023.00000)")
You need to ensure you call the CALL QSYS.QCMDEXEC allow you to call commands like SBMJOB.
You will need to measure the character length in the brakets for the SBMJOB command to get length of the command - Sorry i-Series is a pain like this.
The character length needs to be treated as a 10 digit number e.g. 23 = 0000000023