What the difference is between continue and next sentence?


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

Post New Answer

More COBOL Interview Questions

can we use variable picture clause as xx.99 in cobol.

3 Answers  


what is S04E error in jcl?

11 Answers   IBM, L&T,


Which division and paragraphs are mandatory for a COBOL program?

0 Answers  


what is amode(24), amode(31), rmode(24) and rmode(any)?

0 Answers  


What is sqlca and why is it needed in any cobol-db2 program?

1 Answers  






ID DIVISION. PROGRAM-ID. PLO. DATA DIVISION. WORKING-STORAGE SECTION. 01 VAR1 PIC 9(2). 01 VAR2 PIC X(2). PROCEDURE DIVISION. ACCEPT VAR2. MOVE VAR2 TO VAR1. STOP RUN. if i give 'PI' in var2 then what will b output of progr. any abend?????

6 Answers   TCS,


How to resolve the soc4 and soc7 errors?

5 Answers   IBM, RBS,


What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.

3 Answers   IBM, Xansa,


What does the INITIALIZE verb do?

1 Answers  


If we use GO BACK instead of STOP RUN in cobol?

1 Answers   Temenos,


suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.

2 Answers   IBM,


How to retain the Duplicates in the one records?

3 Answers   CS,


Categories