COBOL Interview Questions
Questions Answers Views Company eMail

How to know whether the module is dynamical or statistical?

640

What is the difference between next sentence and continue in cobol programing language?

695

For rewrite, why is it mandatory that file needs to be opened?

610

Mention the guidelines to write a structured cobol program?

600

Explain how you can characterize tables in cobol?

629

What is the usage of comp fields in cobol?

643

In which area will you utilize 88 level items in cobol?

700

How you can characterize tables in cobol?

698

There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

915

i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

880

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

699

What are the cobol coding sheets?

652

Describe the cobol database components?

664

What is the utilization of copybook in cobol?

642

Why did you choose to work with ibm mainframe cobol programming?

617


Post New COBOL Questions

Un-Answered Questions { COBOL }

A table has two indexes defined. Which one will be used by the SEARCH?

735


What guidelines should be followed to write a structured cobol prgm?

652


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

676


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

631


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

628






What are the cobol coding sheets?

652


Which division and paragraphs are mandatory for a COBOL program?

699


) what is the difference between AID and HANDLE AID?

1619


What are the different rules of SORT operation?

684


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2082


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2647


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

656


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

1915


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

695


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

980