Loading...
Select Version
The program reads information on signed-on users and LTERM partners.
Notes on Generation:
The program unit must be defined in the KDCDEF run as follows:
BS2000 systems:
PROGRAM COBUSER, COMP=ILCSTAC COBUSER, PROGRAM=COBUSER, ADMIN=YESUnix and Linux systems:
PROGRAM COBUSER, COMP=COB2 (Micro Focus compiler)PROGRAM COBUSER, COMP=NETCOBOL (NETCOBOL compiler from Fujitsu)TAC COBUSER, PROGRAM=COBUSER, ADMIN=YES- Windows systems:
PROGRAM COBUSER, COMP=COB2 (Micro Focus Compiler)
TAC COBUSER, PROGRAM=COBUSER, ADMIN=YES
Note on linking:
On BS2000 systems, the COBUSER program unit can be linked to the application program by means of a RESOLVE-BY-AUTO statement.
On Unix and Linux systems you must link the library libsample which is located below the path utmpath/sample/sys.
On Windows systems, the COBUSER.obj object must be linked explicitly.