Is CA(Control Area) is part of CI(Control Interval)
Answer Posted / shafi
CA is not a part of CI.but CI is a part of CA. A group of
CI CI form a CA. there must be atleast 2 CI in a 1 CA.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
Explain the biggest disadvantage of using a vsam dataset?
what are the idcams commands that can be used for vsam and explain each of them.
Differentiate between control interval (ci) and control area (ca)?
What is a lds (linear data set) and what is it used for?
explain in brief what are the 3 types of vsam files?
What is the purpose of relative record data set used in vsam?
Is it slower if you access a record through alt index as compared to primary index?
name a few common vsam status codes?
What are the different versions of gdg named?
can you specify some the distinctive features of a ksds, key sequenced dataset?
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 meant by s0c-07 system abend codes?
Why is it required to have a keyed directed retrieval?
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 is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..