View previous topic :: View next topic |
Author |
Message |
anbesivam Beginner
Joined: 09 Aug 2006 Posts: 66 Topics: 14
|
Posted: Tue Mar 13, 2007 5:20 am Post subject: Delete userid.TSO.EXEC |
|
|
Hi Everyone,
I need to delete
I tried to delete this dataset, but couldn't do that.
Please let me know, how to delete this dataset. |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Tue Mar 13, 2007 6:27 am Post subject: |
|
|
1 - is it your dataset to delete?
2 - is it allocated (use ISRDDN)?
If it is allocated you will have to deallocate it before you can delete it. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Tue Mar 13, 2007 3:16 pm Post subject: |
|
|
"couldn't do that" isn't much information. What did you try, and what error did you get? |
|
Back to top |
|
 |
anbesivam Beginner
Joined: 09 Aug 2006 Posts: 66 Topics: 14
|
Posted: Wed Mar 14, 2007 3:27 am Post subject: |
|
|
Sorry for given less info.
I tried to delete the 'userid.TSO.EXEC' dataset. I am getting a message as 'Data set is open'. I verified, this dataset not opened in any my other sessions.
Once I allocated this dataset initially, it was automatically present in ISRDDN dataset list. |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Wed Mar 14, 2007 5:54 am Post subject: |
|
|
So it is allocated to your session - you have to deallocate it before you can delete it. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
|
|