IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Error in Dynamic Allocation of dataset


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
amitc23

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Wed Mar 11, 2015 1:11 pm
Reply with quote

Hi
I am getting an error while dynamically allocating dataset through DYNALLOC. Error as follows:

ERROR IN XECLOUT DYNAMIC ALLOCATION DSN= DIR.TR03.XDERT.R.QA4SU
RETURN CODE = 00000004
ERROR CODE = 00038668
INFO CODE = 00000000
REASON CODE = 00000000
ERROR IN DYNAMIC ALLOCATION DUE TO - UNKNOWN REASON. 00

Can somebody help please ?

Regards
Amit
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Wed Mar 11, 2015 1:28 pm
Reply with quote

Mainframe messages from non-application software contain message codes. Where are yours?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Mar 11, 2015 1:55 pm
Reply with quote

if You had printed the error code in hex rather than in decimal
You would have got 970c

and searching/googling with dynamic allocation error 970c
would have give enough links to proceed with the proper determination and resolution on Your own
Back to top
View user's profile Send private message
amitc23

New User


Joined: 05 Nov 2014
Posts: 95
Location: India

PostPosted: Wed Mar 11, 2015 3:34 pm
Reply with quote

Thanks enrico-sorichetti.

That was a module written by somebody else, I was just making some changes in this. But I got the point. Thanks a lot again.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
Search our Forums:

Back to Top