The ADDJOB control statement creates control records that let users use JOB mode to access reports that were archived before JOB mode existed.
Carefully monitor your database index utilization by using SARDBASE STATUS or the online ST command.
Important! If your database index fills up while ADDJOB is running, the job terminates with RC=16. In addition to the job terminating, these events occur:
SARDBI07 No more index file space in database
To avoid filling your index, consider using the ADDJOB parameters, including wildcard characters, to limit the number of jobs in a run.
If necessary, use SARDBASE ADDDS to add additional space to your database index and data areas.
Running ADDJOB with no parameters creates JOB mode records for all eligible reports on the database.
Omitting the ID parameter causes ADDJOB to read through all of the report index records in the database.
For large databases, consider running ADDJOB in off hours when it does not conflict with online activity or backup cycle processing.
/ADDJOB JOBNAME=jobname
DATE=mm/dd/yyyy | mm/dd/yyyy:mm/dd/yyyy
GEN=number
SEQ=number
ID=id
REDO
where:
Specifies the 1-8 character job name.
To specify a generic job name, specify the jobname prefix, followed by an asterisk, for example, pay* or bld*.
Specifies either the date or the range of dates when the job was submitted.
In a date range, use a colon (:) to separate the start and end dates.
Specifies the generation number (1-65535) for the sysout.
Specifies the sequence number (1-65535) for the sysout.
Specifies the specific or generic sysout id (1 to 32 characters).
Default: blank (all sysouts)
Re-creates the JOB mode data.
Note: If you version a database back to CA View 12.1 or earlier, the JOB mode data is removed. If you version the same database up to CA View 12.2 or later again, to re-add JOB mode data, use the REDO command.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|