Answer Posted / ram
how much percentage of data split to next control area
freespace(ci%, ca%)
eg..
freespace(20,15)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
explain in brief why do vsam take more disk space than other utilities?
explain in brief how you can create a vsam file?
What is the purpose of control intervals in vsam?
explain in brief how are different versions of gdg named?
What is the main function of key-sequenced data set?
What are the different commands used in idcams for vsam?
Explain the catalog?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
What is a ca split?
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 parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
what is the use of the file status clause in the select statement in vsam?
How is record management performed in vsam?
can you specify some the distinctive features of a ksds, key sequenced dataset?
explain how can you initialize a vsam file before any operation?