Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IBM AS400 COBOL Conditionally have a record blink

chuckw0325

Programmer
Dec 2, 2024
14
I am new to using display screen and subfiles. Is there a way to have a record in a list blink if the value of a field is negative while all other records would not blink? I know you can use DSPATR(BL) on a field but my understanding is that field would always blink in that case. I want the entire record, or just the one field, to only blink if a value is negative. I know it needs to be done within the COBOL program somehow but I'm not sure how. Any assistance would be greatly appreciated.
 

Part and Inventory Search

Sponsor

Back
Top