Difference between revisions of "Custom Compile Commands"

From MidrangeWiki
Jump to: navigation, search
(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:

  1. Produce the event file
  2. Include the following text items:
    1. *EVENTF
    2. SRCMBR(member-name)
  3. 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