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 / nihal
it is A
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What kind of error is trapped by on size error option?
What are the pertinent COBOL
Write the code implementing the perform … varying.
What are the different open modes available in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are various search techniques in cobol? Explain.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What rules are followed by the search verb.
Whats the difference between search & search ALL?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
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 variable block file formats from cobol programs
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.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc