Manual Compile of a Lawson Program
To do a full manual recompile of a Lawson Program, follow these simple steps:
- Open a LID session
- Navigate to <LAWDIR>/<prodline>/map/default
- Run the command scrgen <prodline> <system code> <program code>
- for example: scrgen prod PO PO54
- Run the command xscrgen <productline> <program code>
- For example: xscrgen prod PO PO54
- Run the command lstinvk -q <prodline> <program code>
- For example: lstinvk -q prod PO54
- Run the command qcompile <prodline> <system code> <program code>
- For example: qcompile prod PO PO54
- Use the command qstatus to check the status of the compile
Once the compile is complete, check your program again. That’s all there is to it!
Leave a Reply
Want to join the discussion?Feel free to contribute!