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

CHGMAN err: data set CHGMAN.GMS1.pkgno.SRC IN USE


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

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Feb 06, 2008 8:18 pm
Reply with quote

Hi,

Recently I got below error while compiling a program in CHGMAN
Code:
SERRA00I Unable to reallocate: data set CHGMAN.GMS1.#016033.SRC IN USE


This is first time I faced this error. CHGMAN PDSs should be with DISP SHR.. phew I'm not getting a point to start with to resolve this error. Please suggest.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Feb 07, 2008 1:26 am
Reply with quote

Hi Anuj,

It sounds like "something else" has allocated the dataset with OLD. . .

You might go into tso/ispf - 3.4 - and try to get the info "S" for the dataset. If it says "in use", hit F1 twice and you should see who "has it".
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Feb 14, 2008 5:43 pm
Reply with quote

Hi Dick,

Thanks for the suggestion, however "that" dataset was not "in use". I think this problem is interal to Change man.

I've just recompiled the program again & it went fine this time. I faced this problem first time, tried to recomile the same program some couple of times so that I can get some clue about the real issue. But now it's being compiled with out any issue. I don't have much to add to this thread from solution point of view..
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Feb 14, 2008 9:54 pm
Reply with quote

Hi Anuj,

Gotta hate when that happens. . . . icon_wink.gif

d
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 Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top