× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



A lot of this may make sense "in context".  "Seek first to understand" is 
a good habit to get into.  For example I may do some code that may have
qcmdexc(mycmd:cmdlen);
// check error from psds
select;
when ExceptionId=*blanks;
  // ok
when ExceptionId='CPF2103';
  // library list entry was already there, ignore
when ExceptionId='CPFxxxx';
  // this choice location for rent
  // translation:  I plan on putting further error trapping in here
other
  // generic error handler
EndSl;

So for your GOTO NEXTONE they may have intended to put some error trapping 
in between.

And (without the despicable indicator) this might make more sense
0309.00 C     XTCHKH        IFGE      LDRDTH 
0310.00 C     XTCHKH        ANDLE     LDTDTH 
          // Falls in range, 
          //   do not display error,
          //   do not skip further processing
0311.00 C                   ELSE 
          // Otherwise, display error and skip all processing after endif
0312.00 C                   GOTO      TAG2 
0313.00 C                   ENDIF 


Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.