Hello all,
How can we handle dumps in open dataset statements.
For eg: open dataset pa_upld for input in text mode.
if it's successful, then only open the file. Or else it will dump.
Now how can we handle this without going to dump if file does not exist.
Regards