COBOL Interview Questions
Questions Answers Views Company eMail

Why there is no questions in this column?

6 15186

why occurs clause not mentioned in 01 level

HCL, NIIT, TCS, Tesco,

6 46176

How to resolve the soc4 and soc7 errors?

IBM, RBS,

5 38334

What is binary search?

3 11787

What is the difference between PIC 9.99 and 9v99?

7 54879

What is the difference between index and subscript?

Visa,

5 39595

What is SET TO TRUE all about, anyway?

5 17747

What is COMP-1? COMP-2?

CitiGroup,

4 19023

What is difference between COBOL and VS COBOL II?.

Winsol Solutions,

1 5634

In an EVALUTE statement is the order of the WHEN clauses significant?

4 11651

Give some advantages of REDEFINES clause?

Syntel,

2 19734

How do you do in-line PERFORM?

Accenture,

4 17086

Explain call by context by comparing it to other calls.

1 8440

What does EXIT do ?

Deloitte,

3 12783

what is Pic 9v99 Indicates?

2 12808


Post New COBOL Questions

Un-Answered Questions { COBOL }

What is a report item?

889


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

2338


What is static and dynamic call in cobol?

771


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5579


what are decleratives in cobol?

1983






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

1726


What is the Purpose of POINTER Phrase in STRING command in COBOL?

948


How to print 10 to 1 if the input have only 10 digit number?

1014


What is the difference between Call and a Link?

871


explain sorting techniques in cobol program?

874


How you can read the file from bottom?

862


Name the sections present in data division.

884


What is amode(31)

897


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1837


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2081