Specifying input parametersUsing LCDS Print Description Language 2-13BLOCK ADJUSTSpecifies a block adjustment value that is added to, or subtractedfrom, the contents of the block length field to determine the trueblock length. (Refer to the BLOCK LENGTH parameterdescription for further information.)Syntax BLOCK ADJUST = valueOptionsDefault 0BLOCK CONSTANTSpecifies that the block delimiter constant sc and all datafollowing it are ignored until the end of the block is reached.Syntax BLOCK CONSTANT = scOptionsDefault No defaultTable 2-5. BLOCK ADJUST parameter options and definitionsOption Definitionvalue Specifies the block adjustment length. This length is a constant integer that isadded to or subtracted from the value in the block length field of every tapeblock. The resulting value is the true block length.The range for a value is -127 to 127 and must be less than the block LENGTHparameter.A plus (+) or minus (-) character may be used to specify a positive or negativeadjustment value.Table 2-6. BLOCK CONSTANT parameter options and definitionsOption Definitionsc (String constant) A string (hexadecimal, octal, or character) constant asdescribed under “Coding a JSL.”The length of the constant must be from one to four bytes.