CIS133C CLASS 3The COBOL program is coded on an 80-character line. Columns 1-6 are reserved for sequence numbers. Column 7 is an indicator area where an asterisk (*) tells the computer to disregard the remainder of the line and a slash (/) will have the printer go to a new page before printing the line and a hyphen (-) is used to continue a line. Columns 8-72 will contain your code: Area A is 8-11 and Area B is 12-72. Columns 73-80 is an identification area for the program name and you should not code here as the computer will ignore it.
|