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

RE: calling managed from native

$
0
0

In scenario 1 you are doing:

    set passed-to-program2                     to type Environment::CommandLine.

    accept passed-to-program2                  from command-line.

where you should only be doing

    set passed-to-program2                     to type Environment::CommandLine.

the accept statement is overriding the value that is coming in from the set statement so remove the accept any then you should see the value that is being passed.


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>