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

USER ABEND U0907 ( PUT ERROR ON FILERPL )


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

New User


Joined: 06 Nov 2008
Posts: 2
Location: Malaysia

PostPosted: Tue Mar 10, 2009 12:24 pm
Reply with quote

Hi,

Any expert in VSAM error who can help me now?
I'm encountering a user abend or U0907

Refer below error message:

Code:
PUT ERROR ON FILERPL                             
SIIORTN/V - RC=012(X'0C'),R15=008(X'08') ACB=IMACC

I think this is Space problem, refer below VSAM cluster:

Code:
DELETE  XXXXXXXXXXXXXXXXXXXXXXX  CL PURGE
        IF MAXCC EQ 8 THEN                       
          SET MAXCC = 0           

DEF CL (NAME(XXXXXXXXXXXXXXXXXXXXXX)       
 IXD  RECSZ(130 1037) SHR(2,3) OWNER($IAM)           
 KEYS(30 4) FSPC(20 20)                               
 ) DATA (NAME(XXXXXXXXXXXXXXXXXXXXXX.DATA)
  CYL(150 20) CISZ(18432) SPEED                       
 ) INDEX(NAME(XXXXXXXXXXXXXXXXXXXXXX.INDEX)
  CYL(50 50)


the record increased from 4100 into 41034, i tried already to increase my cylinder but it still gives me abend.


Edited: Please use BBcode when You post some code/error, that's rather readable, Thanks... Anuj
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Tue Mar 10, 2009 12:33 pm
Reply with quote

Did this program work before the change ?

You say that the record length has increased, yet the example DEFINE CLUSTER RECSZ bears no semblence at all to the record length stated. So you need to post the real cluster definition, not what you think that we should see.

Were there any standard IDC or IAM messages issued (This looks like a IDP IAM owned file) so did IAM issue any messages.

How big did the file get, how many extents, how many volumes, how many records were added / changed ?

Also, User abends are usually coded into a program and are site specific, have you read any documentation regarding the product / program to see if this is the case.
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
Search our Forums:

Back to Top