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 ksds vsam file formats from cobol programs
How can you get the ksds file records into your cobol program?
What is the difference between Global and External Variables?
how to move the records from file to array table. give with code example
What are the access modes of START statement?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
how can i see junk values in dclgen or in hostvariable of comp ?
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between binary search and sequential search?
State the various causes of s0c1, s0c5 and s0c7.
Describe the cobol database components?
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.