>I buckled down (sorta) and got to my COBOL today. I leapt the hurdle of assignment 2, attempted # 3… and ran into the same freakin issue I got last time. It’s at a point where it can’t give me any good info, either. I just have to go step by step through the variables and make sure my “write variable1 to variable2.” statements aren’t taking a letter (or uncleared garbage in memory) and trying to add with it, or trying to put a larger variable into a smaller area. It’s great when it’s going well, but debugging is a…
