HP3000-L Archives

November 1999, Week 3

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:
Abraham Zwygart <[log in to unmask]>
Reply To:
Abraham Zwygart <[log in to unmask]>
Date:
Thu, 18 Nov 1999 08:52:12 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (35 lines)
Just upgraded the HP3000 operation system from 5.5 to 6.0  After the upgrade
I have noticed the following problem:

We use '$SET X##' commands in RPG programs to set deferent compile level
debug statements.  With the new version of the operating system only 'X0'
through 'X5' work.  The manual dose not say there is a upper limit on how
many you can have.  Is this a new feature or a new bug?

Sample Code:
     $SET X0  = ON   << ON=ALLOW Debugging Statements               >>
     $SET X1  = OFF  << ON= Debugging Manufacturing Operations      >>
...
     $SET X5  = ON   << ON=Debug SHIPPING TERR./TOLERANCE SCREEN    >>
....
     $SET X99 = ON  << ON=V/PLUS Trace File                        >>

     $if X0 = ON        << Debugging code >>
     HRPGDUMP 1J           X                       X  N           0
     $if X0 = OFF       << No Debugging code >>
     HRPGDUMP  J           X                       X  N           0
     $if                << End of $if >>

...
     $if X5 = ON        << Debugging code >>
     CSR         ">FORMC0" DEBUGBUGLIST
     $if                << End Debugging code >>


Abraham Zwygart
Anodizing Inc.
Senior Programmer Analysts     Email: [log in to unmask]

The thoughts, comments, and opinions expressed herein are mine
and do not reflect those of my employer(s), or anyone else.

ATOM RSS1 RSS2