× 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.


  • Subject: RE: CF-Spec - another call for opinions
  • From: Rob Berendt <rob@xxxxxxxxx>
  • Date: Thu, 12 Aug 1999 14:23:11 -0500

Chris,

Do you allow the use of procedures in your shop, such as:
C                 eval   answer=myproc(parm1:parm2:parm3)
or
C                 callp myotherproc(Parm)

If one fails to create a procedure reference manual myproc or myotherproc  the 
above would be no better than
CF  answer=myproc(parm1:parm2:parm3)
CF  myotherproc(Parm)







ChrisB@cross-check.com on 08/12/99 01:57:57 PM
Please respond to RPG400-L@midrange.com@Internet
To:     RPG400-L@midrange.com@Internet
cc:      
Fax to: 
Subject:        RE: CF-Spec - another call for opinions

Hans,

What I have been reading about "C" is it is like your option 2.  Would it
not be easier to add rpg type opt code function to "C".  Then we can all
switch to "C" and RPG could just Die.   Don't get me wrong, I love RPG.  It
was easy to learn and is easy to read.  "C" on the other hand is all based
on functions, which there are lots of in different libraries.  I find "C"
difficult to read and follow.  Lets keep RPG simple and understandable.
Keep the op codes.  My vote is for option 1.

My humble option

Christopher K. Bipes    mailto:ChrisB@Cross-Check.com
Sr. Programmer/Analyst  mailto:Chris_Bipes@Yahoo.com
CrossCheck, Inc.                http://www.cross-check.com
6119 State Farm Drive   Phone: 707 586-0551 x 1102
Rohnert Park  CA  94928 Fax: 707 586-1884



-----Original Message-----
From: boldt@ca.ibm.com [mailto:boldt@ca.ibm.com]
Sent: Wednesday, August 11, 1999 10:25 AM
To: RPG400-L@midrange.com
Subject: CF-Spec - another call for opinions


So, please consider and choose one of the following options:

1) Make EVAL and CALLP always required:

      CF eval KeepLooping = *ON
      CF dow KeepLooping
      CF    read MasterFile
      CF    if %eof
      CF       callp HandleEndOfFile()
      CF    endif
      CF enddo

2) Allow EVAL and CALLP to be omitted:

      CF KeepLooping = *ON
      CF dow KeepLooping
      CF    read MasterFile
      CF    if %eof
      CF       HandleEndOfFile()
      CF    endif
      CF enddo
Cheers!  Hans

Hans Boldt, ILE RPG Development, IBM Toronto Lab, boldt@ca.ibm.com
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---END



+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.