![]() |
OpenMake Meister |
To execute a footprint for a build using the ISPF panels, modify the OOMLOM options by selecting a “/” next to the “_ / to choose” field. Select the “Embed Foot Print in Final Target” option by entering a “/”. Execute your build.
To execute a footprint for a build using batch JCL, enter the “-e” option on the OOMLOM parameters line. Execute the JCL.
To retrieve the footprint information, update the omident JCL member as found in the openmake.jcllib.cntl data set.
Update the install high level qualifier on the
//STEPLIB DD DSN=<install qualifier>.OPENMAKE.OOMLOAD
Indicate the load module name for which you want to view the footprint by updating the following:
//LOADMOD DD DSN=<enter load module fully qualified name>
For Example:
//LOADMOD DD DSN=ACCTPAY.PROD.LOADLIB(ACCTPAY1),DISP=SHR
When executed, OMIDENT will scan the executable specified and print the information to SYSOUT. You can use SDSF to view SYSOUT and the footprint information.