SoftwareMining - Business Rule Extraction and Documentation 

Business Rule  
PRD_VIEW.CBL
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:
  • Screen statements

Business Rule Code
/**
 * c00Main_M890
 */

public void c00Main_M890 (){
  iData.setWsPrice(product.getProdPrice());
  perform("dispProd_M900");
  goBack();
}


/**
 * dispProd_M900
 */

public void dispProd_M900 (){
}