|
From: | John R. Culleton |
Subject: | [open-cobol-list] Calling a system function in Open Cobol. |
Date: | Sun, 25 Jun 2006 19:37:03 -0400 |
User-agent: | KMail/1.9.3 |
In other COBOL compilers on a *nix system it is possible to execute a system call like this: CALL "system" USING "ls -l". On Open Cobol this code compiles clean and executes but the system function "ls -l" does not appear to work. Any hints? -- John Culleton
[Prev in Thread] | Current Thread | [Next in Thread] |