Hello,
Is there a way, how to list all datasets in a volume, including the uncataloged ones?
According to the documentation, it should be ZFile.readDSCBChain, but it works only with complete DS name like
ZFile.readDSCBChain("//'data.set.name'", "volume") -- then it returns Format1DSCB, everything is fine. But I would like to set something like
ZFile.readDSCBChain("*", "volume") to get all datasets on the given volume.
Obviously, I cannot use catalog to find it
Thank you
aubi