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

I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please

2 Answers  


TYPES OF SORTINGS. which is more prefarable.

2 Answers   Syntel, TCS,


diffrence between z(2) and z9(2)

4 Answers   Cap Gemini,


hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...

1 Answers   ITC Infotech,


What type of SDLC u followed? Why?

0 Answers   IBM,






input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

0 Answers  


how would find total records in files using seqientional

1 Answers   HSBC,


I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.

3 Answers   IBM,


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

3 Answers   IBM,


What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.

2 Answers  


created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?

2 Answers   HCL,


can we write paragraph in area B .....

4 Answers   L&T,


Categories