Difference between revisions of "Custom Compile Commands"
From MidrangeWiki
(New page with basic information on custom compile commands.) |
m |
||
Line 5: | Line 5: | ||
## *EVENTF | ## *EVENTF | ||
## SRCMBR(<i>member-name</i>) | ## SRCMBR(<i>member-name</i>) | ||
+ | # Note: These items do not have to be active command parameters ... they can be referenced as a command comment (i.e., <code>/* *EVENTF SRCMBR(<i>member-name</i>) */</code> | ||
See the IBM web page at: | See the IBM web page at: |
Revision as of 20:40, 3 November 2009
To have the error list appear, your custom compile command must do two things:
- Produce the event file
- Include the following text items:
- *EVENTF
- SRCMBR(member-name)
- Note: These items do not have to be active command parameters ... they can be referenced as a command comment (i.e.,
/* *EVENTF SRCMBR(member-name) */
See the IBM web page at: http://snipurl.com/1dpe8 or http://www.ibm.com/support/docview.wss?rs=3239&context=SSZND2&dc=DB520&dc=D600&dc=DB530&dc=D700&dc=DB500&dc=DB540&dc=DB510&dc=DB550&q1=compile&uid=swg21231854&loc=en_US&cs=utf-8&lang=en