What happens when you open an empty VSAM file in a COBOL
program for input?

Answer Posted / sekhar

soc4 earrer will occer

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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.

1887


what will happen when you try to open an empty vsam file in a cobol program for input?

635


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

2087


What are the access method services used in vsam?

603


What are the different parameters that are used in vsam?

731






What are the common vsam error conditions and codes?

598


Differentiate between control interval (ci) and control area (ca)?

542


explain the differences between vsam and non-vsam files

653


What are the different dataset organizations used in vsam?

578


Explain the biggest disadvantage of using a vsam dataset?

597


Can you delete vsam files with the delete option of the disposition parameter of jcl?

666


what do you mean by a vsam split?

585


what are the idcams commands that can be used for vsam and explain each of them.

556


What is the use of lds (linear data set)?

583


Define gdg?

571