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 / meg
Lu is very correct no body code like
NEXT SENTENCE
PERFORM <IMP-STMT>
this
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to print 10 to 1 if the input have only 10 digit number?
What guidelines should be followed to write a structured cobol prgm?
Define static linking and dynamic linking.
What kind of error is trapped by on size error option?
What is the difference between binary search and sequential search?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Which Search verb is equivalent to PERFORM…VARYING?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between next sentence and continue in cobol programing language?
What is the difference between goback, stop run and exit program in cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Name the divisions, which are available in a cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What is the problem of ordered sequential files access?
How do get the result of your program directly on your pc?