Answer Posted / swetha
one can use icetool in matching logic
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do define dynamic array in cobol.
What the difference is between continue and next sentence?
What is rmode(any) ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
how do you reference the esds vsam file formats from cobol programs
How you can characterize tables in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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 do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do you reference the following file formats from cobol programs?
What are the different rules for performing sort operation?
What is the difference between goback, stop run and exit program in cobol?
Write a program to explain size error.