Previous Topic: Symbolic Post-Processor Program MessagesNext Topic: Dynamic Symbolic Support Messages


SYM002—SYM961

SYM002

LISTER= OPTION INVALID, NO LISTING SAVED

Reason:

The LISTER= option was invalid.

Action:

Correct the LISTER= option and resubmit your job stream.

SYM003

CUTPRINT= OPTION INVALID, LISTING WILL BE PRINTED

Reason:

The CUTPRINT= option was invalid.

Action:

Correct the CUTPRINT= option and resubmit your job stream.

SYM004

SYMBOLIC INFORMATION HAS BEEN SET AS NON‑PURGABLE

Reason:

The NOPURGE option was specified on the parameter statement.

Action:

None.

SYM005

PARAMETER OPTIONS INVALID, SYMBOLIC STEP NOT RUN

Reason:

An option was specified on the parameter statement was not recognizable.

Action:

Correct the parameter statement and resubmit your job stream.

SYM006

LISTER=XXX REQUESTED

Reason:

This identifies the LISTER option specified.

Action:

None.

SYM007

CUTPRINT=XXX REQUESTED

Reason:

This identifies the CUTPRINT option specified.

Action:

None.

SYM008

CONTROL STATEMENT IS MISSING — JOB TERMINATED

Reason:

No parameter statement was found.

Action:

Correct the parameter statement and resubmit your job stream.

SYM009

PROTSYM HAS REACHED MAXIMUM NUMBER OF PROGRAMS

Reason:

The CA InterTest for CICS Symbolic File has exceeded the maximum number of program entries.

Action:

Delete some programs for your file and resubmit your job stream. (The symbolic file capacity was greatly increased in Release 5.4.) Or, define a new CA InterTest for CICS Symbolic File and then resubmit your job stream using the new file. Refer to the SYMFIL= parameter in the CA InterTest for CICS Installation Guide for an explanation of how to handle multiple Symbolic files.

SYM010

PROCESSING HAS BEGUN FOR PROGRAM NAME — XXXXXXXX

Reason:

Program XXXXXXXX is being processed and its output will reside on the CA InterTest for CICS Symbolic File.

Action:

None.

SYM011

SEQUENCE NUMBERS ARE NOT IN ASCENDING SEQUENCE. JOB WILL BE TERMINATED — CONTACT Technical Support

Reason:

This is an internal verification check error.

Action:

Contact CA technical support.

SYM012

RECORD COUNT ERROR AT XXXXXXX

Reason:

This is an internal verification check error.

Action:

Contact CA technical support.

SYM013

QQQQ ERROR R15 = X'YY' ERROR CODE = X'ZZ'

Reason:

A VSAM request, QQQQ, has resulted in an error. CA InterTest for CICS has reached the maximum number of program entries. This normally indicates a corrupted file.

Action:

Contact CA technical support.

SYM014

PROTSYM OUT OF SPACE

Reason:

The CA InterTest for CICS Symbolic File has exceeded the maximum number records.

Action:

Either delete some programs for your file or increase the size of your symbolic file. (The symbolic file capacity was greatly increased in Release 5.4). Then resubmit your job stream. Or, define a new CA InterTest for CICS Symbolic File and then resubmit your job stream using the new file. Refer to the SYMFIL= parameter in the CA InterTest for CICS Installation Guide for an explanation of how to handle multiple symbolic files.

SYM015

DD STATEMENT MISSING FOR PROTSYM

Reason:

In MVS, the DD JCL statement for the CA InterTest for CICS Symbolic File could not be found.

Action:

Correct the JCL and resubmit the job stream.

SYM016

ENQ ERROR — CODE = X'YY'

Reason:

In VSE, an error occurred when an SVC 63 (ENQ) was issued. This is normally caused by a NOT FOUND condition for the CA InterTest for CICS Symbolic file.

Action:

Check the JCL and correct. Contact CA technical support if the JCL is correct.

SYM017

UTILITY IN PROGRESS ON PROTSYM FILE — JOB TERMINATED

Reason:

The CA InterTest for CICS batch utility program was processing the Symbolic file at the same time that the post‑processor step was running.

Action:

First ensure that the last UTILITY run was successful. To turn off this indicator, run a UTILITY job with a REPORT function.

SYM018

MAIN STORAGE NOT AVAILABLE — INCREASE REGION SIZE

Reason:

A GETMAIN (MVS) or GETVIS (VSE) request has failed due to insufficient storage.

Action:

Resubmit the job stream with a larger region size.

SYM019

PROGRAM ABENDED 111 AT DISPLACEMENT XXXXX

Reason:

A condition has occurred that required a termination with a dump.

Action:

Contact CA technical support.

SYM020

SYMBOLIC FILE UPDATED SUCCESSFULLY

Reason:

The post‑processor has ended successfully and the program has been added to the CA InterTest for CICS Symbolic File.

Action:

None.

SYM021

XXXXXX SOURCE STATEMENTS SAVED

Reason:

On a successful completion, the number of source statements, XXXXXXX, displays.

Action:

None.

SYM022

YYYY TOTAL RECORDS INSERTED INTO SYMBOLIC FILE

Reason:

On a successful completion, the total number of records added to the CA InterTest for CICS Symbolic File, YYYY, displays.

Action:

None.

SYM023

POST‑PROCESSOR TERMINATED

Reason:

The CA InterTest for CICS post‑processor program has ended.

Action:

None.

SYM024

INPUT FILE PROCESSED

Reason:

The CA InterTest for CICS post‑processor program has read all of the data passed to it in the INPUT data set.

Action:

None.

SYM025

PROCEDURE NAMES CROSS‑REFERENCE NOT FOUND

Reason:

The procedure names cross‑reference output area was not found.

Action:

Without this area, CA InterTest for CICS will be unable to process any requests using a PARAGRAPH NAME. If PARAGRAPH NAMES are needed, correct the COBOL options and resubmit the job stream.

SYM026

INPUT FILE IS EMPTY

Reason:

The data set specified by the INPUT JCL statement was empty.

Action:

Correct and resubmit the job stream.

SYM027

CAPEX OPTION ERROR — MLIST MUST BE SPECIFIED

Reason:

The required CA Optimizer (CAPEX) option MLIST was not specified.

Action:

Correct and resubmit the job stream.

SYM028

COBOL COMPILER OPTIONS ARE INCORRECT — XXXX — NOT FOUND

Reason:

Area XXXXX could not be found in the COBOL listing. For Working Storage, at least one data item must be declared.

Action:

Correct COBOL compiler options or add a Working Storage data item to produce the required area and resubmit the job stream.

SYM029

XXXXX NOT REQUESTED — PROCESSING TERMINATED

Reason:

The required COBOL II option, XXXXX, was not specified.

Action:

Correct and resubmit the job stream.

SYM030

NO CSECT FOUND — PLEASE REMOVE ANY PRINT NOGEN STATEMENTS THAT MIGHT PREVENT THE CSECT STATEMENT FROM BEING PRINTED

Reason:

After examining the entire Assembler listing, no labeled CSECT could be found.

Action:

Correct and resubmit the job stream.

SYM031

INPUT IS FROM COMMAND TRANSLATOR

Reason:

The input passed to the CA InterTest for CICS post‑processor program was generated by the CICS command translator and not by the compiler or Assembler.

Action:

Correct the procedure so that the passed output is from the compiler/Assembler.

SYM032

OPEN FOR INPUT FAILED

Reason:

The INPUT file could not be opened. Check the printed output for additional error messages that may have been produced by the operating system.

Action:

Correct the JCL and resubmit the job stream.

SYM033

OPEN FOR OUTPUT FAILED

Reason:

The OUTPUT file could not be opened. Check the printed output for additional error messages that may have been produced by the operating system.

Action:

Correct the JCL and resubmit the job stream.

SYM034

OPEN FOR CARDS FAILED

Reason:

The CARDS file could not be opened. Check the printed output for additional error messages that may have been produced by the operating system.

Action:

Correct the JCL and resubmit the job stream.

SYM035

NO CROSS‑REFERENCE FOUND — SYMBOLIC NAMES CANNOT BE USED

Reason:

The Cross‑Reference area could not be found in the Assembler listing. Without this area, Symbolic names cannot be resolved.

Action:

Resubmit the job stream with either the XREF (SHORT) or XREF (FULL) Assembler parameter.

SYM036

PASSED PARAMETER STATEMENTS

Reason:

The next group of printed lines is an echo of all the parameter statements read by the post‑processor.

Action:

None.

SYM038

XXX LINK‑EDITOR MAP RECORD(S) HAVE BEEN ADDED TO ENTRY

Reason:

The IN25LINK program has added XXX linkage‑editor records to an existing Symbolic entry.

Action:

None.

SYM039

NO LINK‑EDITOR ENTRY FOUND FOR XXXXXXXX

Reason:

The link‑name, XXXXXXXX, specified on an IN25LINK post‑processor control card could not be found in the output produced by the linkage‑editor.

Action:

You can do one of the following:

SYM040

THE FOLLOWING OPTIONS WERE NOT SPECIFIED

Reason:

The list of options following this message was not specified. Without these options, some CA InterTest for CICS facilities may not function.

Action:

Correct the JCL and resubmit the job stream.

SYM042

NO STATEMENT INFORMATION WAS FOUND IN THE PASSED LISTING

Reason:

The post‑processor program could not find the data needed to process the statement information.

The following are some of the conditions that may cause this error:

Action:

Determine why the required area was suppressed. Correct and resubmit the job stream.

SYM043

THE CSECT NAMED XXXXXXX WAS NOT FOUND IN THE EXTERNAL SYMBOL DICTIONARY

Reason:

In a VSE Assembler, a CSECT statement named XXXXXXX was found, but that name could not be found in the ESD list.

Action:

Correct the JCL and resubmit the job stream.

SYM044

INPUT DATA WAS NOT PRODUCED BY THE LINKAGE‑EDITOR

Reason:

The data passed to the IN25LINK post‑processor via the INPUT JCL statement did not contain the output produced by the linkage‑editor step or the linkage ‑ editor PARM=MAP is not in effect.

Action:

Correct the JCL and resubmit the job stream.

SYM045

INVALID POWER PARAMETER FORMAT

Reason:

The POWER= parameter was specified incorrectly.

Action:

Correct the parameter card and resubmit the job stream.

SYM046

INVALID POWER CLASS SPECIFIED (NOT A — Z)

Reason:

The POWER LST class specified on the parameter card was not an alphabetic character.

Action:

Correct the parameter card and resubmit the job stream.

SYM047

INVALID POWER JOB NAME

Reason:

The name specified in the POWER= parameter is invalid.

Action:

Correct the parameter card and resubmit the job stream.

SYM048

IN25PWRI, POWER INTERFACE MODULE, WAS NOT FOUND

Reason:

The CA InterTest for CICS module, IN25PWRI, was not found in the load library specified in the JCL. This module is required when using the VSE/POWER LST queue.

Action:

You may do one of the following:

SYM049

IN25OPTS MODULE NOT FOUND — DEFAULTS ARE USED

Reason:

The CA InterTest for CICS module, IN25OPTS, was not found in the load library specified in the JCL.

Action:

If the default POWER options can be used (for a detailed description, see the CA InterTest for CICS Installation Guide), no action is required. However, it is recommended that the correct IN25OPTS module be added to the load library.

SYM050

POWER INTERFACE IS NOT ACTIVE

Reason:

The POWER= parameter was specified incorrectly.

Action:

Correct the parameter card and resubmit the job stream.

SYM051

SYNTAX ERROR IN WH= OPTION

Reason:

A syntax error was found in the Realia Workbench Host Option parameter.

Action:

Correct the parameter card and resubmit the job stream.

SYM052

WH= SOURCE FILE OPTION IS INCORRECT

Reason:

An error was found in the Realia Workbench Host Option parameter.

Action:

Correct the parameter card and resubmit the job stream.

SYM053

WH= MEMBER NAME IS MISSING OR INCORRECT

Reason:

An error was found in the Realia Workbench Host Option parameter.

Action:

Correct the parameter and resubmit the job stream.

SYM054

RELIA WORKBENCH HOST OPTION WAS REQUESTED WITHOUT HAVING A LISTER OPTION SPECIFIED

Reason:

The LISTER option was not specified in the Realia Workbench HostOption parameter.

Action:

The LISTER=ALL option is set by default.

SYM055

RELIA WORKBENCH HOST OPTION INTERFACE MODULE WAS NOT LINKED WITH THIS MODULE

Reason:

The Realia Workbench Host Option Interface Module was not linked.

Action:

Correct and resubmit the job.

SYM056

A CA-LMP RIMSTAT ERROR HAS BEEN DETECTED

Reason:

The License Management Program definition does not contain a license for PL1.

Action:

Ensure that you have the proper level of software installed. Contact CA technical support.

SYM057

CSECT NAME 'XXXXXXXX' IS GT 8 BYTES. CSECT IGNORED

Reason:

CSECT name is greater than 8 bytes.

Action:

Correct and resubmit the job.

SYM058

HLASM OPTION "LIST(133|MAX)" IS NOT SUPPORTED. USE OPTION "LIST(121)".

Reason:

HLASM option "LIST(133|MAX) is not supported.

Action:

Correct the option. Use "LIST(121)".

SYM059

HLASM OPTION "NOTHREAD" IS NOT SUPPORTED. USE OPTION "THREAD".

Reason:

The NOTHREAD option is not supported.

Action:

Correct the option. Use the THREAD option (IBM Default).

SYM090 to SYM097, SYM960 to SYM961

The following error messages are produced by a special checkout procedure. This procedure looks for conditions that corrupt the CA InterTest for CICS Symbolic File, PROTSYM. If any of the conditions is found, one of the following messages is issued and the batch processor program abends.

Contact CA technical support for help in handling these errors.

SYM090

ATTEMPT TO UPDATE SAM RECORD VIA DATA RPL

SYM091

ATTEMPT TO UPDATE DATA RECORD VIA SAM RPL

SYM092

ATTEMPT TO UPDATE DIRECTORY RECORD VIA DATA RPL

SYM093

ATTEMPT TO UPDATE DATA RECORD VIA DIRECTORY RPL

SYM094

NO ENQ IS SET FOR A XXXXXX

SYM095

DIRECTORY RECORD IS CORRUPTED

SYM097

MISMATCH ON AVAILABLE FREE RECORDS IN ONE SAM

SYM960

MAX SAM RECS EXCEEDED. PROTSYM FILE MAY BE CORRUPTED

SYM961

MAX DIR RECS EXCEEDED. PROTSYM FILE MAY BE CORRUPTED