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

Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

812


How you can characterize tables in cobol?

708


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1691


Can you please let me know the centre name of INS certification in Kolkata.

1708


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

406






How do you reference the fixed block file formats from cobol programs

693


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

625


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2716


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

696


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1014


What is a scope terminator give example?

650


What is the difference between Call and a Link?

692


Why occurs cannot be used in 01 level in COBOL?

707


what is difference between cobol and cobol/400

21546


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

806