Sunday, March 13, 2011

Check only particular lines in a program

Suppose the requirement is to check only few verbs for indentation etc - For ex: we want to check all the lines in the program which have the PIC clause so as to align it at a particular position -

Issue the command -
X ALL; F 'PIC' ALL

This command shows only those lines of code which have the PIC Clause

No comments:

Post a Comment