Do primary key values have to be unique? Do alternate key
values have to be unique?
Answer Posted / guest
Primary key values must be unique; alternate key values need
not be.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between lds and esds?
what do you mean by a shareoptions parameter (shr) in define cluster command?
name a few common vsam status codes?
What is control interval?
explain in brief how are different versions of gdg named?
what is the purpose of the verify function of idcams?
name the utility program closely associated with vsam?
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
How is the sorting of vsam files carried?
What is a ci split?
what do you mean by gdg in vsam?
What is recovery parameters in define cluster command?
What is a ca split?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
What is a lds (linear data set) and what is it used for?