aarthyarun
Technical User
I have a requirement of searching for a specific string in list of JCLs (say 20,000). This i have done by using the ISPF commands in REXX (I have used ISPEXEC and ISREDIT). But it is taking more time,nearly 2 hours.
I want to know is it possible to search for a particular string in a dataset without actually opening the dataset.
My REXX is running for 2 hours mainly because i am opening and closing 20,000 datasets. How to avoid this?
From some people i came to know that there is a way to actually search for a string in a dataset without actually opening the dataset using ISPEXEC VIEW command.
Please help me in this regard. It is a very urgent requirement for me. I will be very thankful.
Thanks in advance
I want to know is it possible to search for a particular string in a dataset without actually opening the dataset.
My REXX is running for 2 hours mainly because i am opening and closing 20,000 datasets. How to avoid this?
From some people i came to know that there is a way to actually search for a string in a dataset without actually opening the dataset using ISPEXEC VIEW command.
Please help me in this regard. It is a very urgent requirement for me. I will be very thankful.
Thanks in advance