I have these datasets.
FILE.AB1.NAME.G1000V00
FILE.AB2.NAME.G1000V00
FILE.AB3.NAME.G1000V00
When I enter FILE.AB1.NAME(0) I get FILE.AB1.NAME.G1000V00.
But when I enter FILE.*.NAME(0), I get "No data set names found"
How can I get all the following listed using (0)?
FILE.AB1.NAME.G1000V00
FILE.AB2.NAME.G1000V00
FILE.AB3.NAME.G1000V00
If you use
at the end of the dataset name you will get the latest generation of a Generation Data Group (GDG). If you use
you will get the penultimate generation of the GDG and so on.
If you want to list all datasets with the same generation you could use