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



On Mon, Apr 13, 2020 at 5:50 PM Booth Martin <booth@xxxxxxxxxxxx> wrote:

I have a general question on a very similar project: In today's modern
world should we be using commands or should we be swiveling toward the
use of service programs for this sort of problem?

Booth,

We don't swivel away from commands and toward service programs, or
vice versa. They are very different tools, and there isn't much
overlap between what they do. Nor are they mutually exclusive. Neither
one is "more modern" than the other.

A service program is a library of ILE-linkable code. The point of it
is to be a mechanism for modularity and code reuse. It's only of use
to programmers, particularly ILE programmers.

A command is something that can be invoked from CL, either
interactively at a prompt, or in a CLP. It could be useful to
programmers, but it's also something that system administrators or
perhaps even end users interact with. Even to the extent that it's
useful to programmers, it's at a different "level" than service
programs.

Indeed, a command is just a wrapper that accepts parameters and passes
them to an almost arbitrary program. That program could well involve a
service program in its implementation.

So, I have to say, I don't think the question even makes much sense.

John Y.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.