This table is typically used by Unicenter Asset Management. It is used for Job Contents . When the job contents of a UAM job exceeds the max size of NCJOBCFG.JOCONT it will be stored in multiple rows in NCJOBBIN.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| jobid | integer | not null | Job ID. Foreign key to NCJOBCFG.JOBID |
| jobpart | integer | not null | Job Part number. Part of the Unique key in order to have multible rows for one Job. |
| domainid | integer | not null | Job domain ID. Foreign Key to NCJOBCFG.DOMAINID |
| contents | nvarchar(15000) | with null | Job Contents |
| auto_rep_version | date | with null | Modification Date. Automatically maintained by Rule. Used for replication. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table