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
What is the local-storage section?
What are the different rules of SORT operation?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Have you used comp and comp-3 in your project? And how?
What is the LINKAGE SECTION used in COBOL?
Name some of the examples of COBOl 11?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how can i see junk values in dclgen or in hostvariable of comp ?
What guidelines should be followed to write a structured cobol prgm?
Describe the cobol database components?
Explain about different table spaces.
Which Search verb is equivalent to PERFORM…VARYING?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?