Answer Posted / venkatachalam
Sharing the memory location between called program and
calling program.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
explain sorting techniques in cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
what is the difference between COBOL2 AND COBOL390?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do get the result of your program directly on your pc?
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.
In COBOL, what is the different between index and subscript?
how do you define single dimensional array and multidimensional array in your cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
A table has two indexes defined. Which one will be used by the SEARCH?
How many sections are there in data division in COBOL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
I have a File that has duplicate records. I need only those records that occur more than thrice.?