![]() |
OpenMake Meister |
Methods are the REXX programs that are called when OOMLOM needs to execute a compiler or development tool, based on a particular Build Rule. Methods tell the compiler or development tool what actions to perform. Build Types, Rules and Methods can be customized to support any compiler or development tool as long as the compiler or development tool can be executed from the command line.
The default Methods need to be modified to work on OS/390 2V10. The modifications are as follows:
1. Modify system dataset names in the Methods on the Knowledgebase Server to correspond with OS/390 2V10 dataset names.
2. Modify the entries in OOMDATA(OOMDSENV) to correspond with OS/390 2V10 dataset names.
In order to understand how to write Methods, you must first understand the REXX programming language. This manual is not intended to teach REXX. It is intended to document the use of the Command Script macro language used in conjunction with REXX, and to document the reusable REXX routines.