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

WER255A VSAM LOGICAL ERROR 1C ON OUTPUT


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

Global Moderator


Joined: 03 Oct 2009
Posts: 1788
Location: Bloomington, IL

PostPosted: Tue Nov 22, 2011 4:08 pm
Reply with quote

PeterHolland wrote:
How can i correct you if you dont understand what i said.

Once again, you dont use SHROPT=4. So look for secondary allocation problems in your job log.

And incidentally, Ram, check the log of the original job for allocation problems, too (if you still have it); you changed the space allocation from CYL(500 500) to CYL(4000 4000), which IMO is pretty much demanding failure.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue Nov 22, 2011 4:20 pm
Reply with quote

Your cisize needs to be larger than the record length + freespace, so it would be 12288. How many input records have to be processed? There are vsam space calculators to be found on the internets, probably on this forum too.
Back to top
View user's profile Send private message
Rambhupalchowdary

New User


Joined: 19 Aug 2010
Posts: 47
Location: Hyderabad

PostPosted: Tue Nov 22, 2011 4:26 pm
Reply with quote

Hi Peter,

I have total 3246978 records in input file.
i want to copy all the records to output file.

Code:

  DATA -                                           
        (NAME(USER.vsamfile.DATA)  -       
        KEYS(019 000) -                                 
        CYL(500 500) -                                 
        CISZ(4096) -                                     
        RECORDSIZE(5993 5993)-                           
        FSPC(5 10)) -                                   
       INDEX -                                           
        (NAME(USER.vsamfile.INDEX)  -     
        CYL(10 10))


In the above code i hope i need to change the CYL and FSPC.

Please let me know what i need to change, i tried multiple possibulities but its vain icon_sad.gif

thanks,
Ram.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue Nov 22, 2011 4:34 pm
Reply with quote

In my previous post i stated a cisz of 12288, that should have been 8192.
Back to top
View user's profile Send private message
Rambhupalchowdary

New User


Joined: 19 Aug 2010
Posts: 47
Location: Hyderabad

PostPosted: Tue Nov 22, 2011 5:04 pm
Reply with quote

Thanks a lot Peter, i got it. Its working fine now. icon_smile.gif

And thanks to Akatsukami & Bill for all your inputs.

Thanks,
Ram.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue Nov 22, 2011 5:06 pm
Reply with quote

Ok,

but what was the solution you used?
Back to top
View user's profile Send private message
Rambhupalchowdary

New User


Joined: 19 Aug 2010
Posts: 47
Location: Hyderabad

PostPosted: Tue Nov 22, 2011 5:21 pm
Reply with quote

I have just increased the CISZ from 4096 to 8192, while defining the VSAM file.

Thanks,
Ram.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue Nov 22, 2011 5:34 pm
Reply with quote

Good that it worked.
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 Goto page Previous  1, 2

 


Similar Topics
Topic Forum Replies
No new posts TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Access to non cataloged VSAM file JCL & VSAM 18
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
Search our Forums:

Back to Top