consider the following two IF statements:
IF X AND NOT Y MOVE A TO B
IF Z=1 OR 9 MOVE A TO B
select one of the following data divusion entries which
gives identical
results for both the above IF statements
a.01 Z PIC 9
88 X VALUE 1.9
88 Y VALUE 0.2 THRU 8
b.01 Z PIC 9
88 X VALUE 0.2 THRU 8
Y VALUE 1.9
c.01 Z PIC 9
88 X VALUE 1.9
88 NOT-Y VALUE 0.2 THRU 1.9
d.none of yhe above
Answer Posted / rama krishna
d
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between next sentence and continue in cobol programing language?
Name the divisions, which are available in a cobol program?
What are the pertinent COBOL commands?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are the different data types in cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how do you reference the ksds vsam file formats from cobol programs
Which division and paragraphs are mandatory for a COBOL program?
) how do u code after getting data?
what happens if parmparameter passes zero bytes to the program
Define static linking and dynamic linking.
how can i see junk values in dclgen or in hostvariable of comp ?
Difference between cobol and cobol-ii?
What are all the divisions of a COBOL program?