Answer Posted / balu
hey, this is balu.
i think my ans is 255.
| Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
what is a base cluster in vsam?
What is a ca split?
explain the differences between vsam and non-vsam files
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 is the meaning of dynamic processing 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 do you mean by recovery and speed parameters in define cluster command?
What is the difference between lds and esds?
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?
what is the purpose of the verify function of idcams?
What is the use of access method services in vsam?
can you specify some the distinctive features of a ksds, key sequenced dataset?
What are the different dataset organizations used in vsam?
Using alternate indexes in batch program?
What is the purpose of having vsam data space?