As400
connect
tn5250 host
quit
CTRL + q
Send message via ssh
ssh USER@host.net "system \"SNDMSG MSG('this is a test msg') TOMSGQ(*SYSOPR)\""
Read messages via ssh
ssh IPMONTEST@jnlp4003.corp.jndata.net.jndata 'system "dspmsg qsysopr"'
tn5250 host
CTRL + q
ssh USER@host.net "system \"SNDMSG MSG('this is a test msg') TOMSGQ(*SYSOPR)\""
ssh IPMONTEST@jnlp4003.corp.jndata.net.jndata 'system "dspmsg qsysopr"'