Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Starting utility routines

&pagelevel(3)&pagelevel

The UDS-SQL utility routines are loaded and started using the following commands:

START-UDS-program

VERSION = *STD / <product-version>
,MONJV = *NONE / <filename 1..54 without-gen-vers>
,CPU-LIMIT = *JOB-REST / <integer 1..32767 seconds>

program
Name of the utility routine:
ADM, BALTER, BCALLSI, BCHANGE, BCHECK, BCREATE, BFORMAT, BGSIA, BGSSIA, BINILOAD, BMEND, BMODTT, BOUTLOAD, BPGSIZE, BPRECORD, BPRIVACY, BPSIA, BPSQLSIA, BRENAME, BREORG, BSTATUS, DDL, DMLTEST, MONITOR, ONLINE-PRIVACY or SSL.

VERSION =
Product version of the utility routine which is to be started.

VERSION = *STD
No explicit specification of the product version. The product version is selected as follows:

  1. The version predefined with the /SELECT-PRODUCT-VERSION command.

  2. The highest version installed with IMON.

VERSION = <product-version>
Explicit specification of the product version in the form mm.n[a[kk]].
You are recommended always to specify the version in full, e.g. 02.9B00, in order to facilitate migration in the event of correction packages.

MONJV =
Specifies a monitor job variable to monitor the DBH run.

MONJV = *NONE
No monitor job variable is used.

MONJV = <filename 1..54 without-gen-vers>
Name of the job variable to be used.

During the program run the system sets the job variable to the following values:

$R
$T
$A

Program running
Program successfully terminated
Program terminated with error

CPU-LIMIT =
Maximum CPU time in seconds which the program may take to execute.

CPU-LIMIT = *JOB-REST
The remaining CPU time for the BS2000 job is to be used for the task.

CPU-LIMIT = <integer 1..32767 seconds>
Only the time specified should be used.