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 / hitesh karnani

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 ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different data types in cobol?

801


example for sub strings ? and refernce modifications whit output pls

1851


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

716


Write a program that uses move corresponding.

684


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

683






) how do u code after getting data?

1584


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

722


What is amode(31)

730


What is link edit in cobol?

780


Describe the cobol database components?

684


explain sorting techniques in cobol program?

692


What is perform what is varying?

713


Are you comfortable in cobol or jcl?

651


What is rmode(any) ?

690


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1664