Skip to Content
0
Former Member
Jun 11, 2007 at 04:08 AM

Handling dataset dumps

21 Views

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