The hierarchy of the execution of logical operators is
(a) NOT AND OR
(b) AND OR NOT
(c) OR AND NOT
(d) OR NOT AND
Answer Posted / ritesh
a
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is the local-storage section?
What is the difference between Global and External Variables?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How do you reference the following file formats from cobol programs?
Have you used comp and comp-3 in your project? And how?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the different rules to perform a Search?
Write the code to count the sum of n natural numbers.
Define cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between goback, stop run and exit program in cobol?
Whats the difference between search & search ALL?
Explain how you can characterize tables in cobol?
What guidelines should be followed to write a structured cobol prgm?