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 / guest
a) not and or
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
IF I mention stop run in CICS what happens?
how do you reference the fixed unblock file formats from cobol programs
Explain about different table spaces.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What are the various section in data division and briefly explain them.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the difference between external and global variables in COBOL?
What is the Purpose of Pointer in the string?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the problem of ordered sequential files access?
What are the different rules to perform a Search?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What is static and dynamic call in cobol?
How are the next sentence and continue different from each other?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?