COBOL Interview Questions
Questions Answers Views Company eMail

when COMP-3 is preferrable?

Patni,

3 7133

whats the disadvantage of search all over search?

Patni, TCS,

4 7849

why do u need inspect verb?

Patni,

3 6563

How to open and see copy book ?

3 13808

How to read a 100 record from a file through cobol?

2 11116

What are the different ways to run a COBOL DB2 program using JCL?

2 8224

input:- A 10 20 30 40 B 5 7 10 14 C 8 12 14 16.... output:- A = 100,B=36,C=50. Here spaces are considered between numbers. When we give input as above, the numbers should be added n displayed.So please help me out.

4 5652

input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.

6 9487

input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.

1 4748

01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name

TCS,

5 8045

what is the coding difference between COBOL and CICS.

Cap Gemini,

8 19708

In COBOL "BEFORE" advancing is there or not ?

3 6061

input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1785

how can you identify wheather the program is using search or search all in the cobol program?

iGate,

5 9249

how to code in cobol while using variable block file?

1 5623


Post New COBOL Questions

Un-Answered Questions { COBOL }

What is the utilization of copybook in cobol? Could we utilize a similar copybook?

722


Are you comfortable in cobol or jcl?

643


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

827


What are the various section in data division and briefly explain them.

700


how can i see junk values in dclgen or in hostvariable of comp ?

2546






What is perform what is varying?

711


What are different data types in cobol?

695


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8668


Whats the difference between search & search ALL?

5276


What is comp-1 and comp-2?

766


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

1616


How can you get the ksds file records into your cobol program?

646


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

686


What is a report item?

741


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

714