If FSPC(100 10 is specified does it mean that both the
control interval and control area will be left empty because
100 % of both CI and ca are specified to be empty?
Answer / guest
No, they would not be left empty. one record will be written
in each CI and 1 CI will be written for each ca.
| Is This Answer Correct ? | 13 Yes | 0 No |
What is the main purpose of having user catalog in vsam?
what do you mean by a upgrade set in vsam?
By seeing a program how we findout it is a VSAM program?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
should a AIX should be a unique value?
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
What is VERIFY command ? when do you use this command?? What actually it does ??
What are the three levels of definition for the VSAM DEFINE?
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 does control intervals and control areas related to each other?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
Do all versions of the GDG have to be of the same record length ?