Questions tagged [os390]
The os390 tag has no summary.
8 questions
-1 votes
1 answer
2k views
db2start fails with error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
Installed db2 10.5 but installation completes with warning that db2start failed while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory. i have both ...
2 votes
3 answers
4k views
how to make a large command line broke in two lines be executed as a single line inside of a script
I am using IBM z/OS390 and I am using the OMVS shell. I don't have "vi" installed at all so I use "oedit". If I try to initialize the app.jar straigh from OMVS shell it Works perfectly. I mean, if I ...
1 vote
1 answer
1k views
./a.out && echo $? only prints return value if return = 0
echo $? in the following scenario does not display the return value, i.e. 1. echo "int main() { return 1; }" > foo.c gcc foo.c && ./a.out && echo $? However, echo $? works when the ...
4 votes
2 answers
180 views
what am i missing ... why run a S/390 platform with Fedora desktop?
I found this link for a group that is converting fedora RPM's to run on S/390 hardware. Wikipedia tells me that the S/390 was made by IBM as a mainframe computer in the 1990's (and run out of service ...