Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

What is the Managed COBOL equivalent to "CALL [variable]"?

$
0
0
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?

Viewing all articles
Browse latest Browse all 4356

Trending Articles