DoReloadExParams
Parameters for a reload.
Properties
| Name | Description | Type | 
|---|---|---|
| qMode | 
			 0: for default mode. 1: for ABEND; the reload of the script ends if an error occurs. 2: for ignore; the reload of the script continues even if an error is detected in the script.  | 
	Integer | 
| qPartial | 
			 Set to true for partial reload. The default value is false.  | 
	Boolean | 
| qDebug | 
			 Set to true to debug reload. The default value is false.  | 
	Boolean | 
| qReloadId | 
			 Optional reload ID. ID will be automatically generated if not set.  | 
	String | 
| qSkipStore | 
			 Set to true to skip Store statements. The default value is false.  | 
	Boolean | 
| qRowLimit | 
			 If greater than or equal 0, defines max number of rows loaded from a data source.  | 
	Integer |