Created On: 21 February 2011
Problem:
How do you use Regular Expressions to search strings in a COBOL application?
Resolution:
Regular Expressions can be run using an ACUCOBOL-GT routine called C$REGEXP. A sample program is attached to this article to show the basic steps to follow to work with this routine.
Incident #2502571