You can improve I/O performance for most CA-L-Serv managed files by changing any of the following OPTION parameter values on the ADDFILE command:
|
What You Can Do |
OPTION Value |
Considerations |
|---|---|---|
|
Defer write operations for a record until the VSAM buffer is needed for another operation or the deferred write interval expires. |
DEFER |
|
|
Pad short records with blanks until the records are nn bytes long. |
MINLEN(nn) |
|
|
Trim trailing blanks from the data portion of variable length records. |
TRIM |
|
For example, to set performance options for the file DPMFSIF, specify the following command in the CA-L-Serv parameter data set:
ADDFILE DPMFSIF OPTION(TRIM,DEFER) POOL(3)
Important! Misuse of these options can cause serious I/O or other system problems. CA strongly recommends that you use the default values provided by the client application that uses the file.
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |