Thread: Testing

How do beginners test a COBOL change without breaking prod?

Started by Jordan • user3 replies143 viewsLast activity 2 weeks ago
Post #1
0 votes
Jordan
Reputation
12
Posts: 32
Joined: May 2, 2026, 11:10 AM
Posted: Jul 28, 2026, 8:16 AM

I know this sounds nervous. I have a tiny change in test. What is the normal beginner-safe checklist before anyone looks at it?

Post #2
1 votes
Marcus
Reputation
89
Posts: 8
Joined: Apr 2, 2025, 11:27 AM
Posted: Jul 28, 2026, 10:16 AM

Compile clean in test. Run with a small known input file. Compare output to the previous version. Show your mentor the before/after. Never promote your own stuff on day five.

Post #3
0 votes
Lisa
Reputation
96
Posts: 17
Joined: Jun 20, 2025, 1:40 PM
Posted: Jul 28, 2026, 2:16 PM

Save the SYSOUT. People will ask for it.

You must be signed in to reply to this thread