Hello everyone,
I am quite new to REXX and I am assigned to develop a rexx tool which should check if the programmer has followed cobol standards. In the process I need to check the following for which I need some help and your valuable inputs
a)A Para must have a period only at the end of it, I need to find a way to identify if it's not followed
b)All the paragraphs must have an exit Para with an exit statement
C)usage of negative conditional statements need to be identified.
Looking forward to your inputs or ideas.