Can any body give the solution for the following Cobol problem as I am new to the language.
1) Write a program in cobol that calculates monthly salary of the employee's of a company. The records of all the employees are kept in a single file. The empoloyees salary is to be calculated on the basis of following formula.
Payment to the Regular Staff :
Payment to be made = Basic Salary (1+ Dearness Allowance %
100 )
- (Provident Fund + IncomeTax subscription by employee)
Payment to Part time staff :
Payment = No. of days worked in the month x Daily wage of that employee
Assume suitable file format. Make and state suitable assumptions if any.
1) Write a program in cobol that calculates monthly salary of the employee's of a company. The records of all the employees are kept in a single file. The empoloyees salary is to be calculated on the basis of following formula.
Payment to the Regular Staff :
Payment to be made = Basic Salary (1+ Dearness Allowance %
100 )
- (Provident Fund + IncomeTax subscription by employee)
Payment to Part time staff :
Payment = No. of days worked in the month x Daily wage of that employee
Assume suitable file format. Make and state suitable assumptions if any.