McKown, John wrote:
Is there any reason that anybody can think of for making an ASSEMBLER
program an LE main routine, other than if it invokes some LE subroutines
or COBOL (or other LE-enabled language) subroutines? What about if it
uses the BPX... subroutines to do UNIX work?

More curious than anything else.

Assembler programs do not need to be LE for calling BPX routines.
But one nice side effect of making an Assembler program LE-conforming
is that it can then call C functions directly (you do not need to
invoke a C program that then calls the C functions you're after).
So printf, scanf, and so on can be invoked directly from the
Assembler program. But you don't want the tail wagging the dog,
it's always important to clearly define what the program is to
be doing.


<I won't even put an ad here ;-) />





--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology


Kind regards,

-Steve Comstock
The Trainer's Friend, Inc.

303-393-8716
http://www.trainersfriend.com

  z/OS Application development made easier
    * Our classes include
       + How things work
       + Programming examples with realistic applications
       + Starter / skeleton code
       + Complete working programs
       + Useful utilities and subroutines
       + Tips and techniques

==> call or email to receive a free sample student handout <==

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to