Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

The COBOL program unit COBUSER

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=ILCS
    TAC COBUSER, PROGRAM=COBUSER, ADMIN=YES

  • Unix 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.