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
Explain the configuration section of a cobol program with examples of syntax.
What is the utilization of copybook in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between perform … with test after and perform … with test before?
What are the different types of condition in cobol and write their forms.
What is the use of intialize verb?
What are the different rules for performing sort operation?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is length is cobol?
How many sections are there in data division in COBOL?
how to refer the data field?
In COBOL, what is the different between index and subscript?
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?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
example for sub strings ? and refernce modifications whit output pls