GAVIN Darren * OPS EAS wrote:
Here is how we build our DLL Modules

Compile PROCESS TRUNC(BIN) DLL EXPORTALL PGMNAME(LONGMIXED)
On the link

DYNAM(DLL),RENT,CASE(MIXED)

If you specify DYNAM(DLL) on the process statement instead of on the
linkage parms, like one should be able to do, the integrated translator
will error off.

Darren

Yeah, but, there is no DYNAM(DLL) for COBOL process
statements. There is DYNAM, NODYNAM, DLL and NODLL.

Valid combinations of these:
        
NODYNAM, DLL
DYNAM, NODLL

since DLL forces NODYNAM.

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

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