In a file(PS), we dont know how many records are there.
requirement is divide half n half the records n insert into
2 another files(PS).
Answers were Sorted based on User's Feedback
Answer / shaan
Use Sort program to count the no of records and then sent
half of them to a PS file using sort fields=copy with
skiprec and stopaft command.
| Is This Answer Correct ? | 18 Yes | 3 No |
Answer / kk
Write a cobol program with an Index and read the input file
and write to two files based on alternative records.
| Is This Answer Correct ? | 1 Yes | 4 No |
can alternate index use in ESDS since it does not contain primary index? if yes can you explain?
What is the significance of the SHAREOPTIONS parameter?
what is buffering and how does it apply to vsam files ?
Explain about the file objects in vsam?
what is the concept of AIX in vsam ????
Explain the meaning and syntax for the START command. ?
why do we use vsam file thn seqential files ?
Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?
what do you mean by a upgrade set in vsam?
what do you mean by a vsam split?
to use the rewrite command, how should the vsam file be opened?
What is File Status in VSAM?