what do you mean by a shareoptions parameter (shr) in define cluster command?
Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?
Do all versions of the GDG have to be of the same record length ? is it possible to ovverride the dcb of the model dataset?
What is Base Cluster ?
Define gdg?
What is a vsam dataset?
Define base cluster?
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 are the advantages of vsam over isam?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
What is the maximum number of Alternate Index ???
When CISZ is declared as 4096 at cluster level,is this true that data will have 4096 and index will have default?????
What are the information stored in ci?