lawcmp - Compile Lawson
lawcmp [-lDmAO] productline
systemcode programcode/module
Compile an Infor Lawson RPG program or module.
Program Option | Description |
---|---|
l
|
Produce compile listing. This is stored as an .lst file in the IFS at $LAWDIR/productline/rpg/SYSCODERPGSRC/PROGRAMCODE.lst for programs and at $LAWDIR/productline/rpg/SYSCODEMODSRC/LIBNAME.lst for modules. |
D
|
Compile program for use with debugger. |
m
|
Compile program and its modules. |
A
|
If the product line is in staged mode, compile a program to the stage directory. |
O
|
If the product line is in staged mode, override the stage setting and place the compiled program in the runtime production environment. |