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 / amol
a
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the problem of ordered sequential files access?
Can we redefine the field of x(200) to less than 200?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the difference between PIC 9.99 and 9v99 in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Write a program that uses move corresponding.
how do you reference the ksds vsam file formats from cobol programs
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you define single dimensional array and multidimensional array in your cobol?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?