|
|
| Author |
Message |
Atpsmp
New User
Joined: 23 Sep 2008 Posts: 9 Location: Chennai
|
|
|
|
Hi,
Actually, i have copied the datasets from production and kept in my local dataset. I have to delete the job card in that and have to enter with my local data set parameters. There is an option in my client(remote desktop) such that if i put that particular command in command line, it will automatically insert that job card where we want to.
My query is, how to include that command in my rexx program ( rexx program which copies the dataset from production pds to my local pds) so that it automatically chnages the jobcard after copying the datasets.
Can anyone throw light on this issue and help me out  |
|
| Back to top |
|
 |
References
|
|
 |
Pedro
Senior Member
Joined: 01 Sep 2006 Posts: 632 Location: work
|
|
|
|
| Your rexx program should invoke the ISPF editor with an initial macro. That edit macro will do your changes. |
|
| Back to top |
|
 |
Atpsmp
New User
Joined: 23 Sep 2008 Posts: 9 Location: Chennai
|
|
|
|
Hi ,
I cant get you..!!!
Using ISREDIT , how to include the command in that which is used in the mainframe? |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 9192 Location: 221 B Baker St
|
|
|
|
Hello,
| Quote: |
There is an option in my client(remote desktop) such that if i put that particular command in command line, it will automatically insert that job card where we want to.
My query is, how to include that command in my rexx program ( rexx program which copies the dataset from production pds to my local pds) so that it automatically chnages the jobcard after copying the datasets. |
If this is in your desktop, you would have to write a replacement in rexx.
| Quote: |
| Using ISREDIT , how to include the command in that which is used in the mainframe? |
The code that replaces the desksop function will possibly be an edit macro. There are many, many examples in the forum. When you find a topic that does something similar to what you want, incorporate it into your code and post back here if there are any questoins. |
|
| Back to top |
|
 |
|
|