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 / venkat
First of all u have to know the standards and basic things.
If u don't just leave. Other one can answer for this ques.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are the different open modes available in cobol?
) what is the difference between AID and HANDLE AID?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
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?
Can we change the password using ALTER? anyone tried and changed?
What are the different rules for performing sort operation?
What is a scope terminator give example?
i need a small 3d program using inline and outline.
How do you get the data to code the BMS macro?
What is the difference between external and global variables in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
What is comp-1 and comp-2?
Write the code implementing the perform … varying.
Explain what you understand by passing by value.
how do you reference the variable block file formats from cobol programs