BatchOptions class | QSYS API Reference Guide
Defines the options for a batch job.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object
Properties
Type | Name | Description |
---|---|---|
String | AccountingCode | Gets or sets the accounting code for the batch job. |
String | ADO_ConnectionString | Gets or sets the connection string for the ADO connection of the batch job. |
String | AssemblyList | Gets or sets the comma separated list of assemblies or patterns. |
String | AssemblyListProfile | Gets or sets the name of the Profile to select from the configured dictionary of Assembly Lists. |
String | DBName | Gets or sets the Database Name to be used for data by the batch job. |
String | DBNamePrint | Gets or sets the Database Name to be used for printer files by the batch job. |
String | JobName | Gets or sets the name of the batch job. |
String | JobOutputQueue | Gets or sets the output queue for the batch job. |
String | LDA | Gets or sets the initial value of the Local Data Area for the batch job. |
String | NamespaceList | Gets or sets the comma separated Namespace List for dynamic program calls. |
String[] | NameStoreConfigFiles | Gets or sets the configuration files used for the database names store used by the batch job. |
Nullable<NameStoreOptions> | NameStoreOptions | Gets or sets the options for the database names store used by the batch job. |
String | PsdsJobUser | Gets or sets the initial value of the user name reported in the PSDS for the batch job. |
String | Switches | Gets or sets the initial value for the switches of the batch job. |
String | UserLibraryList | Gets or sets the user portion of the library list. The list is comma separated. |