mm370asm

Assembles an Assembler source (.mlc) file.
Restriction: This topic applies to Windows environments only.

Syntax:

run mm370asm filename[.mlc] [compDirective[ ...]][;]

Parameters:

filename
The name of an assembler source file.
compDirective
One or more Assembler compiler directives, separated by a space. See Assembler Compiler Directives for more information.

Comments:

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

Examples:

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 ;