Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
445 views

Gnu Make and z/OS USS make

1) We have a need for Makefiles to build C++ on both z/OS USS and a Linux platform. Is it advisable to use gnu make on z/OS USS in order to keep our makefiles common ? 2) If the Makefiles are ...
1
vote
0answers
64 views

Android - get USS memory allocation programatically

I force this problem: I need to know USS memory allocation (= how much RAM is allocated by your APP) for my app. I know, it is possible to get this info from "adb shell procrank", but I want to have ...
1
vote
2answers
433 views

Connecting to DB2 from USS on z/OS mainframe

I am writing a C program in Unix System Services on a z/OS mainframe. One of the requirements is to get a sequence number from a DB2 database residing on the same mainframe. Not having DB2 Connect ...
1
vote
1answer
156 views

USS C++ socket programming and _OE_SOCKETS

I'm currently porting an app on MVS using the USS interface. I'm facing an issue compiling (using c++ compiler) the following program: #define _XOPEN_SOURCE_EXTENDED 1 #define _OE_SOCKETS #include ...