User`s guide

MACRO Compiler Qualifiers
A
MACRO Compiler Qualifiers
This appendix describes the invocation format of the MACRO Compiler for
OpenVMS systems and each of its qualifiers.
MACRO/MIGRATION
Invokes the MACRO Compiler for OpenVMS systems to compile one or more VAX
MACRO assembly language source files into native OpenVMS Alpha or OpenVMS
I64 object code.
Format
MACRO/MIGRATION filespec[+...]
Note
For OpenVMS Alpha and OpenVMS I64, the MACRO command defaults
to /MIGRATION.
Parameters
filespec[+...]
Specifies a VAX MACRO assembly language source file to be compiled. If you
specify more than one file, separate the file specifications with plus signs ( + ).
File specifications separated by plus signs are concatenated into one input file
and produce a single object file and, if indicated, a listing file.
Note
Unlike the VAX assembler, the MACRO compiler does not support the
creation of separate object files when the source files are separated by a
comma ( , ).
You cannot include a wildcard character in a file specification. For each file
specification, the compiler command supplies a default file type of MAR.
The compiler creates output files of one version higher than the highest version
existing in the target directory.
MACRO Compiler Qualifiers A–1