Answer Posted / vampire
01 a comp-1
01 b comp-2
Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
what are decleratives in cobol?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the Purpose of Pointer in the string?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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
What is a scope terminator give example?
Which mode is used to operate the sequential file?
How many sections are there in data division in COBOL?
What are the various section in data division and briefly explain them.
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.
When is inspect verb is used in cobol?
What is comp-1 and comp-2?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.