Description:
I am trying to use PAN#8 to SCAN the Panvalet library but I am getting the error message PV071 -no hits. Why? I am using the following ++SCAN statement:
++SCAN *JCL,'STELIB,1,72'
Solution:
Change the ++SCAN statement from ++SCAN *JCL,'STEPLIB,1,72' to ++SCAN *JCL,'STEPLIB',1,72
The search string for STEPLIB should only be in quotes, not the starting and ending columns.