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



It could be either depending on preference.  But, does it return a selected
date that is chosen by the user?  If it does then I would definitely make it
a procedure because it allows for clearer and cleaner code such as

eval    NewDate = SelectDate(InputDate)

I also think putting procedures into a service program is a very nice and
convenient packaging.  It is a lot easier for a programmer to find a
procedure in a service program than trying to find a program.

It does come down to a personal choice sometimes but for utility type
functions I do prefer putting them into procedures that are packaged in a
service program.

Scott Mildenberger

> -----Original Message-----
> From: Booth Martin [mailto:Booth@MartinVT.com]
> Sent: Thursday, August 15, 2002 10:50 AM
> To: rpg400-l@midrange.com
> Subject: RE: diff btw Procedures and Routines
>
>
> --
> --
> [ Picked text/plain from multipart/alternative ]
> I've been 5 years trying to get this straight and am still
> confused.  Lets
> say I have a utility program that is a pop-up calendar.  The
> parm is a date.
>   Should this be a program or a procedure?
>
>
>
> ---------------------------------------------------------
> Booth Martin   http://www.MartinVT.com
> Booth@MartinVT.com
> ---------------------------------------------------------
>
> -------Original Message-------
>
> From: rpg400-l@midrange.com
> Date: Thursday, August 15, 2002 12:45:09
> To: 'rpg400-l@midrange.com'
> Subject: RE: diff btw Procedures and Routines
>
> A procedure is encapsulated, where a subroutine is not.
>
> That is, a procedure can see variables that it defines, but
> not variables
> that the main program defines. This makes it a lot easier to
> determine what
> a procedure is actually doing and where it's getting it's
> return value(s).
>
> This makes a procedure "stand alone", and can be used in
> other programs with
> little modification (modification required for any File I/O
> may be required)
>
>
> It can be extremely difficult to copy a subroutine to another
> program, as
> you have to determine all the variables the subroutine uses,
> and what these
> are supposed to be set for, etc...
>
> I have been known to break my RPG IV program into Subroutines
> when it starts
> getting too large to group the logic. Whether or not these
> should be broken
> up into Procedures is probably a personal choice. But,
> subroutines that
> calculate a value or such, those I would put into Procedures.
>
> Regards,
>
> Jim Langston
>
> -----Original Message-----
> From: MURALI DHAR [mailto:nmuralidhar@rediffmail.com]
>
> why do we use procedures only in modules in ILE programs?why nt
> subroutines?whats the diff ...plz kindly answer me
> Best regards
> Murali
> _______________________________________________
> This is the RPG programming on the AS400 / iSeries (RPG400-L)
> mailing list
> To post a message email: RPG400-L@midrange.com
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l
> or email: RPG400-L-request@midrange.com
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
>
>
> .
> --
> [ Content of type image/gif deleted ]
> --
>
> _______________________________________________
> This is the RPG programming on the AS400 / iSeries (RPG400-L)
> mailing list
> To post a message email: RPG400-L@midrange.com
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l
> or email: RPG400-L-request@midrange.com
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/rpg400-l.
>


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.