if a=b how the flow will complete???
perform test through test-exit.
perform activa through activa-exit.
test.
if a=b then
next sentence
else
move a to c.
test-exit.
exit.
activa.
--
--
activa-exit.
exit.
It will come out of the activa-exit.
Mans a the condition is a=b fist it will perform "perform
test through test-exit."
if a=b then
next sentence --> comes here
else
move a to c.
test-exit.
exit.
As it is satisfying the if part it should go to next
sentence i.e it will come out of the text-exit.
Now it will perform "perform activa through activa-exit."
so it will come out of the activa-exit.
| Is This Answer Correct ? | 5 Yes | 0 No |
The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 Answers Huawei, IBM, TCS,
how can you identify wheather the program is using search or search all in the cobol program?
can we display comp-3 variables. if we want to display what we have to do . give me one example
How do we get current date from system with century?
write a program to eliminate duplicate records in a input file and send them to output file.
When can the USING phrase be included in the call statement ?
What is difference between static and dynamic call in cobol?
How do you submit JCL via a Cobol program?
If there are two copybooks which have same variables and we are using both the copybooks in our program. will there be an error and if i move values to the variable which copybook varibales gets the values i move in.
How to resolve the soc4 and soc7 errors?
how do u indetify files succesfully executed or not ?
What is the maximum data length for Numeric DataType ?