Previous Topic: SARDBR10Next Topic: SARDBU07


SARDBT23

Database with large format data sets cannot be versioned to release 11.5 or earlier

Reason:

The SARDBASE VERSION statement is being used to version a database to release level r11.5 or earlier but the database contains a large format data set (data set with more than 4369 cylinders). Large format data sets are only supported for r11.6 or higher release level databases and cannot be versioned to release 11.5 or earlier.

Action:

To be compatible with the r11.5 or earlier database structure, re-create the r11.6 or higher release level database. Create a database with data sets that have 4369 cylinders or less. Copy or load the r11.6 or higher release level database into the new database. After the copy or load, the database can be versioned to the r11.5 or earlier database release level.

SARDBU01

ERROR ON "FROM" DATABASE

Reason:

An I/O error occurred reading the SYSOUT to be written to tape. The SYSOUT is skipped and execution continues with the next SYSOUT group.

Action:

See the associated message for the I/O error.

SARDBU02

This message number represents one of the following messages:

SECONDARY DISK ERROR FOR ID=xxxxxxxx, GEN=xxxxx, SEQ=xxxxx
SECONDARY DISK ERROR FOR RESOURCE=xxxxxxxxxxx

Reason:

CA View cannot write to the secondary disk.

Action:

Verify your DSK2PARM initialization parameter.

SARDBU03

UNABLE TO LOAD SECONDARY DISK STORAGE DRIVER

Reason:

CA View cannot find the program that is required to access secondary storage.

Action:

Determine if the program is available in STEPLIB or linklist.

SARDBU04

ERROR ON GET EQUAL FOR ID=xxxxxxxxxxxx GEN=xxxxx, SEQ=xxxxx

Reason:

The given SYSOUT group was being unloaded from the secondary disk to the unload file, but the SYSOUT group is no longer in the CA View database.

Action:

None. The SYSOUT group is not unloaded, and unload processing continues with the next SYSOUT group.

VWZr7--SARDBU05

DDname "SARUNLD" not found

Reason:

The SARUNLD DD statement is required for the SARDBASE utility UNLOAD control statement to unload the database.

Action:

Add the SARUNLD DD statement to the JCL, and then rerun the job.

SARDBU06

Open failed for DDname "SARUNLD"

Reason:

The SARDBASE utility UNLOAD function was unable to open the SARUNLD DD statement. The job log must contain messages identifying the error.

Action:

Correct the error, and then rerun the job.