when u r using repro command what happens if both infile
and outfile names same
Answer Posted / 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 |
Post New Answer View All Answers
What are the information stored in ci?
is it necessary that all versions of the gdg have to be of the same record length?
explain in brief how are different versions of gdg named?
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
What is the function of entry sequenced data set?
What is the purpose of idcams?
what do you mean by define model parameter?
Using alternate indexes in cics program?
What is the difference between lds and esds?
Can you delete vsam files with the delete option of the disposition parameter of jcl?
What is the purpose of having vsam data space?
What is a ci split? What is a ca split?
What is a lds (linear data set) and what is it used for?
name a few common vsam status codes?
What is the main function of key sequenced data set in vsam?