VBS Blocksize in dumped SMF data with RECFM=VBS,LRECL=32760,BLKSIZE=0 does NOT
produce interior same-sized blocks, as this small file from my DEV machine 
shows:
  
                                    LENGTH    FREQUENCY     PERCENT     
                                     15712           1        1.45    
                                     27995           2        2.90    
                                     27998          66       95.65  

The 15712 was the last block, but other two blocks were interior blocks that
were not quite filled.  I think I recall seeing similar values of up to 4 bytes
less than full blocksize when written to tape with BLKSIZE=32760.

                  


Barry


Herbert W. “Barry” Merrill, PhD
President-Programmer
MXG Software
Merrill Consultants
10717 Cromwell Drive
Dallas, TX 75229
[email protected]

http://www.mxg.com - FAQ has Most Answers 
[email protected]      – invoices/PO/Payment
[email protected]    – technical
tel: 214 351 1966  - expect slow reply, use email 
fax: 214 350 3694  – prefer email, still works

 
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Paul Gilmartin
Sent: Monday, June 10, 2013 4:03 PM
To: [email protected]
Subject: Re: I/O Optimization

On Mon, 10 Jun 2013 17:43:58 +0000, DASDBILL2 wrote:
>
>Spanned means that a single logical record might span multiple physical 
>blocks, but the way it is implemented results in having all block sizes be the 
>same, except for possibly the last one, which might be short. 
> 
Is uniform lengths a requirement?  Do any applications rely on being able to 
calculate a cylinder and track address within a VBS data set?
Is any error reported if an interior block is short?  Does this mean one can't 
append (MOD) to a VBS data set?  What happens if after writing the last segment 
of a logical record the block is not filled up to BLKSIZE but fewer bytes are 
available than the length of a SDW?
I suppose using null segments might relax some of these constraints.
By "the way it is implemented" are you referring to the behavior of QSAM?

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
[email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to