ibmi-clcmd

star 0

Execute IBM i CL (Control Language) commands via SSH

ProfoundLogic By ProfoundLogic schedule Updated 3/12/2026

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:

Install via CLI
npx skills add https://github.com/ProfoundLogic/coderflow-demo-setup --skill ibmi-clcmd
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
ProfoundLogic
ProfoundLogic Explore all skills →