What is the meaning of dynamic processing?

Answer Posted / anna

sequential processing after random retrival

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

in a cobol select statement, can you tell what is the organization for a ksds?

854


difference between vsam and database tables

889


what do you mean by gdg in vsam?

949


what do you mean by a upgrade set in vsam?

828


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

861


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

2299


What are the information stored in ci?

763


is it required that primary key values have to be unique? Do alternate key values have to be unique?

803


Explain the process in which flat files are converted into vsam files?

767


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

825


If fspc(100 100) 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?

870


What are the common vsam error conditions and codes?

831


Is it slower if you access a record through alt index as compared to primary index?

802


Explain about the file objects in vsam?

802


What is a vsam dataset?

798