Answer Posted / sanjudharan
Control Interval is analogous to a physical block for QSAM
files. It is the unit of i/o. Must be between 512 bytes to
32 k. Usually either 2K or 4K. A larger control interval
increases performance for sequential processing while the
reverse is true for random access. Under CICS when a record
is locked, the entire CI gets locked.
Control area is a group of control intervals. CA is used
during allocation. CA size is calculated based on the
allocation type (cyl, tracks or records) and can be max of
1 cylinder
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what do you mean by a upgrade set in vsam?
What is the biggest disadvantage of using a vsam dataset?
What is recovery parameters in define cluster command?
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...
What are the different versions of gdg named?
what do you mean by gdg in vsam?
explain in brief how are different versions of gdg named?
What is the use of access method services in vsam?
Would you specify freespace ce for an esds?
what will happen if there is no secondary allocation made for datasets?
explain the differences between vsam and non-vsam files
what are the idcams commands that can be used for vsam and explain each of them.
What is the device independent method to indicate where a record is stored?
OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output
Explain the purpose of the file status clause in the select statement?