Re: A little help with a REXX coding issue

2011-08-13 Thread Kris Buelens
Note too that these embedded attributes stop working as soon as the end-user uses CP's SCREEN command to give some color to VMOUT. And, when wanting to highlight whole lines (as opposed to a few characters in a line, one can get nicer effects when playing with CP SCREEN VMOUT. A simple example: 'C

Re: A little help with a REXX coding issue

2011-08-11 Thread Alan Altmark
On Thursday, 08/11/2011 at 12:23 EDT, "Feller, Paul" wrote: > Okay, this is interesting. I change the EXEC to use the hex codes that Mike > is using and the stuff seems to work with the blank space in the say command. > I?m using IBM PCOMM and it failed with my original code on a mod4 scre

Re: A little help with a REXX coding issue

2011-08-11 Thread Feller, Paul
nical Support From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of Mike Walter Sent: Thursday, August 11, 2011 11:03 AM To: IBMVM@LISTSERV.UARK.EDU Subject: Re: A little help with a REXX coding issue OK, re-reading your post, I copied/pasted the first exec into an E

Re: A little help with a REXX coding issue

2011-08-11 Thread Mike Walter
ERV.UARK.EDU] On Behalf Of Feller, Paul Sent: Thursday, August 11, 2011 10:09 AM To: IBMVM@LISTSERV.UARK.EDU Subject: A little help with a REXX coding issue I need a little help with a REXX coding issue. I'm trying to do some highlighting of messages coming out of REXX. The first test mes

Re: A little help with a REXX coding issue

2011-08-11 Thread Mike Walter
opinions expressed herein are mine alone, not my employer's. From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of Feller, Paul Sent: Thursday, August 11, 2011 10:09 AM To: IBMVM@LISTSERV.UARK.EDU Subject: A little help with a REXX coding issue I need a little

Re: A little help with a REXX coding issue

2011-08-11 Thread Ron Schmiedge
em using the 'hi' and 'lo' in SAY commands. I can only find one exec that simply does a 'say lo' with NO text at all, but it seems to work - next say is in green. Ron On Thu, Aug 11, 2011 at 9:09 AM, Feller, Paul wrote: > I need a little help with a REXX coding issu

Re: A little help with a REXX coding issue

2011-08-11 Thread Raymond Noal
27;) Raymond E. Noal EMC² where information lives Phone: (508) 249-4076 Ext: 44076 From: The IBM z/VM Operating System [mailto:IBMVM@LISTSERV.UARK.EDU] On Behalf Of Feller, Paul Sent: Thursday, August 11, 2011 11:09 AM To: IBMVM@LISTSERV.UARK.EDU Subject: A little help with

A little help with a REXX coding issue

2011-08-11 Thread Feller, Paul
I need a little help with a REXX coding issue. I'm trying to do some highlighting of messages coming out of REXX. The first test message works properly, part of the message is highlighted and part of the message is not. The second test message gets highlighted, but after that everythi