SoftwareMining - Business Rule Extraction and Documentation
| Business Rule |
PRD_VIEW.CBL |
||
| COBOL Documentation |
|
||
| Persistent Records: | |||
| Signature (From Linkage Section) | |||
| Working Storage Section |
| Analyst's Description/Comments |
Data Filters Applied to this rule:
|
| Business Rule Code |
/**
* c00Main_M890
*/
public void c00Main_M890 (){
iData.setWsPrice(product.getProdPrice());
perform("dispProd_M900");
goBack();
}
/**
* dispProd_M900
*/
public void dispProd_M900 (){
}
|