TechTip: Messages with Pizzazz!

General
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

In the article "Reduce Indicator Usage," Doug Eckersley shows how to use display attribute fields to control display files. I use those same attributes to spice up messages.

If you compile the following short program and call it from a command line, you'll see what I mean.

PGM
DCL        VAR(&BLINK) TYPE(*CHAR) LEN(1) VALUE(X'28')
SNDPGMMSG  MSGID(CPF9897) MSGF(QCPFMSG) MSGDTA(&BLINK +
               *CAT 'By all means, PANIC NOW!') +
               MSGTYPE(*ESCAPE)

When the program sends the escape message, you will see the words "By all means, PANIC NOW!" on the message line (usually line 24) of the display. If you call the program from a dumb terminal, the message will blink. On an enhanced system, which supports color, the message will appear in red. The reason for the unusual message appearance is that the first character of the message is hexadecimal 28, which is one of those display attribute fields Doug Eckersley wrote about.

You may use more than one display attribute in a message. In the following code fragment, written for a color monitor, parts of the message are shown in blue, white, and green.


  DCL        VAR(&BLUE) TYPE(*CHAR) LEN(1) VALUE(X'3A')
  DCL        VAR(&WHITE) TYPE(*CHAR) LEN(1) VALUE(X'22')
  DCL        VAR(&GREEN) TYPE(*CHAR) LEN(1) VALUE(X'20')

  SNDPGMMSG  MSGID(CPF9897) MSGF(QCPFMSG) MSGDTA(&BLUE +
               *CAT 'This is' *CAT &WHITE *CAT 'the' +
               *CAT &GREEN *CAT 'msg') MSGTYPE(*ESCAPE)

To keep from having to specify a display attribute in CL programs, you can store display attributes in a message description instead. Whenever the message is displayed, the attribute will be applied. To see this in action, create a message file (or use one of your existing ones) and add a message to it.

CRTMSGF    MSGF(somelib/MYMSGF)
ADDMSGD    MSGID(XYZ0002) MSGF(MYMSGF) MSG(X'2E50F1') +
              FMT((*CHAR 78))

The first character of the message is hexadecimal 2E, which stands for blinking, underscored, high-intensity text on a dumb terminal and red, blinking, underscored text on a color display. Hex 50F1 represents the character combination &1, which i5/OS and OS/400 recognize as a substitution expression in message descriptions. The value you specify in the MSGDTA (message data) parameter when you send the message will replace the &1 expression.

SNDPGMMSG  MSGID(XYZ0002) MSGF(MYMSGF) MSGDTA('Let''s +
              get excited!!!!!') MSGTYPE(*ESCAPE)

I developed these techniques after reading the tip "Display Status Messages in Reverse Image," which is on page 68 of the MC Press Desktop Encyclopedia of Tips, Techniques, and Programming Practices.

James Gates has spent most of the past 15 years working with AS/400 and iSeries systems.

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$

Book Reviews

Resource Center

  •  

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: