mitjas_jobparms

This table holds the point product defined job parameters in "key/value" format. Each job can have a unique set of job parms.

Column Name Column Datatype Column Null Option Column Comment
joid decimal(15) not null Job id for the parameter.
parmname varchar(60) not null Parameter name set by the point product.
parmvalue varchar(1960) with null Parameter value set by the point product.

Parameter value. A parameter value longer than 255 characters is stored here. A parameter value is stored in either PARMVALUE or PARMVALUEB, not both.

parmvalueb varchar(255) with null Parameter value. A parameter value less than or equal to 255 characters is stored here. Generally, this is used for a short parameter value string.

This column is needed to accomodate databases that overallocate column space for long VARCHAR data values.

Product Name: Unicenter Database Management

Table Type: Table


Copyright © 2006 CA. All rights reserved.