run mm370asm filename[.mlc] [compDirective[ ...]][;]
Command line compatibility with the assembler component of the Micro Focus Mainframe Express product is maintained. Batch files used with Mainframe Express should work correctly under Enterprise Developer. In particular the MF370CHK (Micro Focus 370 Checker) module along with the MM370ASM (standalone assembler) and the MF370LNK (standalone assembler linker) are present. So command lines used under Mainframe Express to assemble and link assembler modules do work
Mainframe Express Command Line
RUN MF370CHK TEST.MLC OMF(390) NOANIM NOLIST;
Assemble and Link Modules in Separate Commands
RUN MM370ASM TEST.MLC NOANIM; RUN MF370LNK TEST.OBJ NOANIM NOLIST ;