Subject: RE: deleteing dumps from dump library
From: David Stuart (David.Stuart@ventura.org)
Date: Wed Nov 11 2009 - 16:12:34 EST
You shouldn't delete members from Sysdump with Libr, if you can help it. That messes things up even more.
Use JCL I posted below. What you can do is tun a Libr TEST command, AREA=ALL, and see what, if any, errors are in the dump library. That can help determine if a re-definitions is required.
Dave
// EXEC PROC=DTRINFOA
// EXEC INFOANA,SIZE=300K
SELECT DUMP MANAGEMENT
DUMP NAME SYSDUMP.BG.SA0712T1
DELETE
RETURN
SELECT END
/*
Dave Stuart
Prin. Info. Systems Support Analyst
County of Ventura, CA
805-662-6731
David.Stuart@ventura.org>>> "Kevin Corkery" <kcorkery@live.com> 11/11/2009 12:32 PM >>>
Julian ...
This may require a redefinition of the dump library as well and the
InfoAnalysis files. I would first try to merely delete everything from the
dump sub-libraries using LIBR, then reallocate the InfoAnalysis Files. Look
at SKDMPINI in ICCF library 59. If this fails to correct the situation, you
may need to deallocate the DUMP library in all partitions then reallocate it
(Make it much larger than the defaults).
Kevin P. Corkery
Independent Consultant
Voorhees, NJ 08043
-----Original Message-----
From: owner-vse-l@Lehigh.EDU [mailto:owner-vse-l@Lehigh.EDU] On Behalf Of
Julian WAll
Sent: Wednesday, November 11, 2009 3:16 PM
To: VSE Discussion List
Subject: deleteing dumps from dump library
Im trying to delete the dumps from the dump library.. My interactive
interface gives me a error when i select delete and process (PF5). Im
trying to make room for a dump from F1 when I power offload the lst queue to
faketape.
Thanks
Julian
This archive was generated by hypermail 2b25 : Sun Nov 22 2009 - 16:35:07 EST