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

JCL Error: DATA FACILITY SYSTEM ERROR


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
futuremsk

New User


Joined: 20 Dec 2007
Posts: 10
Location: chennai

PostPosted: Thu Mar 13, 2008 5:09 pm
Reply with quote

I am getting the following error.. please help to know the reason for the cause..


IEF344I CVU14701 PS010 JS010 FMNDATA - ALLOCATION FAILED DUE TO DATA FACILITY SYSTEM ERROR
.IGD17103I CATALOG ERROR WHILE DEFINING VSAM DATA SET
.TU1.FM.KB167P01.NCHPPACA
.RETURN CODE IS 212 REASON CODE IS 4 IGG0CLEQ
.IGD306I UNEXPECTED ERROR DURING IGG0CLEQ PROCESSING
.RETURN CODE 212 REASON CODE 4
.THE MODULE THAT DETECTED THE ERROR IS IGDVTSCU
.SMS MODULE TRACE BACK - VTSCU VTSCT VTSCH VTSCG VTSCD VTSCC VTSCR SSIRT
.SYMPTOM RECORD CREATED, PROBLEM ID IS IGD00304
.IGD17219I UNABLE TO CONTINUE DEFINE OF DATA SET
.TU1.FM.KB167P01.NCHPPACA
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Thu Mar 13, 2008 5:22 pm
Reply with quote

From MVS QuickREF..,
RETURN CODE 212
Explanation: Control interval size calculation unsolvable. This
condition arises should catalog management be unable to compute an
acceptable control interval size value. This condition only occurs in the DEFINE and IMPORT commands.
Reason Code 4
Explanation: Specified and default values result in only one control interval per control area for a key-sequenced data set.
Programmer Response: Correct the input. Run the job
again.
Back to top
View user's profile Send private message
futuremsk

New User


Joined: 20 Dec 2007
Posts: 10
Location: chennai

PostPosted: Thu Mar 13, 2008 5:28 pm
Reply with quote

Thanks for the update. But iam not clear with the issue. can you explain what is the thing that needs to solve the error ?.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Mar 13, 2008 5:37 pm
Reply with quote

Post your IDCAMS cards
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Thu Mar 13, 2008 5:43 pm
Reply with quote

Please give
Code:
CONTROLINTERVALSIZE(size)

in DEFINE command if you didn't give previously.

I think default value might cause this problem.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 2
No new posts Store the data for fixed length COBOL Programming 1
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
Search our Forums:

Back to Top