What is the maximum number of Alternate Index ???

Answer Posted / guest

Theoretically, it is 253. But pracically it is not
advisable to build more than 12 alternate indices.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define free space?

563


What is a ci split?

546


what do you mean by idcams? Explain its purpose?

539


there are seven idcams commands in vsam. Can you name and explain each of them?

643


What is the main purpose of having user catalog in vsam?

568






How to get the last record in vsam file in cluster?

567


what is a base cluster in vsam?

657


Explain about the file objects in vsam?

606


in a cobol select statement, can you tell what is the organization for a ksds?

623


explain in brief how are different versions of gdg named?

534


Explain the function of entry-sequenced data set?

532


Explain the difference between lds and esds?

575


what will happen if there is no secondary allocation made for datasets?

620


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

2067


is delete operation supported in an esds? Is rewrite operation possible in esds?

589