Answer Posted / sroul4
NNNN can be of max = 255
| Is This Answer Correct ? | 2 Yes | 0 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
Explain the function of entry-sequenced data set?
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 are the access method services used in vsam?
Define gdg?
Tell me how many alternate indexes you can have on a dataset?
what are the idcams commands that can be used for vsam and explain each of them.
How is the sorting of vsam files carried?
Explain the difference between lds and esds?
there are seven idcams commands in vsam. Can you name and explain each of them?
State the differences between vsam and non-vsam files?
what is meant by s0c-07 system abend codes?
What is control interval?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
is it required that primary key values have to be unique? Do alternate key values have to be unique?