i made it to stage 3 of an interview process wednessday
they will quiz my knowledge again face to face for an
analyst role recruiter said it will be based on Business
requirements system is cobol and good ideas what they might
ask etc
Answer / Kulwant Singh
For a COBOL analyst role, the interview might focus on your understanding of business requirements and your ability to apply this knowledge to COBOL programming. Here are some possible questions they might ask:
1. Explain the basic syntax and structure of a COBOL program.
2. Describe the difference between fixed format and free format in COBOL.
3. How would you handle errors or exceptions in a COBOL program?
4. Can you discuss a complex business problem that you've solved using COBOL?
5. Explain the concept of file handling in COBOL and provide examples.
6. Discuss your experience with integrating COBOL applications with other systems (e.g., databases, web services).
| Is This Answer Correct ? | 0 Yes | 0 No |
What are different file OPEN modes available in COBOL?
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
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.
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.
How will you find the currepted records in a file
where will u code file status ?
What are the functions like c or c++ in cobol?
What is normalisation?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
i have variable record in the 5th, i want to sort from 5th filed ? how ?
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it
how will u pass dadta to cobol+db2 program...?