Answer Posted / guest
No. Because you cannot insert records in an ESDS, also when
you rewrite a record, it must be of the same length. Thus
putting any value for freespace does not make any sense.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
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 ?
Explain the significance of the shareoptions parameter?
can you specify some the distinctive features of a ksds, key sequenced dataset?
What is the main purpose of having user catalog in vsam?
Why is master catalog used in vsam?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
What is the use of lds (linear data set)?
Explain the device independent method to indicate where a record is stored?
what is the meaning of dynamic processing in vsam?
what are the idcams commands that can be used for vsam and explain each of them.
is delete operation supported in an esds? Is rewrite operation possible in esds?
What is a base cluste?
How is record management performed in vsam?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?