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 / lu
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 ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the difference between Call and a Link?
example for sub strings ? and refernce modifications whit output pls
What is the compute verb? How is it used?
Difference between array and sub-script ?
Write a program to explain size error.
what happens if parmparameter passes zero bytes to the program
What is difference between static and dynamic call in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Have you used comp and comp-3 in your project? And how?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How many sections are there in data division in COBOL?
What is Pic 9v99 Indicates in COBOL?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?