Menu

(Solved) : Assume Input File Following Layout 01 Data 03 03 03 03 Ssn Name Expense Code Amount Pic X Q32521097 . . .

ASAP please
Assume the input file has the following layout 01 IN-DATA. 03 03 03 03 IN-SSN IN-NAME IN-EXPENSE-CODE IN-AMOUNT PIC X(9) PIC X(20) PIC X PIC 999v99 The IN-EXPENSE-CODE on the file is a one digit code where B BREAKFAST L = LUNCH D = DINNER H HOTEL T = TAXI OR LIMO MISCELLANEOUS C CAR RENTAL Write the hard coded table Write the routine whereby the IN-EXPENSE-CODE on the input record is located in the A. table and the description is moved to PDESCAssume the input file has the following layout 01 IN-DATA. 03 03 03 03 IN-SSN IN-NAME IN-EXPENSE-CODE IN-AMOUNT PIC X(9) PIC X(20) PIC X PIC 999v99 The IN-EXPENSE-CODE on the file is a one digit code where B BREAKFAST L = LUNCH D = DINNER H HOTEL T = TAXI OR LIMO MISCELLANEOUS C CAR RENTAL Write the hard coded table Write the routine whereby the IN-EXPENSE-CODE on the input record is located in the A. table and the description is moved to PDESC Show transcribed image text

Expert Answer


Answer to Assume Input File Following Layout 01 Data 03 03 03 03 Ssn Name Expense Code Amount Pic X Q32521097 . . .

OR