Question: Assignment 1 CIS-CSC 170 Assignment #1 *Download the file Assignl.cbl from * Complete the COBOL program to produce * with the following information: BlackBoard. a
CIS-CSC 170 Assignment #1 *Download the file Assignl.cbl from * Complete the COBOL program to produce * with the following information: BlackBoard. a cover sheet Student Name Course and section Assignment number Due Date 1/24/18 Grade The above information must be centered on the paper Hand in the cover sheet and the completed Cobol porgram identification division. program-id. cover environment division. configuration section. source-computer. ibm-pc. object-computer. ibm-pc input-output section. file-control. select file-out assign to printer, "h:outl.txt". data division. file section. fd file-out label records are omitted. 01 record-out pic x (80). working-storage section. 01 line1-out. 05 filler pic x(30) value CIS-CSC 170 Assignment #1 *Download the file Assignl.cbl from * Complete the COBOL program to produce * with the following information: BlackBoard. a cover sheet Student Name Course and section Assignment number Due Date 1/24/18 Grade The above information must be centered on the paper Hand in the cover sheet and the completed Cobol porgram identification division. program-id. cover environment division. configuration section. source-computer. ibm-pc. object-computer. ibm-pc input-output section. file-control. select file-out assign to printer, "h:outl.txt". data division. file section. fd file-out label records are omitted. 01 record-out pic x (80). working-storage section. 01 line1-out. 05 filler pic x(30) value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
