-
Notifications
You must be signed in to change notification settings - Fork 2
Send GITQSH stdout job log to a new output queue when printing
Richard Schoen edited this page May 7, 2021
·
2 revisions
The GITQSH command logs STDOUT to a spool file using print file QSYSPRT as a base.
Overriding to the selected output queue can be done before calling the GITQSH command from your own processes as illustrated below
OVRPRTF FILE(QSYSPRT) OUTQ(QSYSPRT) OVRSCOPE(*JOB)
GITQSH CMDLINE('whatever qsh or git command') PRTSTDOUT(*YES)
DLTOVR FILE(QSYSPRT) LVL(*JOB)
OVRPRTF FILE(QSYSPRT) OUTQ(QSYSPRT) SPLFNAME(GITLOG) OVRSCOPE(*JOB)
GITQSH CMDLINE('whatever qsh or git command') PRTSTDOUT(*YES)
DLTOVR FILE(QSYSPRT) LVL(*JOB)
Visit iForGit product page at http://www.iforgit.com Visit MobiGoGO LLC at http://www.mobigogo.net