On Tue, Mar 17, 2015 at 7:06 AM, Steve Austin <[email protected]> wrote:
> Thanks Elardus, but however many quotes I insert they are appear to be
> ignored. I've tried the command from OMVS and get the same result (see below).
>
> Steve
Example output from an actual UNIX command line prompt (not BPXWUNIX)
LIH1:TSH009:/home/tsh009$
tsocmd "xmit lih1.tsh009 ds('sys1.ppoption')"
xmit lih1.tsh009 ds('sys1.ppoption')
INMX000I 0 message and 8 data records sent as 113 records to LIH1.TSH009
INMX001I Transmission occurred on 03/17/2015 at 07:43:04.
LIH1:TSH009:/home/tsh009$
Example REXX code, run from a UNIX prompt, which uses tsocmd to run XMIT
LIH1:TSH009:/home/tsh009$
cat ~/bin/do_xmit.rexx
/* REXX */
command="/bin/tsocmd ""xmit lih1.tsh009 ds('sys1.ppoption')"" "
say command
call bpxwunix command
LIH1:TSH009:/home/tsh009$
The running of the above
LIH1:TSH009:/home/tsh009$
do_xmit.rexx
/bin/tsocmd "xmit lih1.tsh009 ds('sys1.ppoption')"
xmit lih1.tsh009 ds('sys1.ppoption')
INMX000I 0 message and 8 data records sent as 113 records to LIH1.TSH009
INMX001I Transmission occurred on 03/17/2015 at 07:54:23.
LIH1:TSH009:/home/tsh009$
--
If you sent twitter messages while exploring, are you on a textpedition?
He's about as useful as a wax frying pan.
10 to the 12th power microphones = 1 Megaphone
Maranatha! <><
John McKown
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN