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 ?
Answer Posted / ravi
disp=shr -1 is the previous generation
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Define free space?
What is a ci split? What is a ca split?
Why is master catalog used in vsam?
name the utility program closely associated with vsam?
What are the different parameters that are used in vsam?
What are the access method services used in vsam?
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
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...
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
what is the meaning of dynamic processing in vsam?
Is it slower if you access a record through alt index as compared to primary index?
Define dynamic processing?
State the differences between vsam and non-vsam files?
how many buffers are allocated to vsam ksds and esds?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?