Previous Topic: Access and Use the Standard Help PanelsNext Topic: Access and Use Help Glossary Panels


Access and Use the Help Example Panels

On most of the EasyRule standard help panels, you can see an example of a correctly filled-in panel, along with the OPS/REXX code that EasyRule would generate from those entries.

To access and use the help example panels

  1. Enter E on a standard help panel.

    The example of a correctly filled-in help example panel appears:

    EasyRule ----- MESSAGE RULE - DESCRIPTOR CODE CONDITIONS EXAMPLE ----- Tutorial COMMAND ===> M E S S A G E R U L E - D E S C R I P T O R C O D E C O N D I T I O N S Use S to select one or more of the following Descriptor Codes: S SYSFAIL (1) (Hilite, non-scrollable) EVENACTN (2) (Hilite only) .... S DYNSTAT (10) CRITEVET (11) Other Descriptor Code(s) ===> ------------------------------------------------------------------------------- This example will generate the highlighted OPS/REXX statements: )PROC EASYRULEDESC = OPSBITS("SYSFAIL") EASYRULEDESC = BITOR(EASYRULEDESC,OPSBITS("DYNSTAT")) IF (BITAND(MSG.DESC,EASYRULEDESC) = BITOR(EASYRULEDESC,"0000"X)) THEN DO ...

    Help example panels group information into two sections:

    Note: Sometimes, due to space limitations, not all lines of generated code appear.

  2. Take these actions on help example panels:

The help example panel has been accessed and reviewed.