In native COBOL we used a "CALL progname" statement in processing through a set of programs by looping through and setting the variable progname, a PIC X(n), to each program name in turn.
How do we implement the same functionality in managed COBOL? "INVOKE progname"? What would be the content of progname?
↧