Is it possible to make a call to the Operating System (ie AIX) using IBM's Visual Age for Cobol. I would like to be able to execute a script from within a Cobol program.
okay, I've done this and the program comiles OK but then fails at the link step "Undefined symbol .SYSTEM". Am I missing somthing in my environment setup?
Mark
P.S. This is the IBM Cobol Set for AIX version 1.1 [sig][/sig]
maybe "SYSTEM" is specific to Microfocus. I don't know of another way. Unless you can call a 'C' function from your cobol. In that case you could call the system() function...or call a C program that then calls system()?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.