Write a program for the following:a. Evaluate the following equation using COMPUTE verb.Z=(A – B) * C b. To Find the sum of individual digits in the given „n‟ digit decimal number.
Write a program for the following:a. Generating odd and even numbers between the given limits by using PERFORM statement.b. Sorting numeric numbers.
Write a program to search a record in the file without using SEARCH verb.
By using table handling concepts, write a program fora. Sorting alphanumeric data.b. Searching a numeric number using SEARCH verb.
By using table handling concepts, write a program for matrix addition and matrix subtraction.
By using table handling concepts, write a program for matrix multiplication.
Write a program for the following:a. To sort records in the file using SORT verb.b. To merge files using MERGE verb.
Write a program to read employee file as sequential file and calculate Gross Pay and Net Pay for employees in the organization.
Write a program to store student‟s details with results in a file with sequential file handling techniques.
Using the index file organization, write a programa.To store employee details.b.To delete a record in the index file.c.To search a record in the index file.
Using the index file organization, write a program to update the employee salary (increase DA of 3%).
Write a program to calculate Net Pay and Gross Pay by reading relative file containing fields Emp_no,Emp_name, Basic_ pay. Store the output in relative file.
Write a program to find simple interest and compound interest using subroutine concept.
Write a program to generate a sales report.