Hello everybody!
I have a probleme with the proc soap
my result is in one line.
there is no line feed ??
anybody has that problem
Why is that a problem?
one possibility is that PROC COAP is running in a *nix environment and you are reading the output on Windows (with, say, NotePad). *nix and Windows use different end-of-line markers.
that a problem for consulting via putty
What do you expect to gain from looking at this XML data in PuTTY?
You can use xmllint (assuming it's installed), a command line XML tool for linux to get a 'pretty print' of the data
$> xmllint --format FILE.XML
Thanks a lot for the answers
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.