when u r using repro command what happens if both infile
and outfile names same
Answers were Sorted based on User's Feedback
Answer / okmar panda
if with repro command indataset and outdataset name are
same then it will be excuted successfully...and the data in
the dataset will be remain same.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / ankeit
I want to know a dataset which is infile is already open and you cannot open the same data set again .Hence how will you open a new outfile which is the same infile(open) to execute it successfully.Won't it give error?
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / subbu
It will work provided disp parameter of outfile should be
old,catlg. Else it will give error.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the use of KSDS,LDS,ESDS,RRDS??what is VRRDS?? How are all these useful in realtime scenario??Plz helpme out...Its a recent question in IGATE..
What is the difference between sequential files and ESDS files?
what is vsam catalog ?
what is the drawback of vsam dataset?? a.execution slow. b.free space. c.independent storage device. d.none of the above. let me know the answer with reason.
what how do you initialize a vsam file before any operation? A vsam with alternate index?
HOW TO SORT RECORDS IN VSAM FILE?
explain how many ways you can load data in a vsam cluster?
What is speed parameters in define cluster command?
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?
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 maximum no. of records that can be allowed in VSAM ?
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?