SoftwareMining - Business Rule Extraction and Documentation 

Business Rule  
COBOL Documentation
PRD_VIEW.html
Persistent Records:
Signature (From Linkage Section) 
Working Storage Section

 

Analyst's Description/Comments
Data Filters Applied to this rule:
  • NONE
Statement Category Filters: The following statement types have been filtererd out
  • Screen Handling Statements

Business Rule Code
/**
 * c00Main_M10
 */
public void c00Main_M10 ()
{
  idata.setWsPrice(product2.getProdPrice());
  perform("dispProd_M20");
  goBack();
}

/**
 * dispProd_M20
 */
public void dispProd_M20 ()
{
}