I have two sequential files, FILE-1 and FILE-2.
FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns
(C,D,E).I want an output file, FILE-3 which has all five
columns with duplicates eliminated from column A.
Answer Posted / sandeep
merge the colums.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
) how do u code after getting data?
What is the difference between external and global variables in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the problem of ordered sequential files access?
how do you reference the variable block file formats from cobol programs
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Explain about different table spaces.
Which is not true about evaluate statement
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Which division and paragraphs are mandatory for a COBOL program?
In COBOL programming, what is PERFORM? What is VARYING?
What is the compute verb? How is it used?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are the different open modes available in cobol?
What rules are to be followed while using the corresponding options?