DFHEDP1$ executable module

Entry points

PREPROC

Description

The C translator module performs the following functions:
  • Runs offline.
  • Takes on an input file.
  • Produces an output or listing file.
  • Gives a return code according to the highest severity of the message produced:
     0 - no message
     4 - warning
     8 - error
    12 - severe error
    16 - translator failure.
  • Inserts the EIB definition at the head of the translated output.
  • If the DLI translator option is specified, inserts the DIB definition
  • Replaces all CICS and DL/I commands in the input program by function calls (dfhexec) in the output program.
  • Inserts diagnostics from any errors in commands, as messages on the translator listing file.