what is control interval(CI) and control Area(CA)
Answer Posted / kamal
contorl interval collection of data,rdf and cidf.
one or more control interval is called as control area.
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Discuss record management in vsam?
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
what is the probability of a complete system distortion under high end low performing multiprocessor job?
what is the syntax of ams modal commands?
what is buffering and how does it apply to vsam files ?
What are the information stored in ci?
Define dynamic processing?
Explain the purpose of the file status clause in the select statement?
What are the steps involved in access method services?
What is the use of access method services in vsam?
What is the main function of linear dataset?
What is the function of entry sequenced data set?
Is it slower if you access a record through alt index as compared to primary index?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?