One can have a look at our "Rexx Telecourse" TCVM1, were we explain the
benefits and side effects of using ADDRESS COMMAND.
Find it here
  http://www.vm.ibm.com/download/packages/descript.cgi?TCVM1
P.S. using call diag 8 to issue the SMSG will fix this particular problem,
but coding an ADDRESS COMMAND in front of the exec will avoid many possible
problems.

2010/2/2 Bruce Hayden <bjhay...@gmail.com>

> Put it in your exec as:
> Address Command  'CP SMSG'  VMUSER  tline
> And if 'VMUSER' is the userid and not a variable, put it in the quotes too:
> Address Command  'CP SMSG  VMUSER'  tline
>
> On Tue, Feb 2, 2010 at 11:02 AM, Aisik Chang <a829...@gmail.com> wrote:
> > I have an exec:
> >
> > /*  */
> > tline = 'This is a testing'
> > 'CP SMSG'  VMUSER  tline
> > exit
> > ----------------
> > VMUSER received all uppercase text.
> >  Is there was to send mixed case  with the command  CP SMSG ?
> >
> > Thanks,
> >
> > Ann
>
>
>
> --
> Bruce Hayden
> z/VM and Linux on System z ATS
> IBM, Endicott, NY
>



-- 
Kris Buelens,
IBM Belgium, VM customer support

Reply via email to