View previous topic :: View next topic |
Author |
Message |
sindhu Beginner
Joined: 28 Oct 2003 Posts: 20 Topics: 12
|
Posted: Fri Sep 09, 2005 6:53 am Post subject: Clearing sys1.dmp0000x |
|
|
Hi
Can you get me a JCL to clear SYS1.DMP0001 to SYS1.DMP0010.
All our DUMP dataset is 100% utilised .We have tried to give
/dd clear,dsn=all.But still not able to clear the DUMP data set.
Please give me a solution to this problem.
sindhu |
|
Back to top |
|
|
taltyman JCL Forum Moderator
Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Fri Sep 09, 2005 7:15 am Post subject: |
|
|
What messages do you see when you issue dd clear,dsn=all? |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Fri Sep 09, 2005 7:36 am Post subject: |
|
|
Quote: |
Hi
Can you get me a JCL to clear SYS1.DMP0001 to SYS1.DMP0010.
All our DUMP dataset is 100% utilised .We have tried to give
/dd clear,dsn=all.But still not able to clear the DUMP data set.
|
Sindhu,
Are you issuing the DUMPDS command from console? You need to understand what you are trying to do. Check this link which explains the DUMPDS command in detail.
http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2G150/4.12?DT=20040713102635
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
Bill Dennis Advanced
Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Fri Sep 16, 2005 3:11 pm Post subject: |
|
|
Those names appear to be dynamically allocated dump datasets. The system starts with "1" and keeps incrementing based on your pattern. They are not cleared by the DD command. You need to delete them manually or with a DASD MGMT utility when you're finished with them.
Use the "D D,ST" command to show options and look for 'automatic allocation' and NAME= for the naming pattern. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
|
Cogito-Ergo-Sum Advanced
Joined: 15 Dec 2002 Posts: 637 Topics: 43 Location: Bengaluru, INDIA
|
Posted: Tue Sep 20, 2005 7:46 am Post subject: |
|
|
taltyman wrote: | What messages do you see when you issue dd clear,dsn=all? |
Is that, what is known as a 'console' command?
I am sorry, but, I did not you follow you on that one. _________________ ALL opinions are welcome.
Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes. |
|
Back to top |
|
|
|
|