Skip to main content

Questions tagged [os390]

-1 votes
1 answer
2k views

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 ...
Yogesh Kumar's user avatar
2 votes
3 answers
4k views

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 ...
Jim C's user avatar
  • 145
1 vote
1 answer
1k views

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 ...
Harvinder's user avatar
  • 395
4 votes
2 answers
180 views

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 ...
Hari Seldon's user avatar