HP3000-L Archives

January 2003, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Schlosser, Robert J" <[log in to unmask]>
Reply To:
Schlosser, Robert J
Date:
Thu, 9 Jan 2003 14:16:58 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (71 lines)
Jay

        The value of HPMSGFENCE can be set to do this.

        From HELP

HPMSGFENCE  A variable used by the CI that controls the output for all
            CI errors, warnings and skipped commands.  Skipped commands
            refer to commands that are not executed by the CI because
            they follow a conditional expression that evaluated FALSE.

            HPMSGFENCE is divided into 2 fields, 3 bits each in size.
            The low order field (bits 29..31) controls the output of
            CI error and warning messages as:
               0  =  display all CI errors and warnings
               1  =  show only errors, warning are suppressed
               2  =  suppress all CI errors and warning messages.

            The next field (bits 26..28) controls the output of
            skipped commands and the "*** EXPRESSION FALSE: ...",
            "*** EXPRESSION TRUE: ...", and "*** RESUME EXECUTION OF
            COMMANDS" messages:
               0  =  show all skipped commands and the above "***..."
                     messages
               1  =  show only the "***..." messages, suppress commands
                     that are skipped.  Integer value is 8.
               2  =  suppress the skipped commands and the "***..."
                     messages.  Integer value is 16.

            Combining the two fields results in the following table of
            HPMSGFENCE values:

       0   show "***", skipped commands,    CI warnings,    CI errors
       1   show "***", skipped commands,    no CI warnings, CI errors
       2   show "***", skipped commands,    no CI warnings, no CI errors
       8   show "***", no skipped commands, CI warnings,    CI errors
       9   show "***", no skipped commands, no warnings,    CI errors
       10  show "***", no skipped commands, no warnings,    no CI errors
       16  no "***",   no skipped commands, CI warnings,    CI errors
       17  no "***",   no skipped commands, no CI warnings, CI errors
       18  no "***",   no skipped commands, no CI warnings, no CI errors

           The initial value for HPMSGENCE is 0, which shows all errors,
           warnings and skipped commands.
           Type= Read/Write, Integer, CI local

-----Original Message-----
From: Jay Willis [mailto:[log in to unmask]]
Sent: Thursday, January 09, 2003 12:56 PM
To: [log in to unmask]
Subject: How to tidy up a stdlist when using IF...ELSE...


Hi all,

I was asked by my cow-orker how we might tidy up our stdlists that use an
if...else...endif.

We want to suppress all the lines that would follow the EXPRESSION FALSE
line so that the stdlist is easier to read and understand. We are using
streamx.

Thanks,
Jay

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2