From: john <jo...@pr...> - 2002-10-15 18:15:56
|
Is it possible to run a Linux command from within a cobol program with Ti= ny=20 Cobol. Ex: call "system" using cmd status. =A0 =A001 cmd pic x(30) value "ls -l >temp" =A001 status pic s9999 comp. =A0 =A0Regards =A0 =A0John Kennedy |