We're getting an intermittent ISPD015 error when ChangeMan is issuing a LIBDEF command. The ISPF messages manual doesn't give you much to go on other than "Dd dymans exhausted" which suggests that some sort of limit has been exceeded.
Is there a limit to how many LIBDEF's you can do? If so, can this be amended?
Many thanks.
ISPD015 abend when doing a LIBDEF
-
- Posts: 130
- Joined: Tue Feb 01, 2011 7:12 pm
- Skillset: JCL, TWS, IBM Utilities
- Referer: Found on web
-
- Global moderator
- Posts: 3006
- Joined: Fri Apr 18, 2008 11:25 pm
- Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
- Referer: www.ibmmainframes.com
Re: ISPD015 abend when doing a LIBDEF
Is there a limit to how many LIBDEF's you can do? If so, can this be amended?
not on the number of LIBDEFs themselves , but on the number of dynamically allocated ddnames
using all the allowed dynamic allocations is usually a symptom of malfunctions or badly coded/designed applications
-- usually forgetting to free an allocation or to cleanup after an error
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0
- 2136
-
by MainframeCoder
View the latest post
Thu Oct 14, 2021 6:13 am
-
- 0
- 1804
-
by bwissink
View the latest post
Thu Sep 02, 2021 10:04 pm
-
- 3
- 1794
-
by Blackthorn
View the latest post
Fri Mar 05, 2021 9:34 pm