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
What are the different rules for performing sort operation?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
For rewrite, why is it mandatory that file needs to be opened?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is inspect in cobol ?
Mention the guidelines to write a structured cobol program?
How do you reference the following file formats from cobol programs?
what is difference between cobol and cobol/400
) How do u handle errors in BMS macro
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How are the next sentence and continue different from each other?
Which is not true about evaluate statement