using $set rm also works with Visual COBOL for Eclipse with remote projects on DevHub, though you will want to terminate the string call using all SYSTEM with a null terminator such as CALL "SYSTEM" USING "touch /home/support/test.txt \0" . Or CALL "SYSTEM" USING z "touch /home/support/test.txt" the z will tell COBOL to null terminate the string that follows. Otherwise a file will be created named test.txt8? instead of test.txt. The accept echo statement also works under this scenerio.
↧