Hi,
I am trying to execute C++ program on zos.I tried a "Hello world" program without using "use namespace std;" it executed well and i could able to see the output of it. But while including "use namespace std;" its not executing.Is this mandatory for a C++ program on Zos??