Quantcast
Viewing all articles
Browse latest Browse all 8500

COBOL Programming :: Cobol list of programs being called

Author: biswajit.dattagupta
Subject: Cobol list of programs being called
Posted: Tue Nov 01, 2016 2:10 am (GMT 5.5)

Hello!

I knew of a cobol compiler option that I used some time back (3 or maybe 4 years ago) but I do not recall it anymore no no matter how hard I try to.

When I compiled my cobol program with that option, I used to get displays which would give information as to which program is executing and whenever control used to transfer to a static/dynamic called sub-program, it used to display that program too. I vaguely remember how the display used to look - something like this:
Code:
EXISTING PROGRAM --> PROGRAM1
ENTERING PROGRAM --> PROGRAM2
EXISTING PROGRAM --> PROGRAM2
ENTERING PROGRAM --> PROGRAM1

If anyone is aware of what compiler option I might be talking about, can you please share it. Any help would be greatly appreciated. Thank you!


Viewing all articles
Browse latest Browse all 8500

Trending Articles