On Wed, August 5, 2015 18:18, John McKown wrote:
> Once in z/OS, you can do something like the following at a UNIX prompt.

He wants to do it in z/OS batch anyway, so the whole thing can be done in
one job.

You had s missing ) in your snippet. To also clean up:

for i in *.BIN;do cp -T ${i} "//my.pds(${i%.BIN})";unlink ${i};done #move
members to PDS

Regards,
Boris Lenz

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to