Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Answers were Sorted based on User's Feedback



A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Wh..

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

A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Wh..

Answer / kaal

D IS THE CORRECT ANS

Is This Answer Correct ?    7 Yes 0 No

A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Wh..

Answer / rama

b

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More COBOL Interview Questions

Difference between file status codes 02 and 22.... since both are for duplicate key detection.

1 Answers  


how to transfer the file from pc to mainframe??

4 Answers  


How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.

2 Answers  


What is report-item in COBOL?

0 Answers   Arigo Infotech,


describe 805 error

6 Answers   DELL,


I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?

3 Answers  


In which area will you utilize 88 level items in cobol?

0 Answers  


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

0 Answers  


What is 66 level number and where it is used in real time by software developers?

2 Answers   ITC Indian Tobacco Company, TCS,


How do you get the data to code the BMS macro?

0 Answers   IBM,


explain sorting techniques in cobol program?

0 Answers  


How To move a value to an array using move verb?

3 Answers   IBM,


Categories