Previous Topic: Abends


S013-18 SARSTC , SARBKT

Reason:

CA View Archival task uses two optional sequential files, specified by the SARXCTAB and SARPATAB DD statements in the SARSTC JCL. You can use the JCL equivalent of a sequential dataset by coding a member name for a partitioned dataset as 'PDS (member)'. CA View requires a sequential dataset, it has no logic to verify that these members are actually in the PDS. If either member is not available during the dataset OPEN, the S013-18 occurs.

Action:

The accompanying message identifies the dataset and member:

IEC141I 013-18, IGG0191B, jobname, stepname, ddname, device#, volser, dataset_name(member_name)

Correct the JCL, or create the required data in a dataset with the correct member name.

S013-20 Any batch View Utility

Reason:

A CA View utility program output DD statement contained the data set name of a CA View or CA Deliver database extent. The register dump produced by the operating system contains the DD name which caused the problem, the name is in General Registers 8 and 9 in EBCDIC.

Action:

To contain a valid output data set or SYSOUT correct the DD Statement.