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
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.