View previous topic :: View next topic
|
Author |
Message |
shreevamsi
Active User
Joined: 23 Feb 2006 Posts: 305 Location: Hyderabad,India
|
|
|
|
Hi...
I was working on Testing.
Everytime....i need to test a program...i manually change all the production qualifies to test qualifies after coping to my personal PDS.
Can anybody let me know how to create an utility to create a TestJcl.
~Vamsi Krishna |
|
Back to top |
|
|
chetah1 Currently Banned New User
Joined: 28 Apr 2006 Posts: 2
|
|
|
|
you should be able to write a rexx/edit macro process that will
read in all members of a pds, and the edit macro can change the hlq
to test hlq. do not edit the edit macro, exit out of the loop.
you can use this process to make mass changes for testing. |
|
Back to top |
|
|
|