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 / hitesh karnani
First of all, when you code , you have to know what do you
want to do....
Perform after next sentence doesn't make sense ..it never
executes....
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
IF I mention stop run in CICS what happens?
How to print 10 to 1 if the input have only 10 digit number?
What is length is cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between PIC 9.99 and PIC9v99?
Can a Search can be done on a table with or without Index?
Explain the configuration section of a cobol program with examples of syntax.
How are the next sentence and continue different from each other?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
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 rmode(any) ?