As400: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=connect= tn5250 host =quit= CTRL + q") |
(→quit) |
||
Line 3: | Line 3: | ||
=quit= | =quit= | ||
CTRL + q | CTRL + q | ||
=Send message via ssh= | |||
ssh IPMONTEST@jnlp4003.corp.jndata.net.jndata "system \"SNDMSG MSG('this is a test msg') TOMSGQ(*SYSOPR)\"" | |||
=Read messages via ssh= | |||
ssh IPMONTEST@jnlp4003.corp.jndata.net.jndata 'system "dspmsg qsysopr"' |
Revision as of 10:03, 16 March 2018
connect
tn5250 host
quit
CTRL + q
Send message via ssh
ssh IPMONTEST@jnlp4003.corp.jndata.net.jndata "system \"SNDMSG MSG('this is a test msg') TOMSGQ(*SYSOPR)\""
Read messages via ssh
ssh IPMONTEST@jnlp4003.corp.jndata.net.jndata 'system "dspmsg qsysopr"'