Previous Topic: ExerciseNext Topic: The System1 News Panel


The System News Menu

The following program shows the panel definition for the System News Menu (data set member MNU001):

)ATTR 
  % TYPE(text) INTENSE(HI) SKIP(ON) COLOR(white)
  + TYPE(text) INTENSE(LOW) SKIP(ON) COLOR(green)
  _ TYPE(input) INTENSE(LOW) COLOR(white)
)BODY 
+         System News Menu 
&zpanel
       %PF1 +System 1 News 
       %PF2 +System 2 News
    + ===>_acmd
%Press a PF key to display news
)INIT
)END