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
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 |
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
how to transfer the file from pc to mainframe??
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
What is report-item in COBOL?
describe 805 error
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?
In which area will you utilize 88 level items in cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
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?
explain sorting techniques in cobol program?
How To move a value to an array using move verb?