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

What is ASKTIME, SUSPEND

1 Answers   IBM,


What is inspect in cobol ?

0 Answers   Infosys,


What is the difference between structured cobol programming and object alternativelyiented cobol?

0 Answers  


what is Reentrancy and Quasi-reentrancy?

1 Answers  


I want to declare a field with data type Double in my COBOL program. how shall i do that ?

5 Answers  






Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.

4 Answers  


subscript and index r not coded in u r application program what will happen?

2 Answers  


01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2

9 Answers   HSBC,


What do you do to resolve SOC-7 error?

2 Answers   Sun Life, Wipro,


In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?

1 Answers  


How do you do in-line PERFORM?

4 Answers   Accenture,


Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

2 Answers   IBM,


Categories