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 / chandrababu naidu
if both values A and B values are equal, then control go to
'perform' statement, if both values A and B values are not
equal then control come out of if condition.
| Is This Answer Correct ? | 3 Yes | 5 No |
Post New Answer View All Answers
Explain how you can characterize tables in cobol?
What kind of error is trapped by on size error option?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the usage of comp fields in cobol?
how do you reference the variable unblock file formats from cobol programs
how do you reference the fixed unblock file formats from cobol programs
Difference between array and sub-script ?
Why did you choose to work with ibm mainframe cobol programming?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Write some characteristics of cobol as means of business language.
How to remove 2 duplicate records and copy only one using job control language?
What are various search techniques in cobol? Explain.
What is the difference between next sentence and continue in cobol programing language?
What is report-item in COBOL?