Start of change

SERVER_MODE_JOB_NAME

This global variable contains the name of the job that established the SQL server mode connection.

This global variable has the following characteristics:
  • It is read-only, with values maintained by system.
  • The type is VARCHAR(28).
  • The schema is QSYS2.
  • The scope of this global variable is session.

If there is no server mode connection, the value is NULL.

End of change