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
Define cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
how to refer the data field?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the difference between comp and comp-3 usage?
What is amode(31)
Name some of the examples of COBOl 11?
What is a report item?
What is Pic 9v99 Indicates in COBOL?
How do you get the data to code the BMS macro?
How do you differentiate between cobol and cobol-ii?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Explain the configuration section of a cobol program with examples of syntax.
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
Difference between array and sub-script ?