View previous topic :: View next topic |
Author |
Message |
euphoria Beginner
Joined: 05 Dec 2005 Posts: 14 Topics: 8
|
Posted: Tue Jul 04, 2006 5:18 am Post subject: why are these names so archaic |
|
|
The compiler used to compile a COBOL pgm is IKFCBL00 or IGYCRCTL.
The program used to link-edit is IEWL.
Though I am comfortable using them,I don't understand why the naming is so bizarre.what does IEWL,or IKFCBL00 mean?Why couldn't they reanme the program as linkedit or compile?
Is it something basic ,which i have missed?
In anticipation.
thanks
euphoria |
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Wed Jul 05, 2006 9:12 am Post subject: |
|
|
Usually, each IBM software product has modules and messages with a common 3 char prefix. The old COBOL uses IKFxxxx and the link-edit family is IEWxxxx. Sometimes a module is given an alias of a more common name. For example, the SORT modules are ICExxxxx but the main module alias is "SORT" for ease of use. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
euphoria Beginner
Joined: 05 Dec 2005 Posts: 14 Topics: 8
|
Posted: Thu Jul 06, 2006 1:50 am Post subject: |
|
|
Thanks. |
|
Back to top |
|
 |
|
|