In the interim a simple REXX program? (Assuming you have a SECUSER or a
privileged user)
/* */
parse arg Target Command
upper Target
CPRc = DIAGRC(8,'SEND' Target 'VINPUT' Command)
parse var CPRC Rc Message
if (Rc <> 0) then
say Message
exit Rc
On 8/16/19, 12:47, "Linux on 390 Port on behalf of Marcy Cortes"
<[email protected] on behalf of [email protected]> wrote:
Alan wrote:
>I've been thinking for some time that we might want to consider revisiting
>that for the VINPUT command. It's a command specifically designed to
>deliver data to a guest, not CP and not someone else's console. As such,
>it should be left to the guest to do the translation if it wants to.
That sounds like a great idea. RFE anyone? Or add to the z/VM council
site?
Marcy
----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or
visit
http://www2.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www2.marist.edu/htbin/wlvindex?LINUX-390