I\'m trying to use CURL with SAS 9.3. I got it working for normal webpages. However, when I try to use it with a URL with \'env\', I get the following error message: \'env\' i
I would try adding quotes that will get passed to Windows.
Something like
"curl -k ""&url."" 2>&1"
The doubled double quotes are passesd as a single " character to Windows.