COBOL Interview Questions
Questions Answers Views Company eMail

Can we move X(7) to S9(7) COMP?

1 1307

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

845

Which is not true about evaluate statement

1794

INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

485

2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2223

How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2092

How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

4017


Post New COBOL Questions

Un-Answered Questions { COBOL }

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

2179


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

2003


Write some characteristics of cobol as means of business language.

683


Can we redefine the field of x(200) to less than 200?

918


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

907






What are the pertinent COBOL

2105


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

720


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2092


What are the different rules for performing sort operation?

825


Write the code to count the sum of n natural numbers.

761


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2817


How do we get current date from system with century in COBOL?

902


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1590


What is link edit in cobol?

842


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.

1189