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
what is the use of outrecord?
How arrays can be defined in COBOL?
What are the different types of condition in cobol and write their forms.
What is link edit in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
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?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Explain what you understand by passing by value.
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.
Difference between cobol and cobol-ii?
What is the difference between goback, stop run and exit program in cobol?
What are the different rules for performing sort operation?
What type of SDLC u followed? Why?
What are declaratives and what are their uses in cobol?
explain sorting techniques in cobol program?