Previous Topic Next topic Print topic


Compiling the COBOL Programs

To compile the COBOL programs that comprise the Mfdemo application:

  1. At a command prompt, navigate to the folder containing Mfdemo's source files, which by default is /mto-ims/ivp .
  2. Enter the following commands:
    cob DEMO001B.cbl -C "dialect(vsc24) noflag anim noobj charset(ascii) outdd(sysout 121 r e)"
    cob CDLIDEMO.cbl -C "dialect(mf) osvs cicsecm noflag charset(ascii) anim noobj"
    cob EXECDEMO -C "dialect(mf) cicsecm execdli noflag charset(ascii) anim noobj"
    cob DEMO001T.cbl -C "dialect(vsc24) noflag charset(ascii) anim noobj"
    cob RGHTJUST.cbl -C "dialect(mf) charset(ascii) anim noobj"

This creates an intermediate code (.int) and dictionary (.idy) file for each COBOL program.

Previous Topic Next topic Print topic