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 / venkat

First of all u have to know the standards and basic things.
If u don't just leave. Other one can answer for this ques.

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write down the divisions of cobol program?

638


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

672


How do you reference the following file formats from cobol programs?

670


What is the difference between Global and External Variables?

635


What are the different open modes available in cobol?

692






What are the access modes of START statement?

691


In COBOL programming, what is PERFORM? What is VARYING?

650


What is Pic 9v99 Indicates in COBOL?

690


how do you reference the variable block file formats from cobol programs

648


Which is not true about evaluate statement

1526


How you can characterize tables in cobol?

684


Write a cobol program making use of the redefine clause.

701


What are the different rules of SORT operation?

673


What are declaratives and what are their uses in cobol?

673


What guidelines should be followed to write a structured cobol prgm?

638