Aug 25, 2004 #1 hugheskbh Programmer Dec 18, 2002 37 US Hi All, I have 2 Micro Focus cobol programs on the Unix OS. I need to have one call the other. How can I do this? Thanks
Hi All, I have 2 Micro Focus cobol programs on the Unix OS. I need to have one call the other. How can I do this? Thanks
Aug 25, 2004 #2 PHV MIS Nov 8, 2002 53,708 FR Something like this ? CALL "/path/to/otherprogram" Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244 Upvote 0 Downvote
Something like this ? CALL "/path/to/otherprogram" Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
Aug 25, 2004 #3 Truusvlugindewind Programmer Jun 5, 2002 350 NL How are they compiles/linked? For the 'main' program everything is OK, the 'sub' program must be either ".int", ".gnt" or "*.so". Upvote 0 Downvote
How are they compiles/linked? For the 'main' program everything is OK, the 'sub' program must be either ".int", ".gnt" or "*.so".
Aug 28, 2004 Thread starter #4 hugheskbh Programmer Dec 18, 2002 37 US The 'sub' program is a ".gnt Upvote 0 Downvote
Aug 30, 2004 #5 Truusvlugindewind Programmer Jun 5, 2002 350 NL That's good. And you followd PHV's advice? What is the error/problem? Upvote 0 Downvote