Folks
I need to run JCL using SRCHFOR '<search String>' function or 3.14
I need to perform search in the following way.
Usually we write the SRCHFOR as below
-----------------------------
----------------------------
--------------------------
//OUTDD DD SYSOUT=(A)
//SYSIN DD *
SRCHFOR '<search String>'
/*
Now iam intrested to search both strings.
SRCHFOR '<search String>' AND <STRING2>
Pls suggest