Through Net, I got that there is a utility called SCANPDS which performs the process I want. But I am not clear about the SCANPDS utility.
If you know what is this utility and what it performs, can you explain me.
I have the following doubts from your reply? Please forgive me if i am wrong or silly, because i am novice in REXX.
My doubts are,
1. What is meant by LM facilities?
2. Where can i find the ISPF services manual?
3. What is StarTool? Where can i get it?
Then I got a spark and got a idea. I...
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...
I want to know whether the process of exporting a dataset to a notepad is possible through REXX without executing the proc FTP through JCL.
I want to export the dataset to a notepad. I know this is possible through ISPF functions, but i want to run it in batch by executing a REXX in batch.
Are there any possible ways to transfer a dataset from mainframe to host without using the FTP? I dont want to use the option 6 from the ISPF screen.
I want to write a JCL that transfers a dataset from mainframe to host but not by executing the fTP proc. Are there any possible ways
It is in foreground only. Now I got what is meant by vget and vput.
Below I am giving a REXX program which is calling a macro, but I am not getting the expected output. Can anyone tell me whether the below statements are right.
My problem is, the variable i am sending using vput is not...
Hi,
I want to know what is vput and vget statements and how to use it in a REXX program.
When i tried using the following lines in my REXX program, i was thrown with an error dialog.
name = "test"
"ispexec vput (name)".
so i want to know what does these commands means and how to use it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.