Aug 25, 2004 #1 hugheskbh Programmer Joined Dec 18, 2002 Messages 37 Location 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 Joined Nov 8, 2002 Messages 53,708 Location 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 Joined Jun 5, 2002 Messages 350 Location 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 Joined Dec 18, 2002 Messages 37 Location US The 'sub' program is a ".gnt Upvote 0 Downvote
Aug 30, 2004 #5 Truusvlugindewind Programmer Joined Jun 5, 2002 Messages 350 Location NL That's good. And you followd PHV's advice? What is the error/problem? Upvote 0 Downvote