Answer Posted / sugun sheel
Many people may not aware of the portal.
Just try to spread it across, not to blame.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do u write test cases?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to remove 2 duplicate records and copy only one using job control language?
Why did you choose to work with ibm mainframe cobol programming?
what is search and searchall?what is the diffrence between them?give an best example?
Which is not true about evaluate statement
What is report-item in COBOL?
Define cobol?
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
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What are the pertinent COBOL commands?
How many sections are there in data division in 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.