Title: How can I get the system-information data from the client computer?

The best way to achieve this is to CALL CLIENT the C$SYSINFO library routine.
It returns information about the current operating system.
In general this library routine produces the same result as the ACCEPT SYSTEM-INFORMATION FROM SYSTEM-INFO statement.
However, on Thin Client environment, the ACCEPT approach would bring the system-information data from the server only, while the CALL CLIENT "C$SYSINFO" would bring the specific client information instead.

Authored by: Veryant Support on Fri, Mar 1st, 2013 at 7:00 PM
This question has been viewed 8255 times so far.
Online URL: http://support.veryant.com/support/phpkb/question.php?ID=200

Powered by PHPKB Knowledge Base Software