What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
1155Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
1214What is the difference between structured cobol programming and object alternativelyiented cobol?
1301If you are current on the owner of a set, what is the difference between obtain next and obtain first?
1445What is the default value(s) for an initialize? What keyword will allow for an override of the default?
1169
Why would you use find and get rather than to obtain?
For rewrite, why is it mandatory that file needs to be opened?
how to move the records from file to array table. give with code example
what happens if parmparameter passes zero bytes to the program
What is inspect in cobol ?
what is difference between cobol and cobol/400
How do you get the data to code the BMS macro?
Which is not true about evaluate statement
how do you reference the variable unblock file formats from cobol programs
What is a scope terminator give example?
What is a report item?
Can we change the password using ALTER? anyone tried and changed?
How to remove 2 duplicate records and copy only one using job control language?
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 refer the data field?