COBOL Interview Questions
Questions Answers Views Company eMail

How to know whether the module is dynamical or statistical?

866

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

951

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

838

Mention the guidelines to write a structured cobol program?

826

Explain how you can characterize tables in cobol?

821

What is the usage of comp fields in cobol?

871

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

888

How you can characterize tables in cobol?

924

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.

1165

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?

1079

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

949

What are the cobol coding sheets?

870

Describe the cobol database components?

888

What is the utilization of copybook in cobol?

882

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

850


Post New COBOL Questions

Un-Answered Questions { COBOL }

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

9238


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

848


What do you understand by psb and acb?

846


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 ......

11522


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3945


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1063


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

946


What are the pertinent COBOL commands?

2826


What is the LINKAGE SECTION used in COBOL?

1198


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

1028


What are the different rules for performing sort operation?

957


What is cobol?

948


example for sub strings ? and refernce modifications whit output pls

2068


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5423


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2286