Hello Prino,
Given below is the step by step process I've followed:
1. My job card has the following string to be searched:
VIEW XXXXX.PDS.JCLLIB($XXXYYY) - 01.07
Command ===>
****** ***************************** Top of Data
000001 //XXXYYYA JOB '','XXX FILE ABC', <-- The ABC', are the search strings here
2. I entered the below command:
VIEW XXXXX.PDS.JCLLIB Row 00001 of 00138
Command ===> SRCHFOR 'ABC'',' Scroll ===> CSR
Name Prompt Size Created Changed ID
_________ $XXXYYY 670 2014/06/26 2014/06/26 16:42:33 ABABAB
3. The Final Outcome is as below:
VIEW XXXXX.PDS.JCLLIB Invalid parameter
Command ===> Scroll ===> CSR
Name Prompt Size Created Changed ID
_________ $XXXYYY 670 2014/06/26 2014/06/26 16:42:33 ABABAB
Only one search string may be specified on this panel. Enter SRCHFOR with no
operands for other options.
At this point I am really unsure of what part I missed out following; I did try a fair amount of permutations and combinations, all of them failing for just this one case, chars followed by an apostrophe, subsequently followed by a comma.
We're currently on ISPF 6.1, z/OS 1.12; unsure how this might help, but just in case...
Just a footnote, same thing when done in batch-mode, works.
Thanks again.