If there are two files one with 100 records and other with
101 records. we have to find out the one record that is the
odd man out . What are the steps to do it
Answer Posted / kssb78
1. Use 3.13 option to find the different record
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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.
What is length is cobol?
What are the different data types in cobol?
What is the difference between next sentence and continue in cobol programing language?
What rules are followed by the search verb.
Write a cobol program making use of the redefine clause.
What is the difference between Global and External Variables?
What are different data types in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
what is amode(24), amode(31), rmode(24) and rmode(any)?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Describe the cobol database components?
What are the different types of condition in cobol and write their forms.
What type of SDLC u followed? Why?
What is amode(24)?