Back To LeighWeb Mainframe Utilities Page
View the module associated with this documentation
This utility will mark lines in a file with the string "$MARK$" in columns 1-6
if the lines contain any of the following :
string1 AND string2
string1 OR string2
neither string1 NOR string2
string1 and NOT string2
The default is for the line to be right shifted 6 positions (truncating any
data in the right 6 columns, but you can specify OVERLAY when invoking and then
the data in columns 1-6 will be overlayed with "$MARK$". Syntax is as follows:
Command ===> mark abcdef xxx ghijk {overlay}
where 'xxx' is AND, OR, NOR or NOT
|