Discussion :: COBOL
- About the MERGE verb, which one of the following is true.
A.
Can merge a maximum of three files
|
B.
Does not require that the input file to be merged be sorted on the merge keys
|
C.
Requires that all files mentioned in the statement must have records of same size
|
D.
Does not require that the position of the merge keys with in the records descriptions of each of the files must be same
|
Answer : Option C
Explanation :
Be The First To Comment