Previous Topic: CALC Messages

Next Topic: CALR804E Messages

CALR Messages

List of CALR Messages

The following messages are issued by the CA Earl component.

CALR129E

Segment too big for data base

Reason:

The RECORD= clause of the SEGMENT file statement has a larger value than that on the DB statement.

Action:

Specify the RECORD= length on the DB statement equal to or greater than the length of the largest segment.

CALR401I

Modify the following default and press PF2 to generate options

Reason:

Modify supplied defaults to your requirements.

Action:

Modify desired options and press PF2 to generate installation options.

CALR402I

Installation options generated successfully

Reason:

The installation options macro has been successfully assembled with the user specified options.

Action:

No action is required.

CALR403E

Error assembling 'program'. Return code = rc

Reason:

The assembly of program ended with a return code of rc.

Action:

Examine the listing, correct the error, and reexecute the task.

CALR404E

Error in 'GLOBAL TXTLIB libname'. Return code = rc

Reason:

A GLOBAL command involving TXTLIB(s) ended with a return code of rc.

Action:

Check that the named TXTLIB(s) exists and reexecute the task.

CALR405E

Error in 'TXTLIB function library program'. Return code = rc

Reason:

The CMS command TXTLIB function library program ended with a return code of rc.

Action:

Verify that there is enough space in the TEST system disk and retry this task. For assistance, contact CA Support at http://ca.com/support.

CALR406E

Error loading 'name'. Return code = rc

Reason:

The named TEXT file or TXTLIB member does not exist, or one or more unresolved external references were found.

Action:

Verify that the named TEXT or TXTLIB member exists, that other TXTLIBs exist in the accessed disks and are specified in any GLOBAL TXTLIB commands and reexecute the task. For assistance, contact CA Support at http://ca.com/support.

CALR407E

Error generating 'filename filetype'

Reason:

An error occurred while generating the file specified by filename and filetype.

Action:

Examine the listing, correct the error, and regenerate the task.

CALR409E

Error copying 'filename filetype'

Reason:

An error occurred copying the file specified by filename and filetype.

Action:

Verify that the named file exists and that the target disk has sufficient free space and reexecute the task. For assistance, contact CA Support at http://ca.com/support.

CALR410I

Task 'taskname' complete

Reason:

Task taskname has completed successfully.

Action:

No action is required.

CALR411I

Modify the following defaults and press PF2 to run demonstration

Reason:

Modify-supplied defaults to your requirements.

Action:

Modify desired options and press PF2 to execute the installation demonstration program.

CALR412E

CA-EARL demonstration unsuccessful return code nnnn

Reason:

A return code greater than zero was returned from the execution of the CA Earl demonstration program.

Action:

Review the SYSPRINT output and consult the CA Earl Message Guide for any error messages. Take the appropriate actions to correct the error and rerun the demonstration. If task errors still occur, then verify that all CA Earl installation tasks were completed successfully.

CALR413I

CA-EARL demonstration complete

Reason:

The CA Earl demonstration was successful. A return code of zero was returned from the execution of the CA Earl demonstration program.

Action:

No action is required.

CALR414E

File 'fn ft fm' not found

Reason:

CA Earl could not find the named source program, MACLIB, or TXTLIB on any of the accessed disks.

Action:

Correct the spelling of the file information or access the required disk.

CALR415E

OPTION 'option' invalid

Reason:

The specified option is invalid.

Action:

Check that the option specified is spelled correctly and that it exists. See the CA Earl Systems Programmer Guide OS/390 for valid options and their syntax.

CALR416E

Invalid filemode 'fm'

Reason:

A supplied filemode is invalid for one of the following reasons:

Action:

Correct the filemode.

CALR418E

Options 'opt1' and 'opt2' are mutually exclusive

Reason:

Conflicting parameters were specified.

Action:

Specify only one of the indicated parameters. Refer to the CA Earl Systems Programmer Guide for valid options and their syntax.

CALR419E

User exit program 'name' not found

Reason:

The indicated user exit was not found.

Action:

Check the following:

CALR420E

CA-EARL terminated by user exit 'name'. Return code 'nnnn'

Reason:

A return code, nnnn, was returned from the user exit name.

Action:

Correct the indicated error and reexecute the CAEARL EXEC.

CALR421E

TXTLIB error occurred. Function='function', MEMBER='member',TXTLIB='libname',RC='rc'

Reason:

A TXTLIB command failed while saving a CA Earl program. The message text contains the member name, TXTLIB name, function, and return code rc.

Action:

Examine the CA Earl listing, correct the error, and reexecute the CAEARL EXEC. For assistance, contact CA Support at http://ca.com/support.

CALR422E

CA-EARL terminated due to error(s)

Reason:

A return code greater than zero was returned while executing CAEARL.

Action:

Review the SYSPRINT output from CA Earl and consult the CA Earl Message Guide for any error messages listed. Take the appropriate actions to correct all errors, and then reexecute CAEARL.

CALR423E

SYSPARM invalid or longer than 100 characters

Reason:

The string literal following the PARM= keyword is invalid for one of the following reasons:

Action:

Shorten the literal, add a closing quote, or specify two quotes ('') to indicate a single quote in the middle of your string.

CALR424E

Program name not specified

Reason:

You omitted the name of your CA Earl source program when invoking CAEARL EXEC. The correct syntax is:

CAEARL program-name (options

Action:

Correct the syntax and reexecute CAEARL.

CALR425E

'FILETYPE' name must follow keyword 'KEYWORD'

Reason:

You omitted MACLIB or TXTLIB following the options MACLIB, TXTLIB, or SAVE.

Action:

Correct the syntax and reexecute CAEARL.

CALR426E

SQL file 'FN FT FM' not found.

Reason:

The named file is required for the SQLDS interface, but CA Earl could not find it on any of the accessed disks.

Action:

Access the SQLDS files.

CALR427E

Keyword 'KEYWORD' must be preceded by 'VALUE'

Reason:

The DISK keyword must be preceded by AFP, SYSEARL, or SYSPRINT, as specified.

Action:

Correct the syntax and reexecute CAEARL.

CALR801E

GOTO abort issued by user program

Reason:

The CA Earl program has been terminated by a user-directed branch to ABORT.

Action:

No action is required.

CALR802E

No data selected for any report

Reason:

No data has been selected to the hit file for any report of this run. The run is terminated at this point.

Action:

Check the record selection logic and input data and resubmit.

CALR803W

No records for report number nn

Reason:

No data has been selected to the hit file for report number nn.

Action:

Check the record selection logic for report number nn and resubmit.