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 |
differentiate between sequential files and esds files in vsam?
Why is it required to have a keyed directed retrieval?
Describe the uses of ams?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
What is the difference between sequential files and ESDS files?
What is a cluster?
what's the device independent method to indicate where a Record is Stored?
what do you mean by the cobol record key clause in vsam?
What is the main function of key-sequenced data set?
What's a LDS (Linear Data Set) and what's it used for?
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?
By seeing a program how we findout it is a VSAM program?