Scott,
I understand what you mean... You mean to say "entry module."
But, I wanted to point out that you are using the wrong term.
I'm confused what's wrong with PEP Module?
It's the term that is used within the CRTPGM command (additional parameters,
first option!)
In the English Version you'll find "Program entry procedure module" in the
German version it is shortened to "PEP Modul" (I think because of
translation, even though Programmeingangsprozedur can also be shortened to
PEP either).
Online help:
"Specifies the module name that contains the program entry procedure
specification to be used for this program."
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
-----Ursprüngliche Nachricht-----
Von: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] Im
Auftrag von Scott Klement
Gesendet: Monday, 17. January 2011 20:31
An: RPG programming on the IBM i / System i
Betreff: Re: AW: Modules using NOMAIN, but not in a Service Program
hi Birgitta,
I understand what you mean... You mean to say "entry module."
But, I wanted to point out that you are using the wrong term. The PEP
is a routine generated by the compiler. Likewise, a "PEP module" (if
such a think exists) would be something generated by the compiler... and
IBM routine, not something you wrote!
When you invoke the CALL command, it calls the PEP (generated by
compiler), the PEP calls the UEP (user-entry procedure... the main
procedure of your entry module.) So you should say "only the module
containing the UEP is bound directly", or simply "only the entry module
is bound directly."
Just FYI.
On 1/16/2011 11:26 PM, Birgitta Hauser wrote:
In our programs only the PEP module is bound directly (i.e. all programs
are
created with CRTBNDPGM and a binding directory where all service programs
are registered).
As an Amazon Associate we earn from qualifying purchases.