Getting message to highlight in color



Support for CICS/ESA, CICS/TS & Transaction Gateway, CICS Configuration Manager and CICS Performance Analyzer

Getting message to highlight in color

Postby fbryant2010 » Tue Jul 12, 2011 12:53 am

Trying to get the message to highlight in RED.

BATCH#: 23 STORE: 7001 INVOICE: 003990 04/02/11 DRIVER CREDIT MEMO: 400001
*CREDIT ALLOWANCE STORE* <===== need to be in RED
TO BE CREDITED: TO BE CHARGED OR RETURNED:
ITEM REAS QTY WEIGHT TYPE ITEM/UPC REAS QTY WEIGHT MESSAGE



01 APS-SCREEN-ATTRIBUTES.
05 TP-ATTR-RED PIC X(01) VALUE '2'.

MOVE TP-ATTR-RED TO ARM0700-CREDIT-ALWNCO
MOVE '*CREDIT ALLOWANCE STORE*' TO
ARM0700-CREDIT-ALWNCO
fbryant2010
 
Posts: 20
Joined: Fri Oct 08, 2010 9:52 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Getting message to highlight in color

Postby dick scherrer » Tue Jul 12, 2011 12:59 am

Hello,

Do other colors work for you in CICS?

Suggest you talk with the 3270-emulator support people and make sure your colors are defined as needed.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: Getting message to highlight in color

Postby fbryant2010 » Tue Jul 12, 2011 1:02 am

No. The other colors do not work either.

Thanks.
fbryant2010
 
Posts: 20
Joined: Fri Oct 08, 2010 9:52 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Getting message to highlight in color

Postby BillyBoyo » Tue Jul 12, 2011 4:35 am

fbryant2010 wrote:Trying to get the message to highlight in RED.

[...]
01 APS-SCREEN-ATTRIBUTES.
05 TP-ATTR-RED PIC X(01) VALUE '2'.

MOVE TP-ATTR-RED TO ARM0700-CREDIT-ALWNCO
MOVE '*CREDIT ALLOWANCE STORE*' TO
ARM0700-CREDIT-ALWNCO


Looks like you move the attribute to the data field, then overwrite it with the data.
BillyBoyo
Global moderator
 
Posts: 3804
Joined: Tue Jan 25, 2011 12:02 am
Has thanked: 22 times
Been thanked: 265 times


Return to CICS

 


  • Related topics
    Replies
    Views
    Last post