Quantcast
Channel: Visual COBOL
Viewing all articles
Browse latest Browse all 5819

Forum Post: RE: Eclipse Errors

$
0
0
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.

Viewing all articles
Browse latest Browse all 5819


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>