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

Will BLKSIZE reduce cost


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

New User


Joined: 29 Aug 2006
Posts: 15

PostPosted: Tue Mar 18, 2008 12:07 am
Reply with quote

Hi ,

I have a question here. Say If we code BLKSIZE = 0 will the cost be reduced.

From teh following which is the efficient way of coding and why?

1. DCB=(RECFM=FB,LRECL=206,BLKSIZE=0),
2. DCB=(RECFM=FB,LRECL=206,BLKSIZE=2060)
3. DCB=(RECFM=FB,LRECL=206,BLKSIZE=4120)


In which case the cost will be less?????????????

Thanks,
Deepak
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Tue Mar 18, 2008 1:01 am
Reply with quote

Using number #1 would cost less. When you block records with the most efficient blocksize, you are able to store the maximum records per track. If you are not using the optimum blocksize, fewer records are stored per track, so you need addition space to handle the complete file. When the system reads records, there is also a small CPU savings when unblocking records stored at their optimum blocksize because there are fewer blocks for the CPU to unblock into individual records.
Back to top
View user's profile Send private message
deesun

New User


Joined: 29 Aug 2006
Posts: 15

PostPosted: Tue Mar 18, 2008 1:50 am
Reply with quote

Thanks for your response
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 Parallelization in CICS to reduce res... CICS 4
No new posts RACF cost vs. ACF2 cost IBM Tools 2
No new posts REORG to reduce segment size new DBD IMS DB/DC 2
No new posts Need help to convert BLKSIZE to Track... JCL & VSAM 3
No new posts Blksize question JCL & VSAM 12
Search our Forums:

Back to Top