Hi prino,
Thanks for the response, I did get this code from the forum.
By User ozgurseyrek
http://ibmmainframes.com/viewtopic.php?t=310032) Why do a "SAVE" and an "END".
New to REXX so been tweaking it from the bits and parts of the IBM manual I'm reading to see what it does.. Clearly not doing a good job
1) This macro doesn't take you to all of your members, there is no logic in it to do so.
Does the FIND command make any difference in this? Because as per the IBM manual -
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.f54em00/manage.htm#manageFIND
Causes all lines that it finds to be displayed, and moves the cursor (scrolling if necessary) to the first occurrence of the search string.
I might be wrong as well, because when the macro starts to execute it takes me to 3.4 'Edit' option and I need to press PF3 to return back immediately returning to the next member in the PDS list, so on until the last member present in the given PDS.
But, I'm going to check the option of using the IBM's IPOUPDTE (if my shop has it installed)