Yan Ying wrote:
Hi all,
I want to change the logon panel 's color.I cannot find how to control the color of the TEXT in USSTAB.Anybody
know where IBM explain how to control that?Thanks a lot.
BR
YY
[SNIP]
Yan Ying,
If you think the following macros would help, I suppose I could send them to you. Laying out the USSTAB screen using colors is easy with a set of 5 macros, which I will call the TCPHEAD package, that my shop has. I am not sure where they came from, but I suspect McGill University because the TCPHEAD macro itself says:

WRITTEN BY:  JOSETTE MUYAL
             PROPERTY OF MCGILL UNIVERSITY COMPUTING CENTER

Many changes made by Leonard D. Woren
                  of the University of Southern California
and we used to run McGill's TN3270  before they sold it to Hummingbird.

Here are a few lines of our assembler code that lay out the USSTAB using the F3270 macro of the TCPHEAD package to specify positions and colors:

* Put the following in green at line 1, column 62 F3270 POS=(1,61),ATTR=(SFE,GREEN)
        DC    C'ENGINEERING LPAR'
* Continue in green at line 2, column 3
        F3270 POS=(2,2)
        DC  C'For assistance call the UIS Help Desk at (202)687-4949.'
* The following in red at line 3, column 63
        F3270 POS=(2,61),ATTR=(SFE,RED)
        DC    C'Authorized use only'

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to