What are the three levels of definition for the VSAM DEFINE?

Answers were Sorted based on User's Feedback



What are the three levels of definition for the VSAM DEFINE?..

Answer / guest

They are DEFINE CLUSTER, DATA and INDEX.

Is This Answer Correct ?    9 Yes 0 No

What are the three levels of definition for the VSAM DEFINE?..

Answer / satish

define a cluster,
data component,
and index component
you need not be created data
and index. default cluster will create
by define.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VSAM Interview Questions

What are the access method services used in vsam?

0 Answers  


what do you mean by gdg in vsam?

0 Answers   IBM,


What is the Difference between LDS & ESDS ?

3 Answers  


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

0 Answers  


what is the concept of IMPORT in vsam??

2 Answers  






can alternate index use in ESDS since it does not contain primary index? if yes can you explain?

3 Answers   Temenos,


By seeing the file itself how can we identify whether it is A vsam file or flat file

7 Answers   IBM,


Under IDCAMS , multiple functions can be executed, each of which returns a cond code. What will be the condition code returned to the operating system ?

1 Answers   IBM,


What is control area?

0 Answers  


what are the additional information you should give in the dd statement while defining the next generation of a gdg?

0 Answers   IBM,


what is the purpose of the verify function of idcams?

0 Answers   IBM,


what is the use of aix in vsam why do we go for aix and wht is build index in vsam?

5 Answers   HCL, IBM,


Categories