name: ibmi-clcmd description: Execute IBM i CL (Control Language) commands via SSH
Quick Start
Execute IBM i CL commands using the standard ssh command and the PASE system utility:
ssh user@host "system 'DSPLIBL'"
The system utility on IBM i PASE allows you to execute native CL commands and returns the output to stdout/stderr.
Examples
Display Library List
ssh user@host "system 'DSPLIBL'"
Work with Active Jobs in QINTER Subsystem
ssh user@host "system 'WRKACTJOB SBS(QINTER)'"
References
IBM i Documentation: