Author: frozenblood
Subject: Business Rule extraction
Posted: Tue Dec 27, 2016 10:06 am (GMT 5.5)
Hi,
I am currently working on building a logic to extract business rules from a COBOL program. My first step to this approach is to search for all variables being used in a program and trace them backwards to understand how they are getting populated.
I have written a simple REXX to search for variables being used in a program but having difficulties in trying to trace them back to procedure division/initialization and require your help in this regard. Can anyone provide me an idea how I can accomplish this and make it generic. Really appreciate if someone who has tried this in the past can share some thoughts.
Thanks
_________________
Thanks
Subject: Business Rule extraction
Posted: Tue Dec 27, 2016 10:06 am (GMT 5.5)
Hi,
I am currently working on building a logic to extract business rules from a COBOL program. My first step to this approach is to search for all variables being used in a program and trace them backwards to understand how they are getting populated.
I have written a simple REXX to search for variables being used in a program but having difficulties in trying to trace them back to procedure division/initialization and require your help in this regard. Can anyone provide me an idea how I can accomplish this and make it generic. Really appreciate if someone who has tried this in the past can share some thoughts.
Thanks
_________________
Thanks