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


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

Post New Answer

More COBOL Interview Questions

hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.

2 Answers  


what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


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

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,


can I copy book which contain db2 statment in procedure divion?

2 Answers   Bank Of America,


What is an in-line perform ?

4 Answers   Accenture,


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

0 Answers  


WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?

3 Answers   TCS,


can we use full outer join with cursors declared in cobol program?

2 Answers  


what are the steps to sort in a cobol program?

2 Answers   Patni,


What is amode(31)

0 Answers  


In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?

5 Answers  


Categories