Author: Nic Clouston
Posted: Tue Apr 04, 2017 8:17 pm (GMT 5.5)
Create an edit macro that will do the change and end the edit session
Move your list to the mainframe (if it is not already there)
Rexx:-
read a data set name from your list
Invoke edit with a macro
Read next name
Repeat until done.
Test first with one or two data sets (backed up first).
Examples exist on the forum.
_________________
Regards
Nic
Posted: Tue Apr 04, 2017 8:17 pm (GMT 5.5)
Create an edit macro that will do the change and end the edit session
Move your list to the mainframe (if it is not already there)
Rexx:-
read a data set name from your list
Invoke edit with a macro
Read next name
Repeat until done.
Test first with one or two data sets (backed up first).
Examples exist on the forum.
_________________
Regards
Nic