what is the use of the file status clause in the select statement in vsam?
No Answer is Posted For this Question
Be the First to Post Answer
How do you calculate record size of an alternate cluster? Give your values for both unique and nonunique.
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).
What are the distinctive features of a ksda, key sequenced dataset?
What are the access method services used in vsam?
How did you refresh a VSAM file and how frequently you do it ?
3 Answers CSC, IBM, Patni, Xansa,
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
Explain about the file objects in vsam?
While designing vsam files,what is the best way to choose control interval size for the data and the index?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
What are the three levels of definition for the VSAM DEFINE?
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?
Differentiate between ci split and ca split?