I am writing a JCL to delete GDG bases.
I know the command is as follows:
Delete DSN.GDG GDG PURGE FORCE
But that works for only one GDG base entry, how do I delete multiple GDG base entries having the same name, ie DSN.**?
I tried to use a pattern like DSN.** but it didn't work. Pls help.