A paragraph PARA-X is to be executed when none of the data names
A, B and C have value of 1. Which of the following will
achieve this ?
(a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X
(B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X
(C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X
(C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X
Answer Posted / rama
b
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Why would you use find and get rather than to obtain?
What are the pertinent COBOL commands?
What is difference between static and dynamic call in cobol?
What is the difference between binary search and sequential search?
Write down the divisions of cobol program?
) How do u handle errors in BMS macro
Have you used comp and comp-3 in your project? And how?
In COBOL programming, what is PERFORM? What is VARYING?
example for sub strings ? and refernce modifications whit output pls
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what is search and searchall?what is the diffrence between them?give an best example?
How do you define a variable of comp-1 and comp-2?
) How do u handle errors in BMS macro?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
State the various causes of s0c1, s0c5 and s0c7.