Answered step by step
Verified Expert Solution
Question
1 Approved Answer
COBOL Student Assignment 3: Coding an IDENTIFICATION DIVISION Instructions: Code an IDENTIFICATION DIVISION that contains only a PROGRAM- ID paragraph paragraph, does a weekly payroll
COBOL
Student Assignment 3: Coding an IDENTIFICATION DIVISION Instructions: Code an IDENTIFICATION DIVISION that contains only a PROGRAM- ID paragraph paragraph, does a weekly payroll calculation for workers paid on an hourly basis at the ABC Corporation. and comments. The program name is to be PAYRPT, and the comments are to indicate that the program Student Assignment 4: Coding a SELECT Statement Instructions: A file with the system name, SALES.DAT, is stored on disk. A COBOL program is to reference this file using thename, SALES-TRANSACTION-FILE. Code the required SELECT statement. i Student Assignment 5: Coding en FD Entry Instructions: Code an FD entry and associated O1 record layout for STUDENT-FILE giveh the following information regarding the fields found in each record: Student ID 7 bytes, alphanumeric,'-. Student Name 20 bytes, alphanumeric Student Address 20 bytes, alphanumeric Student Status 2 bytes, alphanumeric Student Income 5 bytes, numeric Student Assignment 6:, Coding PERFORM Statements Instructions: Code a paragraph named B-100-DO- IT that transfers control to B-200-D0- IT-AGAIN, then B-210 DO IT OVER, and finally to B 220 DONE. Control should be transferred to B-210 DO-IT oVER so the program keeps looping back to B-210-DO-IT-OVER until the condition, ALL-RIGHT-NOW, is true. Student Assignment 7 Coding an OPEN and a READ Statement Instructions: Code an OPEN statement and a READ statement for the file named STUDENT-FILE.Move Y to SW-END-OF-FILE in the AT END clause of the READ statement Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started