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 |
How do you load a VSAM data set with records ?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.
In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?
what is a base cluster in vsam?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
What are the access method services used in vsam?
What do you mean by dirty read ?
If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?
What are the building blocks used in vsam datasets?
what does a file status of 02 on a vsam signifies?
How to delete a member using JCL.?
can alternate index use in ESDS since it does not contain primary index? if yes can you explain?