Answer Posted / jynthe
A cluster can be thought of as a logical dataset consisting
of two separate physical datasets namely data component and
index component
Data component contains the actual data, and the index
component contains the index(ie) the key values which we
have set.
anybody can darely take this as an answer. i m very sure
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
in a cobol select statement, can you tell what is the organization for a ksds?
what are the codes returned by the ams (access method services) command during the execution in vsam?
Explain the device independent method to indicate where a record is stored?
explain in brief what are the 3 types of vsam files?
What makes vrrds different from vsam?
differentiate between sequential files and esds files in vsam?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
On which dataset you can have alt index?
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..
what is meant by dirty read in vsam?
Explain the function of entry-sequenced data set?
if you wish to use the rewrite command how must the vsam file be opened?
what do you mean by idcams? Explain its purpose?
what do you mean by a vsam slot?
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