COBOL Interview Questions
Questions Answers Views Company eMail

How do you compile cobol program..?

1 7066

what happens if we wont give timestamp in precompilation process ?

Covansys,

4 7726

what is the use of comp2 ? where can we use it with example ?

Covansys,

3 11399

what happens if we dont close cursor in db2-cobol pgm?

6 24525

what is the diff b/w select stsmt and cursor ?

2 5160

77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......

8 9835

a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?

4 8014

The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?

Cognizant,

6 17540

I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..

iGate,

3 10172

what is linkcard in cobol?

TCS,

1 9952

what happens of we dont give time stamp in precompilation process

2 4537

Whtz the specialty of 77 level number ?

Infosys,

2 8325

77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?

TCS,

9 10018

suppose there is one PF having two members PF1 PF2.PF has one unique key Emp ID.could you tell me uniqueness in PF will be effective across members as well ? assume emp iD 3333 is in member PF1 would same Emp id be exist also in member PF2 ?

Tesco HSC, Wipro,

2 6100

If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value

CTS,

3 7866


Post New COBOL Questions

Un-Answered Questions { COBOL }

What type of SDLC u followed? Why?

1495


what is s000 u4087 error? please give the all error codes in cobol,jcl.

16947


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?

869


How do u write test cases?

1619


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

2515






example for sub strings ? and refernce modifications whit output pls

1813


) what is the difference between AID and HANDLE AID?

1607


How you can read the file from bottom?

640


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

2030


What kind of error is trapped by on size error option?

714


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

694


Whats the difference between search & search ALL?

5202


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

687


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

623


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1901