Or you can use 
   tline = 'This is a test'
   userid = 'JOEUSER' 

   call diag 8, 'SMSG' userid tline 
Or call diag 8, 'SMSG JOEUSER' tline

There are other variations on the theme, as well. (However, none so good as 
Rachmaninov's "Rhapsody on a Theme by Paganini".)

Regards, 
Richard Schuh 

 

> -----Original Message-----
> From: The IBM z/VM Operating System 
> [mailto:ib...@listserv.uark.edu] On Behalf Of Bruce Hayden
> Sent: Tuesday, February 02, 2010 12:18 PM
> To: IBMVM@LISTSERV.UARK.EDU
> Subject: Re: mixed text in CP SMSG
> 
> 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
> 

Reply via email to