Whats the difference between search & search ALL?
Answer Posted / rajvee
search needs the index to be set before use..search all
doesnt need it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define static linking and dynamic linking.
What is the problem of ordered sequential files access?
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 external and global variables in COBOL?
Difference between array and sub-script ?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is Pic 9v99 Indicates in COBOL?
Why would you use find and get rather than to obtain?
Difference between cobol and cobol-ii?
What is a report item?
Why occurs cannot be used in 01 level in COBOL?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between binary search and sequential search?
What is the default value(s) for an initialize and what keyword allows for an override of the default?