To compile the COBOL programs that comprise the MFDEMO application:
cobol demo001b dialect(vsc24) noflag anim noobj charset(ascii) outdd"sysout 121 r e"; cobol cdlidemo dialect(mf) osvs cicsecm noflag charset(ascii) anim noobj; cobol execdemo dialect(mf) cicsecm execdli noflag charset(ascii) anim noobj; cobol demo001t dialect(vsc24) noflag charset(ascii) anim noobj; cobol rghtjust dialect(mf) charset(ascii) anim noobj;
This creates an intermediate code (.int) and dictionary (.idy) file for each COBOL program.