mf370chk

Assembles an Assembler source (.mlc) file and links it to an executable (.390) file.

Syntax:

run mf370chk filename[.mlc] compDirective[ ...]][{linkerDirective ... | linkfile.LIN}][;]

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.
linkerDirective
One or more linker directives, separated by a space. See Assembler Linker Directives for more information.
linkfile
The name of a link file containing linker directives. See Assembler Link Files for more information.