COBOL Snippet: Tell where the control will when the below
code execute

IF (A=B)
CONTINUE
ELSE
NEXT SENTENCE
PERFORM <IMP-STMT>
END-IF.

Answer Posted / lu

First of all, when you code , you have to know what do you
want to do....
Perform after next sentence doesn't make sense ..it never
executes....

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do define dynamic array in cobol.

659


What is the difference between binary search and sequential search?

630


How do you differentiate between cobol and cobol-ii?

643


Explain what you understand by passing by value.

685


What is redefines clause in COBOL?

837






How many bytes S(8) comp field occupy and its maximum value?

1620


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

403


Write a program to explain size error.

665


how do you reference the printer file formats from cobol programs

643


Name the divisions, which are available in a cobol program?

673


What are literals?

621


how do you reference the fixed unblock file formats from cobol programs

698


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2083


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

702


Define static linking and dynamic linking.

651