The virtual control files use a default transfer buffer of 32,768 bytes to accommodate cross-system transactions.
To change the size of the VCF transfer buffer
The lowest possible size is seven bytes more than the block size you specified for the BLKSIZE parameter on the MIMINIT statement. The highest possible size is 62,464 bytes. The value for the VCFBUFFERSIZE parameter should be large enough to accommodate the average number of blocks read per cycle.
Example: VCF transfer buffer size
To increase the size of this buffer to 35,000 bytes, issue the following statement:
MIMINIT VCFBUFFERSIZE=35000
Important! If the buffer size is too small (that is, less than the average number of bytes read per service cycle), CA MIM transmits cross-system transactions too slowly. If you specify too large a buffer size, an excessive amount of real storage is used. To see how many blocks are read per service cycle, issue the following command:
DISPLAY IO
This command also displays other types of I/O statistics for the CA MIM control file.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |