Quantcast
Channel: Visual COBOL
Viewing all articles
Browse latest Browse all 5819

Forum Post: RE: The CALL statement

$
0
0
You do not call .CBL programs, you call the compiled programs as either .INT, .GNT or .DLLs depending on the compile options that you are using. If you have a main .EXE which issue the call statement: CALL 'DATE-TIME' USING ... It would be looking for a program called DATE-TIME.int, DATE-TIME.gnt or DATE-TIME.dll in the same folder as the main .EXE. If it is in a different location then you would need to point to that folder by setting COBPATH. What is the name of your subprogram as it resides on disk?

Viewing all articles
Browse latest Browse all 5819

Trending Articles



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