Find command that we have in mainframes is not a case sensitive search.
F ’FindMe’ will do a case insensitive search
But we have many scenarios wherein we need to search based on case, we can use the below command for the same -
F C’FindMe’ will do a case sensitive search
F ’FindMe’ will do a case insensitive search
But we have many scenarios wherein we need to search based on case, we can use the below command for the same -
F C’FindMe’ will do a case sensitive search
No comments:
Post a Comment