COBOL Interview Questions
Questions Answers Views Company eMail

What will happen if we generate GDG +2 version instead of +1 version?

T systems,

2 8339

Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?

T systems,

6 41674

What will happen if we generate GDG (+2) version without generating (+1) version?

IBM, T systems,

2 19028

How many maximum number of procedures can we write in one COBOL program?

5 8722

Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?

T systems, Tech Mahindra,

12 59395

What is SDSF?

IBM,

13 17756

What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?

T systems,

7 28656

What are ISOLATION LEVELS? Where do we need to specify them?

EXL,

3 9171

What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?

T systems,

2 8352

What are differences between Static Call and Dynamic Call?

IBM, KBC, Keane India Ltd, Verizon,

10 24602

is it possible to rename 01 level?

4 9301

in how many mode we can open a file ?

4 7076

what is the purpose of linkage section?

10 16676

what is the difference between start and startbr?

2 10884

what r the types of perform statement

4 29585


Post New COBOL Questions

Un-Answered Questions { COBOL }

What is Pic 9v99 Indicates in COBOL?

718


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.

2050


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

670


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.

1109


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

697






How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

694


how do you reference the fixed unblock file formats from cobol programs

702


What is static and dynamic call in cobol?

590


How to know whether the module is dynamical or statistical?

650


HOw can I get the negative sign while deduct high value from low value

1783


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2001


how do you reference the printer file formats from cobol programs

651


How many sections are there in data division in COBOL?

676


What is the difference between structured cobol programming and object alternativelyiented cobol?

748


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

637