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
how do you reference the variable unblock file formats from cobol programs
Define cobol?
what is difference between cobol and cobol/400
What is rmode(any) ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is length is cobol?
what is search and searchall?what is the diffrence between them?give an best example?
What is the compute verb? How is it used?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What type of SDLC u followed? Why?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
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.
how to move the records from file to array table. give with code example
What is a report item?