in vsam at the creation of cluster what is the use of RECSZ
parameter?
Answer Posted / chinmay
RECSZ = Record size
RECSZ (AVE MAX)
DEFAULT (4086 32600)
EXAMPLE (70 110)
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Would you specify freespace ce for an esds?
explain how many ways you can load data in a vsam cluster?
What is a ca split?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
what is the meaning of each of the values in shareopts(2 3)?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
How is the sorting of vsam files carried?
what is buffering and how does it apply to vsam files ?
explain the information contained in ci
what do you mean by a shareoptions parameter (shr) in define cluster command?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
What is the function of linear dataset in vsam?
What is the purpose of idcams?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
explain in brief what are the 3 types of vsam files?