XPRNT PLINE,97
MVI PLINE,C' '
MVC PLINE+1(96),PLINE
MVI PLINE,C' '
MVC PLINE+1(96),PLINE
MVC PRICOUT(4),=XL3'4020214B2020'
MVC PRICOUT+5(6),=X'4020214B2020'
I would change line 218 from
PLINE DC CL1' ' PRINT LINE
PLINE DS 0CL121
DC CL1' ' PRINT LINE
DC CL1' ' PRINT LINE
This is a very important lesson to learn: teachers are human, too. They make mistakes. Your teacher didn't compare the card layout to the input statements and hence missed that the 4 needs to be a 3. Or, your teacher could have deliberately inserted that error to see if you could fix it yourself.can you clarify regarding line 77 (i chose it that way cause the teacher gave us the DSECT values and also the values that we are supposed to pack).