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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

can we redefine 77 level item is it possible

4 Answers   HCL,


Difference between file status codes 02 and 22.... since both are for duplicate key detection.

1 Answers  


I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?

5 Answers   RBS,


what is the meaning of pic 9(09)v99-

4 Answers   HSBC,


if you give cylinder(1,1)how many cylinders it will be allocate?

3 Answers   Hewitt,






If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?

2 Answers  


What are the rules of the move verb?

0 Answers  


01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?

2 Answers   IBM,


Write a program to explain size error.

0 Answers  


A s9(4). B v9(4) value 0.21 can i move this?

3 Answers  


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

0 Answers  


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

0 Answers   IBM,


Categories