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 / bala
It will be always (+1), Since we are creating in one step
and using it in next step. So the Generation will be +1
only. Once the job completed, it will become 0.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the difference between lds and esds?
What is a ci split? What is a ca split?
Why is master catalog used in vsam?
explain in brief how you can create a vsam file?
What does the keyranges parameter in define cluster command do?
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
Define base cluster?
What are the distinctive features of a ksda, key sequenced dataset?
What is a base cluste?
What are the steps involved in access method services?
what is the meaning of each of the values in shareopts(2 3)?
what do you mean by the cobol record key clause in vsam?
What is the main function of key sequenced data set in vsam?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
What is the use of access method services in vsam?