in vsam at the creation of cluster what is the use of RECSZ
parameter?
Answer Posted / ram
recsz means recordsize parameter
RECORDSIZE(maxlength, avglength)
if maxlength = avglength then fixed length record
if both are not equal then variable length record
eg..
recordsize(30,30)
| Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
explain in brief how you can create a vsam file?
Explain the catalog?
What is the function of entry sequenced data set?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
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 the difference between lds and esds?
what do you mean by a shareoptions parameter (shr) in define cluster command?
What is a ci split? What is a ca split?
Using alternate indexes in batch program?
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 do you mean by the repro command?
Using alternate indexes in cics program?
what is buffering and how does it apply to vsam files ?
what is the use of the file status clause in the select statement in vsam?