Posted by: nickfnord | November 13, 2008

supporting legacy code

so I’ve found that I have to do a bit of maintenance on a COBOL module at work…… I’ve been avoiding it but can’t any longer. I was actually kind of curious to see what it would be like and was kind of looking forward to it, but it seems that I was a fool.

here’s just a small snippet:

IF WH-CONDITION = "Y"
SET TRUE-CONDITION TO TRUE
ELSE
SET FALSE-CONDITION TO TRUE
END-IF.

*sigh*


Leave a response

Your response:

Categories