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 / vel

Answer is d. b is wrong as 'NOT' priority is Higher
than 'AND', 'NOT' will be assigned with A alone.

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

) How do u handle errors in BMS macro

1510


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


Name the divisions, which are available in a cobol program?

685


What are the various section in data division and briefly explain them.

698


What the difference is between continue and next sentence?

659






What is the difference between external and global variables in COBOL?

813


how do you reference the ksds vsam file formats from cobol programs

666


Why did you choose to work with ibm mainframe cobol programming?

631


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

2658


how to refer the data field?

1810


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

676


Which division and paragraphs are mandatory for a COBOL program?

709


What are the different types of condition in cobol and write their forms.

658


What rules are to be followed while using the corresponding options?

638


What rules are followed by the search verb.

638