when u r using repro command what happens if both infile
and outfile names same
Answer Posted / 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 |
Post New Answer View All Answers
can you specify some the distinctive features of a ksds, key sequenced dataset?
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 a base cluster in vsam?
explain in brief why do vsam take more disk space than other utilities?
Explain the difference between lds and esds?
What is recovery parameters in define cluster command?
Explain the catalog?
Define base cluster?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
Define gdg?
what is meant by s0c-07 system abend codes?
what how do you initialize a vsam file before any operation? A vsam with alternate index?
Explain the process in which flat files are converted into vsam files?
Differentiate between control interval (ci) and control area (ca)?
we can define the ksds cluster by two ways by using the file-aid or by using the idcams utility. Explain them.