View previous topic :: View next topic |
Author |
Message |
misi01 Advanced
Joined: 02 Dec 2002 Posts: 629 Topics: 176 Location: Stockholm, Sweden
|
Posted: Wed Oct 10, 2018 10:03 am Post subject: Capture an S013 DFSORT abend |
|
|
Kolusu - just in case you miss it, could you please have a look at
https://www.mvsforums.com/helpboards/viewtopic.php?t=12922
I think my problem basically is that I need (?) to capture and avoid the S013 abend if that's possible (a bit like the outtrap commad in TSO) . _________________ Michael |
|
Back to top |
|
 |
Arun Raj Sort Forum Moderator

Joined: 14 Jun 2017 Posts: 7 Topics: 1
|
Posted: Wed Oct 10, 2018 10:58 am Post subject: |
|
|
misi01,
Are you missing a space after the '*' in your sort call? Also you might not need a BPXWDYN call to allocate the sort DDs. On another note there are other methods to copy a PDS member, is there a specific reason to call sort from your rexx program? Maybe if you explain what exactly you are trying to achieve that might help. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Oct 10, 2018 11:09 am Post subject: Re: Capture an S013 DFSORT abend |
|
|
misi01,
First things first, Please do NOT open multiple topics related to the same issue. More over please do NOT address the topics directed just for me, as there are other people who provide answers. Just an fyi.. I am on vacation and will not have means to check and answer questions.
Now coming to your question, you canNOT capture S013 abends in DFSORT as the abend happens during the OPEN/CLOSE of datasets which is handled OUTSIDE sort.
Usually the S013 abends are more likely from missing DCB properties or providing a non existent member of a PDS.
I explained in detail about the problems with your REXX exec in the other thread. _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
misi01 Advanced
Joined: 02 Dec 2002 Posts: 629 Topics: 176 Location: Stockholm, Sweden
|
Posted: Wed Oct 10, 2018 11:38 am Post subject: |
|
|
My apologies. Please feel free to delete this thread. _________________ Michael |
|
Back to top |
|
 |
|
|