COBOL Interview Questions
Questions Answers Views Company eMail

How to know whether the module is dynamical or statistical?

650

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

702

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

618

Mention the guidelines to write a structured cobol program?

603

Explain how you can characterize tables in cobol?

636

What is the usage of comp fields in cobol?

650

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

710

How you can characterize tables in cobol?

710

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.

926

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?

890

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

707

What are the cobol coding sheets?

657

Describe the cobol database components?

674

What is the utilization of copybook in cobol?

650

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

627


Post New COBOL Questions

Un-Answered Questions { COBOL }

can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

1950


explain sorting techniques in cobol program?

686


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

697


Mention the guidelines to write a structured cobol program?

603


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10569






What the difference is between continue and next sentence?

651


how do you reference the ksds vsam file formats from cobol programs

652


What is difference between static and dynamic call in cobol?

770


how do you reference the esds vsam file formats from cobol programs

627


What are the different rules of SORT operation?

689


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

706


Explain how you can characterize tables in cobol?

636


What are all the divisions of a COBOL program?

660


How many bytes S(8) comp field occupy and its maximum value?

1626


What is the difference between PIC 9.99 and 9v99 in COBOL?

729