Answer Posted / chinmay
There are 4 divisions in cobol
1. Identification division
2. Environment division
3. data division
4. procedure divisiion
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
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.
In which area will you utilize 88 level items in cobol?
What rules are followed by the search verb.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do u write test cases?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between binary search and sequential search?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What are the different open modes available in cobol?
Can we change the password using ALTER? anyone tried and changed?
What are different data types in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
how do you reference the esds vsam file formats from cobol programs