... How can I use the compiler COBOL with usermod of SMPE??
SMP/E does not invoke the COBOL compiler. Instead you can do one of the following:
(1) Supply assembler source as ++SRC and SMP/E can assemble the source into a module object deck and link it into a load module in its target library.
(2) Supply a module object deck as ++MOD and SMP/E can link it into a load module in its target library.
(3) Supply a complete load module as ++PROGRAM and SMP/E can copy it into its target library.
-- Kurt Quackenbush -- IBM, SMP/E Development ---------------------------------------------------------------------- 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

