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
Explain what you understand by passing by value.
What is the difference between next sentence and continue in cobol programing language?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
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.
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
what happens if parmparameter passes zero bytes to the program
How many sections are there in data division in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how do you reference the esds vsam file formats from cobol programs
Explain how to differentiate call by context by comparing it to other calls?
What are the different rules of SORT operation?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between goback, stop run and exit program in cobol?
What is the utilization of copybook in cobol?