Previous Topic: Messages (Wide Record)Next Topic: VSE/ESA Comparator Messages


LIB/CCF Messages

This chapter describes the LIB/CCF messages.

The LIB/CCF messages have the following format:

xxxnnnnc message-text

Where:

xxx

The component identifier of CCF, CDF (for Library Chain Definition Function messages), or CCV (for LIB/CCF-AllFusion CA‑Vollie batch CCFB100 program messages).

nnnn

An LIB/CCF message number.

c

A message type indicator that can be one of the following:

I

Informational

W

Warning, but processing continues

E

User error

S-

Severe error that requires administrator intervention

U

Unrecoverable LIB/CCF system error that requires Computer Associates Technical Support

message-text

The text of the message.

CCFR00I LIBRCCF LCDF INITIALIZATION STARTED

Reason:

Informational.

Action:

None.

CCFR01E LIBRARY INTERFACE INITIALIZATION FAILURE, LBXRBXRC=nn LIBRCCF PROCESSING BYPASSED

Reason:

The Library Interface initialization failed with a return code of nn.

Action:

See the CA Roscoe Extended Facilities for System Programmers Guide for a list of return codes and their meanings.

CCFR02E LIBRARY INTERFACE ACTIVATION FAILURE, LBRBXRXC=nn

Reason:

The Library Interface activation failed with a return code of nn.

Action:

See the CA Roscoe Extended Facilities for System Programmers Guide for a list of return codes and their meanings.

CCFR03E LIBRARY INTERFACE FIND FAILED FOR MEMBER: pfx.member
LIBRCCF BYPASSED FOR THE PREFIX

Reason:

The specified member could not be found in the CA Roscoe library with this prefix. Processing for this prefix is bypassed. Processing of any other specified prefixes continues.

Action:

Verify that the LIBRCCF=pfx CA Roscoe initialization parameter specifies the correct prefix for the CA Roscoe key where LIB/CCF is installed.

CCFR04E LIBRARY INTERFACE GET FAILED FOR MEMBER: pfx.member

Reason:

The specified member could not be found.

Action:

Verify that the LIBRCCF=pfx CA Roscoe initialization parameter specifies the correct prefix for the CA Roscoe key where LIB/CCF is installed.

CCFR05E ALLOCATION ERROR FOR DSN=data.set.name

Reason:

The specified data set could not be allocated.

Action:

Verify that the correct data set name was specified in LIB/CCF Option 12.0 for the specified prefix and that the data set exists.

CCFR06E LCDF TABLE ERROR, MEMBER=pfx..member
LIBRCCF PROCESSING BYPASSED FOR PREFIX=pfx

Reason:

An error was encountered while processing the specified member. Processing for this prefix is bypassed. Processing of any other specified prefixes continues.

Action:

Examine the LDR for errors using the prefix specified in the message.

CCFR07E CCF TABLE 4 ERROR - LIBRCCF TABLE 4 PROCESSING BYPASSED FOR PREFIX=pfx

Reason:

An error was encountered while processing $CHGT004. Processing for this prefix is bypassed. Processing of any other specified prefixes continues.

Action:

Examine CCF option 12.4 for the prefix specified in the message.

CCFR08E GETMAIN FAILED FOR LIBRCCF - PROCESSING TERMINATED

Reason:

Insufficient storage was available for GETMAIN processing.

Action:

Increase the region size and re-execute the CA Roscoe initialization job.

CCFR09E GETMAIN FAILED FOR LIBRCCF - FURTHER PROCESSING TERMINATED AT PREFIX=pfx

Reason:

Insufficient storage was available for GETMAIN processing for the specified prefix. Processing of subsequent LIBRCCF=pfx initialization parameters is bypassed.

Action:

Increase the region size and re-execute the CA Roscoe initialization job.

CCFR10I LIBRCCF SUCCESSFULLY PROCESSED PREFIX=pfx

Reason:

Informational.

Action:

None.

CCFR11I LIBRCCF LCDF INITIALIZATION ENDED

Reason:

Informational.

Action:

None.

CCF001AE Invalid command. 'command' is not supported by this function.

Reason:

Either this function does not support the specified command or you misspelled the command.

Action:

Verify the spelling of the command. Request tutorial help to review valid commands for this function.

CCF001BE FIND requires the CR ID. The FIND command requires the change request ID to be supplied.

Reason:

The FIND command in this function requires that you supply the change request ID as a parameter (for example, FIND WO000934 or FIND 934).

Action:

Supply the change request ID in either of these forms: WOnnnnnn or nnn.

CCF001CE Invalid CR ID. The specified change request ID exceeds 8 characters.

Reason:

The specified change request ID exceeds eight characters in length.

Action:

Supply the change request ID in either of these forms: WOnnnnnn or nnn.

CCF001DE Invalid CR ID. The specified change request ID does not begin with literals "WO".

Reason:

The specified change request ID is longer in length than the six digit portion of a CR ID or does not begin with the literals WO.

Action:

Supply the change request ID in either of these forms: WOnnnnnn or nnn.

CCF001EE Invalid CR ID. The specified change request ID does not have numeric chars 3-8.

Reason:

The change request ID is specified in the format WOnnnnnn, but characters in positions 3-8 are not numeric.

Action:

Supply the change request ID in the correct format: WOnnnnnn or nnn.

CCF001FE Invalid CR ID. The change request must be 8 characters or 1 to 6 numbers.

Reason:

The format of the specified change request ID is invalid.

Action:

Supply the change request ID in either of these forms: WOnnnnnn or nnn.

CCF001GE Invalid CR ID. The specified change request ID number is not numeric.

Reason:

The change request ID is specified in a format less than or equal to six characters in length, but is not all numeric.

Action:

Supply the change request ID in either of these forms: WOnnnnnn or nnn.

CCF001HE Entry number required. The command requires the number of the entry to be processed.

Reason:

The command requires the number of the entry as a parameter.

Action:

Enter the number found to the left of the entry.

CCF001IE Entry number invalid. The entry number must be a number between 1 and 9999.

Reason:

The entry number parameter is not in the allowed range.

Action:

Enter the number found to the left of the entry.

CCF001JE Entry number not numeric. The entry number must be numeric between 1 and 9999.

Reason:

The entry number parameter is not numeric.

Action:

Enter the number found to the left of the entry.

CCF001KE Invalid selection. 'Selection' is invalid as a selection from this list.

Reason:

The specified selection is not available from this selection list.

Action:

Enter a valid selection list command.

CCF002AS File allocation error. 'Dair rc,svc99 rc,ddname' (press HELP for more information).

Reason:

An attempt to dynamically allocate a data set failed. The message format is: DAIRRC,SVC99RC,DDNAME. Use the Dynamic Allocation Interface Routine (DAIR) return code, the SVC99 return code, and the ddname for problem determination. A panel accompanies this message that provides additional information, such as the data set name.

Action:

Notify the CCF system administrator with the information provided.

Administrator Response: See the IBM SPL: System Macros and Facilities Volume 1 for return code meanings, then correct the cause of the failure.

CCF002B Master file not found. CCF002AS 'Dair rc,svc99 rc,ddname'(press HELP for more information ).

Reason:

An attempt to dynamically allocate a master file failed. The message format is: DAIRRC,SVC99RC,DDNAME. Use the Dynamic Allocation Interface Routine (DAIR) return code, the SVC99 return code, and the ddname for problem determination. A panel accompanies this message that provides additional information, such as the data set name.

Action:

Notify the CCF system administrator with the information provided.

Administrator Response: See the IBM SPL: System Macros and Facilities Volume 1 for return code meanings, then correct the cause of the failure.

CCF003CS JOB SUBMIT FAILED. INTRDR error, VSAM error reason code: 'VSAM RC'

Reason:

The function terminated due to the indicated VSAM error during JOB SUBMISSION to the INTRDR.

Action:

Notify the CCF system administrator with the VSAM error reason code.

Administrator Response: Correct the indicated error.

CCF003AS Update Error. An error occurred during update, see DS('prefix.user.CCF.MSGS').

Reason:

CCF allocated a message data set named prefix.userid.CCF.MSGS or, if no prefix is set, userid.CCF.MSGS. Use ISPF BROWSE to view the message data set for problem determination. This is a temporary data set. Continued CCF processing replaces the data set (you can rename it to retain it).

Action:

Notify the CCF system administrator before you continue CCF processing.

Administrator Response: Examine the user's message data set and correct the indicated error.

CCF003BS Update Error. An error occurred during update, see $CCF$ LISTING.

Reason:

The function terminated due to the update error indicated in the $CCF$ LISTING file on your minidisk.

Action:

Notify the CCF system administrator before you continue CCF processing.

Administrator Response: Examine the user's $CCF$ LISTING file and correct the indicated error.

CCF003CS An error occurred during update, see CCFPRINT.

Reason:

The function terminated due to the update error indicated in the CCFPRINT listing file.

Action:

Notify the CCF system administrator before you continue CCF processing.

Administrator Response: Examine the user's job listing and correct the indicated error.

CCF004AS Pgmr not defined. The specified programmer is not defined to LIB/CCF.

Reason:

The specified programmer is not defined to CCF as reporting to you.

Action:

If the programmer's name was entered correctly, notify the CCF system administrator.

Administrator Response: Verify that the programmer's name was defined in Option 12.3 as reporting to this manager. If the programmer's name is converted in Option 12.8, you must specify the converted CCF ID/KEY in Option 12.3.

CCF004BE Invalid programmer. The specified programmer does not report to manager 'ccf id'.

Reason:

The specified programmer is not defined to CCF as reporting to you.

Action:

Specify another programmer or request the CCF system administrator define the programmer to you.

Administrator Response: Use Option 12.3 to define the requested programmer to the manager. If the programmer's name is converted in Option 12.8, you must specify the converted CCF ID/KEY in Option 12.3.

CCF004CE Auth Code is required. The Authorization Code is required for the specified application.

Reason:

The requested application was defined as requiring an authorization code.

Action:

Supply the authorization code. If you do not know the authorization code, contact the CCF system administrator.

Administrator Response: Obtain a user's authorization code from Option 12.1. Obtain a manager's authorization code from Option 12.2.

CCF004DE Invalid Auth Code. The specified Authorization Code is invalid for the application.

Reason:

You entered an incorrect authorization code.

Action:

Supply the correct authorization code. If you do not know the authorization code, contact the CCF system administrator.

Administrator Response: Obtain a user's authorization code from Option 12.1. Obtain a manager's authorization code from Option 12.2.

CCF004EW Unauthorized access. 'Security message'.

Reason:

The function was not performed due to the indicated external security message.

Action:

See the CCF system administrator to obtain security authorization.

CCF005AS LCDF error. LCDF is unable to construct a master file entry.

Reason:

The function terminated due to the error indicated on the previous LCDF panel.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF005BS LCDF error. LCDF is unable to construct a history master file entry.

Reason:

The function terminated due to the error indicated on the previous LCDF panel.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF005CS LCDF error. LCDF is unable to construct a system file entry.

Reason:

The function terminated due to the error indicated on the previous LCDF panel.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF005DU CCF table 11 error. CCF table 11 is either empty, or contains invalid data.

Reason:

The function terminated due to an internal error.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF006AW Module not available. Module 'name' is currently outstanding to user 'ownerid'.

Reason:

The module is already logged out.

Action:

Wait for the module to become available.

CCF006BW LOGOUT rejected. Maximum module logout limit of 'nnn' was reached.

Reason:

You already logged out the site-defined maximum number of modules.

Action:

Reduce the number of logged out modules through the login function. If this is not possible, contact the CCF system administrator.

Administrator Response: Increase the Option 12.0 LOGLIMIT keyword specification.

CCF006CW Module not available. Module 'name' is in the movement queue, user: 'CCFid'.

Reason:

The module is already logged out.

Action:

Wait for the module to become available.

CCF006DW Module not available. Module 'name' has outstanding batch activity.

Reason:

The module has at least one outstanding Job Submission Record (JSR) in Option 11. Depending on site option, either the control group or the programmer who submitted the job is responsible for processing the JSR from Option 11.

Action:

Wait for the module to become available.

CCF006EW Module not available. Module 'name' is in the movement queue, user: 'Owner ID'.

Reason:

The module is already logged out.

Action:

Wait for the module to become available.

CCF007AS History not defined. LCDF definition error, a HIST mast not defined for PROD mast.

Reason:

The selected production master file does not have a history master file defined to it.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF007BS LCDF definition error. The MCD for the PROD M/F is invalid.

Reason:

The management code (MCD) defined for the production master file is incorrect.

Action:

Notify the CCF system administrator.

Administrator Response: Specify the correct MCD base code for the production master file in

Option 12.11.3.

CCF007CS LCDF definition error. The MCD for the TEST M/F is invalid.

Reason:

The management code (MCD) defined for the test master file is incorrect.

Action:

Notify the CCF system administrator.

Administrator Response: Specify the correct MCD base code for the test master file in Option 12.11.3.

CCF008AI Cntl Group Notified. The Control Group was notified of the request ('module name').

Reason:

Your request was placed in the control group's queue.

Action:

Informational message, no response required.

CCF008BI Job 'job name' 'job number' submitted, to perform the move ('module name').

Reason:

Informational.

Action:

None.

CCF008CI Movement complete. The movement of 'module name' was completed successfully.

Reason:

Informational.

Action:

None.

CCF008DI Job 'job name' 'job number' submitted, to perform the compile ('module name').

Reason:

Informational.

Action:

None.

CCF008EI Job 'job name' 'job number' submitted, for the move/compile ('module name').

Reason:

Informational.

Action:

None.

CCF008FI nn module(s) processed. 'Nn' module(s) were either PROCESSED, DELETED, or REJECTED.

Reason:

Informational.

Action:

None.

CCF008GI Q/A Movement Complete. The Q/A movement of 'module name' was completed successfully.

Reason:

Informational.

Action:

None.

CCF008HI REJECT movement complete. The REJECT movement of 'module name' was completed successfully.

Reason:

Informational.

Action:

None.

CCF008II Job 'job name' 'job #' submitted, Q/A move complete ('module name').

Reason:

Informational.

Action:

None.

CCF008JI Job 'job name' 'job #' submitted, REJECT move complete ('module name').

Reason:

Informational.

Action:

None.

CCF008KS Skeleton not found. SLIB member 'name' was not found.

Reason:

CCF tried to build a batch job stream, but the named JCL skeleton was not found in the ISPSLIB skeleton library concatenation.

Action:

Notify the CCF system administrator with the skeleton name.

Administrator Response: Verify that the CCF skeleton library is allocated to the ISPSLIB skeleton file name. If the allocation is correct, add the indicated skeleton to the CCF skeleton library.

CCF009A User NOT authorized. CCF009AW The user does not have control group authority.

Reason:

You requested a function that is restricted to the control group, but you are not defined as a control group member.

Action:

None.

CCF009BU CR format error. A format error was found in the change request file.

Reason:

Incorrectly formatted data was found in the change request.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF009CS DSN management error. LOCATE for the message data set failed: RC=nn.

Reason:

CCF attempted to LOCATE the CCF messages data set, but the LOCATE failed.

Action:

Contact the CCF system administrator with the LOCATE return code (RC=nn).

Administrator Response: Use the LOCATE return code (RC=nn) returned in the message text to determine the LOCATE error. See the IBM documentation on data management services for the meaning of the return code and possible problem resolution.

CCF009DS DSN management error. SCRATCH for the message data set failed: RC=nn,nn.

Reason:

CCF attempted to SCRATCH the CCF messages data set, but the SCRATCH failed.

Action:

Contact the CCF system administrator with the SCRATCH return code and service code (RC=nn,nn).

Administrator Response: Use the SCRATCH return code and service code returned in the message text to determine the SCRATCH error. See the IBM documentation on data management services for the meaning of the return code and possible problem resolution.

CCF009ES DSN management error. UNCATLG for the message data set failed: RC=nn.

Reason:

CCF attempted to UNCATLG the CCF messages data set, but the UNCATLG failed.

Action:

Contact the CCF system administrator with the UNCATLG return code (RC=nn).

Administrator Response: Use the UNCATLG return code (RC=nn) returned in the message text to determine the UNCATLG error. See the IBM documentation on data management services for the meaning of the return code and possible problem resolution.

CCF009FE Enter required field. Enter the required field at the cursor position.

Reason:

You must supply the indicated field for the function.

Action:

Supply the field and press Enter to continue.

CCF009GE Must be numeric. Enter numeric characters (0-9) at the cursor position.

Reason:

The indicated field must have a numeric value.

Action:

Supply a numeric value for the field and press Enter to continue.

CCF009HS RC=nn from STEP nn of LIBRARIAN copy, see COPYERR.

Reason:

The copy job ended with a non-zero return code (RC=nn) and CCF created the member COPYERR in your CA Roscoe library.

Action:

See member COPYERR in your CA Roscoe library for details of the error. If you cannot correct the error yourself, notify the CCF system administrator.

Administrator Response: Examine the user's COPYERR member and correct the indicated problem.

CCF009JE "Jump" command specification is invalid: &CMD.

Reason:

You specified an invalid option for the jump command.

Action:

Enter a valid option (=n or =n.n, where n is a valid option).

CCF009KI Job 'job name' 'job #' submitted, to perform the print.

Reason:

Informational.

Action:

None.

CCF009LE Invalid SCROLL amount (specify "FULL", "HALF", "MAX", "n").

Reason:

The amount specified for SCROLL is not FULL, HALF, MAX, or n.

Action:

Enter an acceptable SCROLL value.

CCF009MS Profile table not found.

Reason:

CCF could not find the profile table required for this function.

Action:

Notify the CCF system administrator.

Administrator Response: Use Option 12.0 to recreate the profile table on the CCF system master file. See the LIB/CCF Implementation Guide for the profile table keywords or use the online help facility.

CCF009NS Profile table contains an invalid SYSBASE.

Reason:

You specified an incorrect management code (MCD) base for the CCF system master file.

Action:

Notify the CCF system administrator.

Administrator Response: Specify the correct CCF system master file MCD base code for the Option 12.0 SYSBASE keyword.

CCF009OS Profile table does not contain SYSMAST or SYSBASE keywords.

Reason:

The function terminated due to incorrect values in the CCF profile table.

Action:

Notify the CCF system administrator.

Administrator Response: Supply the SYSMAST and SYSBASE keywords in Option 12.0.

CCF009PS The COPY of the module failed, see CCFPRINT.

Reason:

The function terminated due to the error described in the CCFPRINT listing file.

Action:

Notify the CCF system administrator.

Administrator Response: Examine the user's job output and correct the error described in the CCFPRINT listing file.

CCF009QS **ERROR** Allocating file: 'File name'.

Reason:

A CCF batch job failed allocating a required file. The file name is indicated in the diagnostic.

Action:

Notify the CCF system administrator.

Administrator Response: Review the file requirements for this job. Correct and resubmit.

CCF009RI JCL 'ddname' allocation used.

Reason:

Informational.

Action:

None.

CCF009SE Invalid PARM, 'reason'.

Reason:

An invalid parameter was found on a batch job. See the reason indicated in the diagnostic.

Action:

Review the reason indicated. Correct and resubmit.

CCF009TW C/R format error: 'Change request ID'.

Reason:

The CR identified in the diagnostic has an invalid format on the CCF system master file.

Action:

Notify the CCF system administrator.

Administrator Response: Check the format of the change request.

CCF009UE Invalid control statement, run terminated.

Reason:

A CCF batch job failed because of an invalid control statement.

Action:

Review the control statement requirements. Correct and resubmit.

CCF009VE DD statement missing: 'ddname'.

Reason:

The job requires you specify the ddname.

Action:

Supply the ddname statement and rerun the job.

CCF009WE 'Statement' statement was not supplied.

Reason:

The job requires you specify the statement.

Action:

Supply the statement and rerun the job.

CCF009XE 'Statement' record number exceeded (limit 'nnn').

Reason:

A CCF batch job failed because too many input records for the record type are indicated in the diagnostic.

Action:

Review the input statement requirements for this job.

CCF009YE One or more steps failed to execute due to condition codes.

Reason:

The job did not complete successfully due to unacceptable step condition codes.

Action:

Check the job output to determine the reason for the error. Correct the error, then resubmit the job using option 11.

CCF010BW User 'ccf ID' may not open a request.

Reason:

You are not permitted to open a change request.

Action:

Contact the CCF system administrator to request access to this function.

CCF010CE Specify the CR type. The CR type is required, place "X" by PROBLEM or MODIFICATION.

Reason:

A change request must have a type of PROBLEM or MODIFICATION.

Action:

Place an X next to the appropriate type.

CCF010DE Invalid application. User not authorized for specified application, enter HELP for appls

Reason:

You are not authorized to open a change request for the specified application.

Action:

Enter Help for a list of applications for which you are authorized.

CCF010EI Press ENTER to confirm, END or jump to cancel.

Reason:

CCF provides an opportunity to verify and correct the information on this panel before proceeding.

Action:

Press Enter to proceed or use the END or JUMP commands to exit this activity.

CCF010GI 'change request ID' initiated. 'Change request ID' was initiated by CCF.

Reason:

Informational.

Action:

None.

CCF010HE Change request found. The specified change request ID was found among CRs.

Reason:

The change request you entered was found among the opened or closed change requests.

Action:

If you entered the change request ID incorrectly, it might already be an open or closed request. Check the change request status report for the change request number.

CCF020AW No outstanding Requests. Manager 'ccf ID' currently has no unassigned change requests.

Reason:

There are no unassigned change requests in your queue.

Action:

Informational, no action required.

CCF020BS User is not a manager. User 'ccf ID' is not defined to CCF as a programming manager.

Reason:

The name specified is not identified in the CCF system tables as a manager.

Action:

If the ccf ID is spelled correctly, notify the CCF system administrator. Administrator Response: Review system tables and update as appropriate.

CCF020HE Change request not found. The specified change request ID was not found among unassigned CRs.

Reason:

The CR you entered does not have a status of UNASSIGNED.

Action:

If you entered the change request ID correctly, it might already be assigned.

CCF020IS Mgr not defined for appl. Manager 'ccf ID' is not defined for application 'name'.

Reason:

The manager name specified is not defined with authority for the application.

Action:

Notify the CCF system administrator.

Administrator Response: Review CCF system tables and update as appropriate.

CCF020JI 'change request ID' assigned. 'Change request ID' was assigned to 'ccf id'.

Reason:

Informational.

Action:

None.

CCF020KI Press ENTER to confirm, END or jump to cancel.

Reason:

CCF provides an opportunity to verify and correct the information on this panel before proceeding.

Action:

Press Enter to proceed or use the END or JUMP commands to exit this activity.

CCF030AW No outstanding Requests. Programmer 'ccf ID' currently has no assigned change requests.

Reason:

There are no assigned change requests in your queue.

Action:

Informational, no action required.

CCF030HE Change request not found. The specified change request ID was not found among assigned CRs.

Reason:

The change request does not exist or does not have a status of ASSIGNED.

Action:

If the change request ID is correct, the change request might have a status of UNASSIGNED or CLOSED.

CCF040AE Entry not found. Entry nn was not found in the master file table.

Reason:

The entry specified was not available from the selection list.

Action:

View selection list and specify one of the available entries.

CCF040BE CR not found. The specified change request ID was not found among assigned CRs.

Reason:

If the change request ID is correct, the change request might have a status of UNASSIGNED or CLOSED.

Action:

Check the validity of the CR ID entered.

CCF040CS LCDF definition error. A history file is not defined for the production master file.

Reason:

The production master file has no corresponding history master file.

Action:

Notify the CCF system administrator.

Administrator Response: Define a history master file for the requested production master file using Option 12.11.3.

CCF040DE The LANG is not defined to CCF, Press HELP for valid langs.

Reason:

You entered an invalid language. CCF uses the language to determine what action takes place when a member is logged in. For example, a language of COBOL can compile the member, whereas a language of ASM can assemble the member.

Action:

Press HELP for a list of valid languages. If you are unsure of the correct language for the member, contact your manager or CCF system administrator. Supplying an incorrect language causes login problems.

CCF040EI Assuming new module. Module 'module name' not found on the prod master, assuming ADD.

Reason:

Informational.

Action:

None.

CCF040FE Logout REJECTED. 'Module name' already exists on the test master file.

Reason:

The logout was rejected because a like-named member was found on the test master file.

Action:

If the production master file was defined with another test master file (check the list of AVAILABLE FILES on the logout panel), try to logout the member using that production/test master file pair. If the production master file is defined only to one test master file, verify that another user is using the like-named member. If not, delete it from or rename it on the test master file.

CCF040GW Logout REJECTED. The multi-logout was rejected for module: 'Module name'.

Reason:

The function was not performed due to the reason indicated.

Action:

None.

CCF040HW Logout REJECTED. Module 'module name' is logged out as a NEW module.

Reason:

The module is already logged out (CCF did not find the module on the production master file during that logout and assumed a new module).

Action:

None.

CCF040IW **ERROR** module is outstanding to the requested TEST master.

Reason:

The module requested is already logged out to the specified TEST master file.

Action:

None.

CCF040JI The module is currently outstanding, enter CONTINUE or END.

Reason:

The module specified is already logged out. Your CCF configuration permits multiple logout.

Action:

None.

CCF040KS CCF table error. The APPLICATION is not found for the CR id, table 2.

Reason:

The change request was opened for an application that is no longer defined to CCF.

Action:

Notify the CCF system administrator.

Administrator Response: Obtain the application name from the change request and define it in Option 12.2.

CCF040LI LOGOUT cancelled. Logout for 'module name' cancelled via END from the history panel.

Reason:

Informational.

Action:

None.

CCF040ME Invalid name. 'Module name' is not a valid member name.

Reason:

The requested module could not be found on the master file.

Action:

Verify spelling. Check the master file index.

CCF040NI 'Module name' logout request processed.

Reason:

Informational.

Action:

None.

CCF040PI Process completed. All requested operations have been successfully processed.

Reason:

Informational.

Action:

None.

CCF040RI Control Group notified of logout request for 'module name'.

Reason:

Your logout request was placed in the control group's module movement queue (Option 9).

Action:

None.

CCF040SI 'Module name' logout processed via job 'job name' 'job number'.

Reason:

Informational.

Action:

None.

CCF040TS An error occurred during history create/update, see OLLEREP.

Reason:

CCF created the member HISTERR in your CA Roscoe or AllFusion CA‑Vollie library. It contains information on the error.

Action:

Notify the CCF system administrator.

Administrator Response: Examine the user's HISTERR member and correct the described error.

CCF040UW 'Module name' is outstanding to 'ccf id', multiple logouts allowed.

Reason:

The module indicated is currently logged out to another programmer. CCF was configured at this site to permit multiple logouts.

Action:

Login of this module can require coordination.

CCF040VS An error occurred during history create, see CCFPRINT.

Reason:

The function terminated due to the error described in the CCFPRINT listing file.

Action:

Notify the CCF system administrator.

Administrator Response: Examine the user's CCFPRINT listing file and correct the described error.

CCF040WI No members meet the wildcard selection criteria 'module name'.

Reason:

Informational.

Action:

None.

CCF040XI 'nn' member(s) selected by "'change request'".

Reason:

Informational.

Action:

None.

CCF040YE CHAIN definition ERR

Reason:

Library Chain Definition error. For a mixed master file pair, where one supports wide records and the other does not, the COPY ALL LEVELS option was specified and is invalid.

Specify COPY CURRENT LEVEL specified instead.

Action:

Notify the CCF administrator.

Administrator Response: Correct the chain using Option 12.11.2 as indicated.

CCF040ZE PROD member is LOCKed. The production member is LOCKed by userid <userid>.

Reason:

The member was LOCKed on the production master file to the indicated users and cannot be promoted until it is UNLOCKed. Either the user ID who locked the member or someone who has ALL authority towards the data set can UNLOCK it.

Action:

Re-issue the function after the member is UNLOCKed.

CCF050AU MTR format error. The CCF MTR file contains a format error.

Reason:

Invalid data was found in the Module Tracking Record (MTR) control member.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF050BE Entry NOT found. The entry number specified by command is invalid.

Reason:

CCF could not find the specified entry number.

Action:

Enter the number found to the left of the entry.

CCF050CI Entry processed. The specified entry number was processed successfully.

Reason:

Informational.

Action:

None.

CCF050DW Logout incomplete. The Logout is incomplete for the specified entry, RETRY.

Reason:

The logout did not complete.

Action:

Try logout of another module. Then retry logout of this module. CCF table error.

CCF050ES The production master file is not defined in system table.

Reason:

The production master file for this function is not defined to CCF.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF050FE Ineligible entry. The specified entry is not eligible for processing or deleting.

Reason:

The entry was already processed or deleted.

Action:

Perform a function to refresh the selection list to confirm.

CCF050GS History not found. The History member is not found for the module ('module name').

Reason:

The requested module has no corresponding history module.

Action:

Save the changes made to the test module (by copying it), delete the logout, then logout the module again to recreate the history member. Update the module with the saved changes before login.

CCF050HS LANGUAGE not defined. The LANGUAGE 'language' is no longer defined to CCF.

Reason:

The language assigned to the module is no longer defined to CCF.

Action:

Notify the CCF system administrator.

Administrator Response: Use Option 12.5 to redefine the language. If the language was intentionally removed from Option 12.5, the programmer should specify a new language for the module through the Option 5 HISTORY command. Use of the command requires the Option 12.0 HISTUPD keyword to specify YES.

CCF050IE Module not found. Module 'module name' was not found on production master file.

Reason:

The function was not performed due to the error indicated.

Action:

Correct the indicated error.

CCF050JU MMR format error. The MMR file contains a format error.

Reason:

Invalid data was found in the Module Movement Record (MMR) control member.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF050KE Module not found. Module 'module name' was not found on the current master file.

Reason:

The indicated module could not be found on the master file.

Action:

Check master file. If logout was NEW, add the module.

CCF050LEA 'String' not specified. 'string' is not specified for the FIND command.

Reason:

The FIND command for this function requires a character string.

Action:

Enter the FIND command with the character string (do not use delimiters).

CCF050MW Characters not found. The character string specified by the FIND command was not found.

Reason:

The FIND command did not find the character string.

Action:

Verify the character string entered. Do not use delimiters.

CCF050NI Characters found. The display is positioned to the record containing the string.

Reason:

FIND request complete.

Action:

Informational, no response required.

CCF050OE RFIND is invalid. The FIND command must be issued first.

Reason:

An RFIND command was issued before a FIND command.

Action:

Issue the FIND command before issuing the RFIND command.

CCF050PI No more characters found. No more occurances of the string specified by a previous FIND.

Reason:

No match found.

Action:

Informational, no response required.

CCF050QI Function terminated. The function was terminated by the user.

Reason:

Informational.

Action:

None.

CCF050RI ARCHIVE CROSS-LEVEL Report submitted, PROCESS terminated.

Reason:

Informational.

Action:

None.

CCF050SW **ERROR** Archived level is no longer in existence.

Reason:

The requested archive level no longer exists for this module. The archive cross level compare is not possible.

Action:

None.

CCF050TW **ERROR** Production module is not archived.

Reason:

The archive cross level compare is not possible.

Action:

None.

CCF050UW **ERROR** The module did not exist on LOGOUT.

Reason:

The archive cross level compare is not possible.

Action:

None.

CCF050VW Invalid MTR. Only MVS MTRs may be selected.

Reason:

The selected Module Tracking Record (MTR) was not created on an z/OS and OS/390 system. You must process the MTR from the originating operating system (indicated in the MTR).

Action:

None.

CCF050WW Invalid MMR. Only MVS MMRs may be selected.

Reason:

The selected Module Movement Record (MMR) was not created on an z/OS and OS/390 system. You must process the MMR from the originating operating system (indicated in the MMR).

Action:

None.

CCF050YW Invalid SLR. Only MVS SLRs may be selected.

Reason:

The selected System Link Record (SLR) was not created on an z/OS and OS/390 system. You must process the SLR from the originating operating system (indicated in the SLR).

Action:

None.

CCF050ZW Invalid JSR. Only MVS JSRs may be selected.

Reason:

The selected Job Submission Record (JSR) was not created on an z/OS and OS/390 system. You must process the JSR from the originating operating system (indicated in the JSR).

Action:

None.

CCF051AW Not allowed. The member exists on the Q/A or REJECT library.

Reason:

You cannot promote the member into the Q/A library or reject it into the reject library because the member already exists in the library.

Action:

Retry the function later.

CCF051BI History SAVED. The history member for module 'module name' was updated.

Reason:

Informational, no response required.

Action:

None.

CCF051CI HISTORY disabled. The HISTORY function is disabled by the system profile.

Reason:

Informational. The programmer configured CCF to disallow update of member history.

Action:

Informational, no response required.

CCF051DU FORMAT error. The history member for 'member name' contains a format error.

Reason:

The function terminated due to a history member format error.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF052BEA PLAN not specified. Plan name is required.

Reason:

A DB2 plan name is required for this function.

Action:

Enter the plan name.

CCF052CE 'value' invalid. 'Value' must be 'valid value'.

Reason:

An invalid value was found for a keyword in the BIND options.

Action:

Review the BIND options member and correct the error.

CCF052EE Parse error. 'Value' unknown in member 'member name'.

Reason:

The specified character string in the message is not valid in a DB2 bind options member.

Action:

Delete the invalid data by editing the bind options member on your test master file. Update the member and retry the BIND command.

CCF052FE Parse error. 'Value' dup keyword in member 'member name'.

Reason:

You specified the keyword more than once in the member.

Action:

Delete the duplicate keywords by editing the bind options member on your test master file. Update the member and retry the BIND command.

CCF052GE Parse error. 'Value' invalid in member 'member name'.

Reason:

The specified character string in the message is not valid in a DB2 bind options member.

Action:

Delete the invalid data by editing the bind options member on your test master file. Update the member and retry the BIND command.

CCF052HE Parse error. Not enough memory to parse command.

Reason:

A BIND options member was processing when memory was exceeded.

Action:

Check the BIND options member for validity.

CCF052IS Parse error. Unknown parser error.

Reason:

Processing of a BIND options member failed.

Action:

Notify the CCF system administrator.

Administrator Response: Verify the member input to the BIND contains valid BIND options. Contact Computer Associates Technical Support for assistance.

CCF052JE Parse error. 'Value' parser error, data='value'.

Reason:

The BIND options member has unidentified format.

Action:

Review the BIND options member for validity.

CCF052KI Bind member SAVED. The bind member for module 'module name' was updated.

Reason:

Informational.

Action:

None.

CCF052LI Entry deleted. The specified entry number was deleted successfully.

Reason:

Informational.

Action:

None.

CCF052MI Entry rejected. The specified entry number was rejected successfully.

Reason:

Informational.

Action:

None.

CCF053AS Error deleting module 'module name' from the test master file.

Action:

CCF created a member called CCFERROR on your CA Roscoe or AllFusion CA‑Vollie library that describes the error that occurred.

Action:

Notify the CCF system administrator.

Administrator Response: Examine the CCFERROR member and correct the error described.

CCF053BE Error locking current module 'module name', see CCFERROR.

Reason:

CCF created a member called CCFERROR on your CA Roscoe or AllFusion CA‑Vollie library that describes the error that occurred.

Action:

Examine the CCFERROR member and correct the error.

CCF053CE Invalid owner name.

Reason:

While processing the BIND options member, an invalid owner name was found.

Action:

Review the BIND options OWNER name.

CCF053DE LANGUAGE command is ONLY valid for a new member.

Reason:

The LANGUAGE subcommand of the BIND command is valid only for a new bind options member.

Action:

Do not specify the LANGUAGE command for an existing member.

CCF053EE LANGUAGE command requires a 1-3 character LANG.

Reason:

The LANGUAGE subcommand of the BIND command requires a one- to three-character language.

Action:

Supply the language with the command.

CCF053FE DESCRIPTION command is only valid for a new member.

Reason:

The DESCRIPTION subcommand of the BIND command is valid only for a new bind options member.

Action:

Do not specify the LANGUAGE command for the existing member.

CCF053GE DESCRIPTION command requires a 1-30 character DESC.

Reason:

The DESCRIPTION subcommand of the BIND command requires a 1- to 30-character description.

Action:

Supply a description with the command.

CCF053HE Invalid syntax: 'Syntax'.

Reason:

Processing the BIND options member found invalid syntax.

Action:

Review the format of the BIND options member.

CCF060AW There are 'nn' outstanding module(s), CR cannot be 'action'.

Reason:

The requested function cannot be performed because there is at least one Module Tracking Record (MTR) in Option 5 for this change request.

Action:

Try the function after the MTRs are processed.

CCF060BW There are 'nn' unmoved module(s), CR cannot be 'action'.

Reason:

The requested function cannot be performed because there is at least one Module Movement Record (MMR) in Option 9 for this change request.

Action:

Try the function after the MMRs are processed.

CCF060CW This LINK request is currently outstanding, cannot accept.

Reason:

A LINK request is currently outstanding for the same LKED SYSIN MEMBER or LKED JCL MEMBER and PROD MAST. You cannot make a duplicate request.

Action:

None.

CCF060DW There are 'nn' unlinked module(s), CR cannot be 'action'.

Reason:

The requested function cannot be performed because there is at least one System Link Record (SLR) in Option 10 for this change request.

Action:

Try the function after the SLRs are processed.

CCF060EW There are 'nn' outstanding job(s), CR cannot be 'action'.

Reason:

The requested function cannot be performed because there is at least one Job Submission Record (JSR) in Option 11 for this change request.

Action:

Try the function after the JSRs are processed.

CCF060FE Member not found. The member specified for the link edit/bind is not found.

Reason:

The member specified for the link edit or bind request was not found on the production master.

Action:

Verify that you specified the correct member.

CCF060GE NAME stmt not found. The member does not contain a link edit NAME statement.

Reason:

The specified link edit SYSIN member does not contain a link-edit name card.

Action:

Logout the link edit SYSIN member, add a link edit NAME card, login the module, and try the link edit request again.

CCF060HI Linkedit complete. The linkage edit completed successfully.

Reason:

Informational.

Action:

None.

CCF060II Job 'job name' 'job number' submitted, for the link edit/bind ('module name').

Reason:

Informational.

Action:

None.

CCF060JE Either RENT or NORENT must be specified.

Reason:

You must specify either RENT or NORENT to indicate whether the module is re-enterable. See the IBM Linkage Editor Manual for details on link edit options.

Action:

Place an X next to the option.

CCF060KE Either REUS or NOREUS must be specified.

Reason:

You must specify either REUS or NOREUS to indicate whether the module is reusable. See the IBM Linkage Editor Manual for details on link edit options.

Action:

Place an X next to the option.

CCF060LE Either REFR or NOREFR must be specified.

Reason:

You must specify either REFR or NOREFR to indicate whether the module is refreshable. See the IBM Linkage Editor Manual for details on link edit options.

Action:

Place an X next to the option.

CCF060ME Either TEST or NOTEST must be specified.

Reason:

You must specify either TEST or NOTEST to indicate whether the module is tested with the TSO TEST command. See the IBM Linkage Editor Manual for details on link edit options.

Action:

Place an X next to the option.

CCF060NI Linkedit complete. The link edit was completed successfully.

Reason:

Informational.

Action:

None.

CCF060OE Linkedit error. The link edit completed with errors, see 'prefix.userid.CCF.MSGS

Reason:

CCF allocated a message data set named prefix.userid.CCF.MSGS or, if NOPREFIX is set, userid.CCF.MSGS. Use ISPF BROWSE to view the message data set for problem determination. This is a temporary data set. Continued CCF processing replaces the data set (you can rename it to retain it).

Action:

Correct the linkage editor errors described in the message data set and retry the link edit.

CCF060PE IEBCOPY error. Error copying the load to backup, see 'prefix.userid.CCF.MSGS.

Reason:

IEBCOPY was executed to backup the load module before the link edit, but IEBCOPY errors occurred. CCF allocated a message data set named prefix.userid.CCF.MSGS or, if NOPREFIX is set, userid.CCF.MSGS. Use ISPF BROWSE to view the message data set for problem determination. This is a temporary data set. Continued CCF processing replaces the data set (you can rename it to retain it).

Action:

Correct the IEBCOPY errors described in the message data set and retry the link edit.

CCF060QE NAME stmt invalid. The link edit NAME statement has invalid format.

Reason:

The specified link edit SYSIN member on the production master file contains an invalid NAME statement.

Action:

Logout the link edit SYSIN member, correct the link edit NAME card, login the module, and try the link edit request again. See the IBM Linkage Editor Manual for details on the NAME statement.

CCF060RE SYSIN MEMBER, JCL MEMBER, or MODULE NAME must be specified.

Reason:

One of the named fields must be specified.

Action:

Place an X next to the appropriate field. See the LIB/CCF Programmer's Guide for a description of each field.

CCF060SE Only one SYSIN MEMBER, JCL MEMBER, or MODULE NAME may be specified.

Reason:

These fields are mutually exclusive.

Action:

Specify only one of the fields. See the LIB/CCF Programmer's Guide for a description of each field.

CCF060TE JCL MEMBER and LINK SKELETON are mutually exclusive.

Reason:

These fields are mutually exclusive.

Action:

Specify only one of the fields. See the LIB/CCF Programmer's Guide for a description of each field.

CCF060UW There are 'nn' uncompiled module(s), CR cannot be 'action'.

Reason:

The request to CLOSE or LINK found some tasks were incomplete.

Action:

Review the status of remaining tasks for this CR.

CCF060VE IEBCOPY error copying the load to backup, see COPYERR.

Reason:

IEBCOPY was executed to backup the load module before the link edit, but IEBCOPY errors occurred. CCF created a member called COPYERR on your CA Roscoe or AllFusion CA‑Vollie library.

Action:

Correct the IEBCOPY errors described in the COPYERR member.

CCF061AW Bind only in MVS. Bind jobs must be run in MVS.

Reason:

You are trying an online DB2 bind in a non-z/OS and OS/390 system.

Action:

Submit the bind to an z/OS and OS/390 system.

CCF061BE BIND failure. The DB2 bind failed with an RC of 'nn'.

Reason:

The BIND function failed due to a DB2 problem.

Action:

Review the return code and notify the CCF system administrator.

Administrator Response: Review the DB2 messages and See with the DB2 systems administrator at your site.

CCF061CS Subsystem failure. The DB2 subsystem failed with an RC of 'nn'.

Reason:

An operation requiring DB2 was requested and DB2 was not available.

Action:

Review the return code and notify the CCF system administrator.

Administrator Response: Review the DB2 messages and See with the DB2 systems administrator at your site.

CCF061HI Bind complete. The bind completed successfully.

Reason:

Informational.

Action:

No response required.

CCF061IE Invalid type. Use B for bind request or L for link request.

Reason:

Only a B for bind or L for link-edit is valid from this function.

Action:

Enter a B or L.

CCF061JE The DB2 subsystem name is not defined in option 0.

Reason:

You requested a function that requires the name of the DB2 subsystem, but it is not defined in Option 0 (CCF PARMS).

Action:

Define the DB2 subsystem name using Option 0.

CCF061KE The DB2 BIND failed with an RC of 'rc', see BINDMSG.

Reason:

The BIND failed. Note the return code and message.

Action:

Review the return code and notify the CCF system administrator.

Administrator Response: Review the DB2 messages and See with the DB2 systems administrator at your site.

CCF061LE "BIND" subcommand not first in sysin member.

Reason:

The member specified in SYSIN is not a BIND options member.

Action:

Review CCF and DB2 documentation.

CCF061ME Invalid syntax in "LIBRARY" parameter of BIND subcommand. The format of the library
parameter of the BIND command is invalid.

Reason:

You entered incorrect syntax.

Action:

Review DB2 documentation for correct syntax.

CCF070AI 'change request ID' Closed. Change request 'change request ID' was closed.

Reason:

Informational.

Action:

None.

CCF070B 'change request ID' Rejected.

Reason:

Informational.

Action:

None.

CCF070BI Change request 'change request ID' was REJECTED.

Reason:

Informational.

Action:

None.

CCF070CS CA-Netman update failed due to CA-Netman error, ID='netman id'.

Reason:

The CA Netman update with CCF closure information was terminated due to the error the NTMnnn message indicated.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error, then rerun the Unicenter CA‑Netman update through

CCF batch program execution.

CCF070DS CA-Netman update failed due to pgm load error, ID='netman id'.

Reason:

The Unicenter CA‑Netman update with CCF closure information was terminated due to the load error the job log indicated.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error, then rerun the Unicenter CA‑Netman update through CCF batch program execution.

CCF070ES CA-Netman update failed due to no CCF data, ID='netman id'.

Reason:

The Unicenter CA‑Netman update with CCF closure information was terminated due to the absence of CCF closure information.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error, then rerun the Unicenter CA‑Netman update through CCF batch program execution.

CCF080AW Nothing qualifies. Nothing qualifies for the report criteria selected.

Reason:

The requested report could not be generated because CCF did not find any change requests, members, or jobs (depending on the report type requested) that met the criteria specified (if any).

Action:

None.

CCF080BI Report Printed. The report was printed.

Reason:

Informational.

Action:

None.

CCF080CE Specify PGMR or GROUP. Either PGMR or GROUP report type may be selected, not both.

Reason:

Depending on how you are defined to CCF (as a programmer, manager, or control group member), you can request the report based on a single programmer or for an entire group of programmers. See the LIB/CCF Programmer's Guide, LIB/CCF Manager's Guide, or LIB/CCF Control Group Guide for more information on requesting reports.

Action:

Specify either PGMR or GROUP.

CCF080DE Invalid programmer ID. The specified programmer is not defined to CCF as reporting to you.

Reason:

The requested function requires that the specified programmer report to you.

Action:

Choose another programmer or request the CCF system administrator define the programmer to you.

CCF080EW User not authorized. The user may not select this report option.

Reason:

You are not authorized to select this report.

Action:

If you require access to this service, notify the CCF system administrator.

CCF080FW User not authorized. The user did not last update this module.

Reason:

CCF was installed so that only the user that last updated this module and that user's manager can request the history report.

Action:

None.

CCF080HW User not authorized. The user is not the owner of the change request.

Reason:

CCF was installed so that only the user assigned the change request and that user's manager can request the Change Request Report.

Action:

None.

CCF080IS Invalid data in CR. The Change request has an invalid format.

Reason:

The format of the CR is not valid and can be corrupted.

Action:

Notify the CCF system administrator.

Administrator Response: Review the content of 73-80 in the CR data.

CCF080JW No close section found. FULL or CLOSE report requested, CLOSE section not found.

Reason:

The change request has no close section, indicating that is not yet closed.

Action:

None.

CCF080KE Invalid REPORT TYPE. Specify LIBRARY DEFINITIONS or CHAINS, but not both.

Reason:

The LCDF report is generated for either library definitions or chains. A chain provides information on the libraries defined in a promotion path. A library definition provides information for an individual master file or operating system file.

Action:

Specify either LIBRARY DEFINITIONS or CHAINS.

CCF080LE CHAIN NUMBER invalid. The CHAIN NUMBER is invalid for a Library Definition Report.

Reason:

When specifying LIBRARY DEFINITIONS, do not supply a CHAIN NUMBER.

Action:

To request a report for a particular chain number, specify CHAINS instead of LIBRARY DEFINITIONS.

CCF080ME LIBRARY NAME invalid. The LIBRARY NAME is invalid for a Chain Report.

Reason:

When specifying CHAINS, do not supply a LIBRARY NAME.

Action:

To request a report for a particular library name, specify LIBRARY DEFINITIONS instead of CHAINS.

CCF080NE Parameters invalid. The parameter is the report number (1-4).

Reason:

The selection was not 1, 2, 3, or 4.

Action:

Enter a valid selection.

CCF080OS Subsystem failure. The DB2 subsystem failed with an RC of 'nn'.

Reason:

You requested an operation requiring DB2 and DB2 was not available.

Action:

Review the return code and notify the CCF system administrator.

Administrator Response: Review the DB2 messages and See with the DB2 systems administrator at your site.

CCF080PS RUN failure. The DB2 report failed with an RC of 'nn'.

Reason:

The job submitted to produce a DB2 report failed.

Action:

Review the return code and notify the CCF system administrator.

Administrator Response: Review the DB2 messages and See with the DB2 systems administrator at your site.

CCF090AU MMR format error. The CCF MMR file contains a format error.

Reason:

Invalid data was found in the Module Movement Record (MMR) control member.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF090BW Cannot DELETE. The entry cannot be deleted because it is not in REJECT status.

Reason:

The entry must be in rejected status to be deleted.

Action:

Use the REJECT command to reject the entry and then use the DELETE command.

CCF090BW Entry already REJECTED. The entry cannot be rejected because it is already rejected.

Reason:

A REJECT command was previously issued for this entry, therefore, the entry is already in a rejected status.

Action:

None.

CCF090DW Cannot PROCESS. The entry is in REJECT status and cannot be processed.

Reason:

Rejected entries are eligible only for deletion.

Action:

Issue the DELETE command to remove the rejected entry from the list.

CCF090EW Cannot DELETE. The entry does not belong to this user.

Reason:

You can only DELETE entries for your own requests.

Action:

None.

CCF090FW Cannot UNLOCK. The entry is not in REJECT status and cannot be UNLOCKED.

Reason:

Only rejected entries are eligible for unlocking. The unlock function is only applicable when a module's login request was rejected, making it necessary for the programmer to access the module in the reject library to make modifications.

Action:

None.

CCF090GI Module UNLOCKED. The module was UNLOCKED to its TSTATUS.

Reason:

Informational.

Action:

None.

CCF090HW Module NOT locked. The CURR M/F has LOCK status of TEST, module is not locked.

Reason:

The module is not locked on the current master file. Therefore, the UNLOCK command is not applicable.

Action:

None.

CCF090IW Not VM/ESA entry. Only entries created by CCF VM/ESA may be processed.

Reason:

The selected Module Movement Record (MMR) was not created on a VM/ESA system. You must process the MMR from the originating operating system (indicated in the MMR).

Action:

None.

CCF090JU JSR format error. The CCF JSR file contains a format error.

Reason:

Invalid data was found in the Job Submission Record (JSR) control member.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF090KU SLR format error. The CCF SLR file contains a format error.

Reason:

Invalid data was found in the Job Submission Record (JSR) control member.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF091AW User not Authorized. An attempt was made to use a privileged command.

Reason:

You requested a function that is restricted to the control group, but you are not defined as a control group member.

Action:

None.

CCF091BE Invalid selection code. Use "D" to deselect or "S" to select (once deselected).

Reason:

The only valid selection characters from this list are D and S. You specified some other character where the cursor is positioned.

Action:

Correct the indicated error.

CCF091CE Change request not found. The selected change request ID is not valid.

Reason:

The change request ID that you specified is not found.

Action:

Correct the change request ID to be valid.

CCF091DE CR not assigned. The selected Request has not been assigned to a PGMR.

Reason:

The specified change request is currently UNASSIGNED. You can only select a CR that is assigned to you.

Action:

Correct the change request ID if miskeyed or contact your manager to have the CR assigned to you.

CCF091EW No modules to process. No modules have been logged out for this Request.

Reason:

This change request currently has no modules logged out for it.

Action:

Correct the change request ID if miskeyed.

CCF091FI WARNING - unpromotables. Some modules are not logged in. Use SF for details.

Reason:

Informational.

Action:

Issue the SELECTF command to obtain the current status of all modules for this change request.

CCF091GU Error in module status determination, press HELP for details.

Reason:

The GROUP PROCESSING select list cannot be built due to an abnormal condition encountered in the change request activity records.

Action:

Press HELP for details, then notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF091HU Format error. Expected records not found in the change request.

Reason:

Invalid data was found in the change request. The function was terminated.

Action:

Do not attempt further processing on this change request and notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF091II WARNING - Uncompilables. Some modules are not compilable, use SF for details.

Reason:

Informational. Issue the SELECTF command to obtain the current status of all modules for this change request.

Action:

None.

CCF091JW SELECT not valid for CR. The change request was initiated prior to CCF release 3.8.

Reason:

You cannot use the GROUP PROCESSING function (SELECTx commands) for change requests that were initiated before CCF release 3.8.

Action:

None.

CCF091KI 'Module name' moved to 'master file name'.

Reason:

Informational.

Action:

None.

CCF091LI 'Module name' rejected to 'master file name'.

Reason:

Informational.

Action:

None.

CCF091MI Job 'job name' 'job number' submitted for 'module name.

Reason:

Informational.

Action:

None.

CCF091NI 'Module name' successfully logged out.

Reason:

Informational.

Action:

None.

CCF091PI Process completed. All requested operations successfully processed.

Reason:

Informational.

Action:

None.

CCF091QI No job submission necessary for 'module name'.

Reason:

Informational.

Action:

None.

CCF091RI Logout rejected for 'module name'.

Reason:

Informational.

Action:

None.

CCF091SI 'module name' now unlocked. The status of 'module name' was reset.

Reason:

Informational.

Action:

None.

CCF091TI 'module name' logged in. The login process for 'module name' was initiated. Informational.

Action:

None.

CCF091UI 'module name' deleted. The logout for 'module name' was deleted.

Reason:

Informational.

Action:

None.

CCF091VE CR-id missing. A change request number (WOnnnnnn) must be provided.

Reason:

The command requires the specification of a change request ID as a parameter in the format of WOnnnnnn or nnnnnn.

Action:

Reissue the command in the correct format.

CCF091WI 'change request ID' assumed. The current CR-id was used, since a new one was not specified.

Reason:

Informational.

Action:

None.

CCF091XS ISPF table error. 'Message text'

Reason:

The GPO function failed for the reason indicated in the message.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF091YS Insufficient memory available, PGM($CHGS086).

Reason:

The GPO selection list failed because of insufficient memory in the CA Roscoe EPL.

Action:

Notify the CCF system administrator.

Administrator Response: Review the site parameters for the CA Roscoe CCF environment.

CCF092AE Invalid date/time. The specified date or time is not numeric.

Reason:

The DATE or TIME field (where the cursor is positioned) is invalid.

Action:

Correct the indicated error and continue.

CCF092BE Invalid MONTH. The specified MONTH is not between 1 and 12.

Reason:

The MONTH field (where the cursor is positioned) is invalid.

Action:

Correct the indicated error and continue.

CCF092CE Invalid DAY. The specified DAY is not valid for the year/month.

Reason:

The DAY field (where the cursor is positioned) is invalid.

Action:

Correct the indicated error and continue.

CCF092DE Invalid HOUR. The specified HOUR is not between 0 and 23.

Reason:

The HOUR field (where the cursor is positioned) is invalid.

Action:

Correct the indicated error and continue.

CCF092EE Invalid MINUTE. The specified MINUTE is gt 59.

Reason:

The MINUTE field (where the cursor is positioned) is invalid.

Action:

Correct the indicated error and continue.

CCF092FE Invalid DATE/TIME. The specified DATE/TIME is less than the current date/time.

Reason:

The specified DATE and TIME is less than the current date and time.

Action:

Specify a date and time that is greater than or equal to the current date and time.

CCF092GE Invalid DATE. The DATE is invalid for CA‑Scheduler, GT 99 days from today.

Reason:

The specified DATE is greater than 99 days from today. CA Scheduler cannot schedule a job for this date.

Action:

Correct the DATE to occur in 99 days from today.

CCF092HE Invalid SELECT. The SELECTION value may only be "M", "MM", "M(n)", "B" or "A".

Reason:

The line select character where the cursor is positioned is invalid.

Action:

Supply a valid value and continue.

CCF092IW MOVE Pending. Enter the "B" (BEFORE) or "A" (AFTER) line indicator for MOVE.

Reason:

Informational.

Action:

Provide the destination for the move.

CCF092JE Illogical sequence. The move commands are not in logical sequence.

Reason:

You entered the line selection characters in an illogical sequence.

Action:

Correct the indicated error and continue.

CCF092KW Block MOVE Pending. Enter the "MM" line indicator for MOVE.

Reason:

Informational.

Action:

Provide the lines to move.

CCF092LW MOVE Pending. Enter the "M" line indicator for MOVE.

Reason:

Informational.

Action:

Provide the lines to move.

CCF092MW Select or END. Select a predecessor job (using "S") or END for NO predecessor.

Reason:

This is a prompt to choose a predecessor.

Action:

Select a predecessor job (a job that must successfully execute before the scheduled jobs or enter END to indicate that the jobs do not have a predecessor job). Enter your selection and continue.

CCF092N CR not scheduled.

Reason:

The job scheduler status found no jobs scheduled for the CR specified.

Action:

Informational message, no action required.

CCF092NW The specified CR does not currently have any scheduled jobs pending

Reason:

The job scheduler status found no jobs scheduled for the CR specified.

Action:

Informational message, no action required.

CCF092OW Select a predecessor job (using "S") or END for NO predecessor.

Reason:

Select a predecessor job (a job that must successfully execute before the scheduled jobs or enter END to indicate that the jobs do not have a predecessor job).

Action:

Enter your selection and continue.

CCF092PE Invalid PREDECESSOR. The PREDECESSOR job MUST be in PENDING status.

Reason:

The job that was selected for a predecessor is not in PENDING status.

Action:

Select a predecessor job (a job that must successfully execute before the scheduled jobs or enter END to indicate that the jobs do not have a predecessor job).

CCF092QE Invalid panel FIELD. The FIELD specified for the SORT does not exist on the panels.

Reason:

The SORT command lets you specify a panel field TITLE name as a parameter.

The parameter you specified does not match any title names on the displayed panel.

Action:

Correct the indicated error and continue.

CCF092RW SSTATUS not active. A SCHEDULER has not been defined to CCF.

Reason:

The SSTATUS command is only available when a scheduler (Unicenter CA‑7 or CA Scheduler) was defined for use from CCF.

Action:

Select another command or CCF function and continue.

CCF092SW REDEMAND unavailable. The REDEMAND command is only appropriate for CA‑7 scheduler.

Reason:

Unicenter CA‑7 is not defined as the scheduler available for use from CCF and, therefore, the REDEMAND command is not available.

Action:

Select another command or CCF function and continue.

CCF092T 'change request number' reDEMANDED.

Reason:

Informational.

Action:

None.

CCF092TI All pending jobs for 'change request' have been reDEMANDED to CA‑7.

Reason:

Informational.

Action:

None.

CCF092UI Crs reDEMANDED. All pending jobs for all CRs have been reDEMANDED to CA‑7.

Reason:

Informational.

Action:

None.

CCF092VI Job(s) reDEMANDED. The selected jobs have been reDEMANDED to CA‑7.

Reason:

Informational.

Action:

None.

CCF092WE Select ONLY one. Only ONE predecessor job may be selected.

Reason:

You entered more than one selection character on the list.

Action:

Remove all but one selection character or enter END to indicate that no predecessor job is selected.

CCF092XI CRs reDEMANDED. All pending jobs for the selected CRs have been reDEMANDED to CA‑7.

Reason:

Informational.

Action:

None.

CCF092YE Illogical numeric: 0. The MOVE number of lines must logically be values 1-9.

Reason:

A LINE command with a value of zero is not valid.

Action:

Correct the indicated error and continue.

CCF092ZI Use MOVE line commands to modify the job order, END to continue.

Reason:

You can change the job order by using MOVE line commands to reorder the presented list. MOVE line commands are: M, MM, Mn, B, and A. When the list is in the correct processing order, enter END to continue processing.

Action:

Reorder the list. Enter END to continue processing.

CCF093AW Not allowed-SCHEDULED. Use RESUBMIT to restart the CHECKOFF step of the SCHEDULED job.

Reason:

You submitted the job to a scheduler and, therefore, it might not process.

Action:

Resubmit and selecting the CHECKOFF step for RESTART can affect the PROCESS function.

CCF093BI 'Job name' 'job number' scheduled, to perform the linkedit/bind.

Reason:

Informational.

Action:

None.

CCF093CI Job 'job name' 'job number' scheduled, to perform the compile ('module name').

Reason:

Informational.

Action:

None.

CCF093DI Job 'job name' 'job number' scheduled for the move/compile ('module name').

Reason:

Informational.

Action:

None.

CCF093EI Job 'job name' 'job number' scheduled, Q/A move complete ('module name').

Reason:

Informational.

Action:

None.

CCF093FI Job 'job name' 'job number' scheduled, REJECT move complete ('module name').

Reason:

Informational.

Action:

None.

CCF093GI Job 'job name' 'job number' scheduled, to perform the move ('module name').

Reason:

Informational.

Action:

None.

CCF093HE Invalid DATE, mm/dd/yy is not valid.

Reason:

The specified DATE is not a valid date.

Action:

Be sure you specify numeric values for the date.

CCF094AS CA‑7 load error. Error attempting to load the CA‑7 scheduler interface.

Reason:

You cannot LOAD the Unicenter CA‑7 interface program U7SVC. Processing terminated without the job being scheduled.

Action:

Notify the CCF system administrator.

Administrator Response: Provide the U7SVC program for CCF. Manually schedule the job using the the SET=NDB parameter on the DEMAND command.

CCF095AS CA‑Scheduler load error. Error attempting to load the CA‑Scheduler interface.

Reason:

You cannot LOAD the Unicenter CA‑7 interface program CAJCCMD0. Processing terminated without the job being scheduled.

Action:

Notify the CCF system administrator.

Administrator Response: Provide the CAJCCMD0 program for CCF. Manually schedule the job using the L=RDRQ parameter on the ADD JOB command.

CCF095BS Scheduler error. See DS(prefix.user.CCF.MSGS).

Reason:

An error was detected from the CAJCCMD0 program.

Action:

Do not continue CCF processing. Notify the CCF system administrator.

Administrator Response: See the user's CCF.MSGS data set for a scheduler error message. If no message is found, See SYSLOG. Correct the problem and manually schedule the job using the L=RDRQ parameter on the ADD JOB command.

CCF095CE Invalid PREDECESSOR. CA‑Scheduler requires the PREDECESSOR to be requested same day.

Reason:

The selected predecessor job is not scheduled the same day as the job being scheduled, as CA Scheduler requires.

Action:

Correct the indicated error.

CCF095DS CA‑7 error. RC='nn', check the CA7 BROWSE file for the error info.

Reason:

An error was detected from the U7SVC program.

Action:

Do not continue CCF processing. Notify the CCF system administrator.

Administrator Response: See the CA7 BROWSE file for an error message. Correct the problem and manually schedule the job using the SET=NDB parameter on the DEMAND command.

CCF095ES CA‑Scheduler interface error detected, see SCHEDERR.

Reason:

An error was detected from the CAJCCMD0 program.

Action:

Do not continue CCF processing. Notify the CCF system administrator.

Administrator Response: See the user's SCHEDERR member for a scheduler error message. If no message is found, See SYSLOG. Correct the problem and manually schedule the job using the L=RDRQ parameter on the ADD JOB command.

CCF095FS CA‑7 interface error detected.

Reason:

An error was detected from the U7SVC program.

Action:

Do not attempt further CCF processing. Notify the CCF system administrator.

Administrator Response: See the CA7 BROWSE file for an error message. Correct the problem and manually schedule the job using the SET=NDB parameter on the DEMAND command.

CCF095GW No modules selected ('change request ID').

Reason:

No modules meet the selection criteria for the indicated change request.

Action:

None.

CCF095HS Error attempting scheduler member update, see SCHEDERR.

Reason:

The function terminated during CCF scheduling processing due to an CA Librarian update error.

Action:

Do not attempt further CCF processing. Notify the CCF system administrator.

Administrator Response: See the user's SCHEDERR member for the update error messages. Correct the error condition and manually complete the update.

CCF100AU SLR format error. The CCF SLR file contains a format error.

Reason:

Invalid data was found in the System Link Request (SLR) control member.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF110AU JSR format error. The CCF JSR file contains a format error.

Reason:

Invalid data was found in the System Link Request (SLR) control member.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF110BE Invalid RESTART cmd. The RESTART parameter was not specified.

Reason:

The RESTART command requires the JCL restart parameter (usually stepname or procstepname.stepname).

Action:

Reissue the command with the parameter.

CCF110CE Invalid step. The SELECTED step is not restartable. No stepname is present.

Reason:

You cannot restart the selected step due to the absence of a stepname. Either the JCL does not contain a stepname for this step or the CCF removed the stepname because the step is an execution of a PROC.

Action:

Select a previous restartable step or use the RESTART command to restart at a PROC stepname.

CCF110DE Invalid SEL char. "S" must be used to select a step for restart.

Reason:

The RESTART function requires an S to select a step for restart.

Action:

Place an S on the selection list for the job step.

CCF110ES Invalid JOBCARD. Invalid JOBCARD format encountered, resubmit terminated.

Reason:

The function terminated due to the detection of an invalid JOBCARD statement in the saved JCL.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the statement by updating the saved JCL on the CCF system master. The JCL is in the Y member name as indicated on the third record of the JSR.

CCF110FS Invalid -MCD stmt. The JCL contains an invalid -MCD statement, resubmit terminated.

Reason:

The function terminated due to the detection of an invalid -MCD statement in the saved JCL.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the statement by updating the saved JCL on the CCF system master. The JCL is in the Y member name as indicated on the third record of the JSR.

CCF110GE Invalid selection. Multiple steps were selected for restart, specify only 1.

Reason:

The RESTART function allows only one selection.

Action:

Correct the indicated error.

CCF110HE Not selectable. A PROC step restart must be specified via the RESTART cmd.

Reason:

You cannot restart the selected step due to the absence of a stepname. CCF removed the stepname because the step is an execution of a PROC.

Action:

Use the RESTART command to restart the step by specifying a parameter to indicate procstepname.stepname to restart.

CCF110JS The JCL member is not found on the system master.

Reason:

The function terminated due to the error indicated.

Action:

Notify the CCF system administrator.

Administrator Response: The JCL member must be missing due to a previous update error when trying to save it. At this point, the JSR can only be PROCESSED to remove it. If you cannot recover or reconstruct the JCL from the job listing, then you must determine the functions that the job was to perform and perform them manually.

CCF110KS JCL PROC statement found without a PEND statement.

Reason:

A job resubmitted had a PROC without a PEND statement.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the JCL by updating the saved JCL on the CCF system master. The JCL is in the Y member name as indicated on the third record of the JSR.

CCF110LS **ERROR** The JSR record was not found.

Reason:

The CHECKOFF did not complete normally, possibly leaving the JSR outstanding in option 11.

Action:

Notify the CCF system administrator. If the JSR appears in option 11, remove it using the PROCESS command.

Administrator Response: If the JSR was never added due to system failure, no action is required. Otherwise, the user should have reported an update error, which you should investigate. If the JSR was added, it was after the job completed and was due to a lockout of the user or poor response time.

CCF110MS Job statement missing from LINK JCL.

Reason:

The job statement was missing from the LINK JCL skeleton when attempting to submit the production link edit.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the JCL used.

CCF120AW User not authorized. This function is restricted to the CCF administrator.

Reason:

The function is restricted to a CCF administrator and you are not authorized access.

Action:

None.

CCF120BI Table saved. The CCF table was updated successfully.

Reason:

Informational.

Action:

None.

CCF120CE Invalid variable. The variable is invalid or not specified.

Reason:

The variable field where the cursor is positioned is either missing or specified with an invalid value.

Action:

Correct the field to a valid value.

CCF120DE Invalid value. The value is invalid or not specified.

Reason:

The variable field where the cursor is positioned is either missing or specified with an invalid value.

Action:

Correct the field to a valid value.

CCF120EE Duplicate variable. The variable was previously defined.

Reason:

You specified the variable keyword where the cursor is positioned more than once.

Action:

Remove all but one entry for the variable keyword.

CCF120GE Skeleton not found. The specified skeleton name is not found in the skeleton library.

Reason:

The specified JCL skeleton member, indicated by the cursor is not defined in the skeleton library.

Action:

Correct or add the skeleton name before saving the table.

CCF120JE Table cannot be saved. The table does not contain any entries.

Reason:

The table must contain at least one entry.

Action:

Provide a table entry or enter CANCEL.

CCF120KE CR not assigned pgmr. The CR is not assigned to the specified programmer, 'ccf id'.

Reason:

The specified change request is not assigned to the specified programmer.

Action:

Correct the indicated error and continue.

CCF120LI CR(s) reassigned. Change request(s) reassigned to 'ccf id'.

Reason:

Informational.

Action:

None.

CCF120NE One skeleton required. At least one skeleton must be specified.

Reason:

You must specify at least one skeleton name (or NOP) for a LANGUAGE where the cursor is positioned.

Action:

Enter a skeleton name or NOP.

CCF120OE The CR is UNASSIGNED. The CR has not yet been assigned, reassign is invalid.

Reason:

You must assign the change request to a programmer before you can reassign it.

Action:

Correct the indicated error and continue.

CCF120PE Reassignment invalid. Specify either a manager or programmer, not both.

Reason:

You cannot reassign to both manager and programmer at the same time.

Action:

Reassign managers and programmers separately.

CCF120QE Manager not defined. The specified manager is not defined to CCF.

Reason:

The function was not performed because you entered an invalid manager name.

Action:

Correct the manager name where the cursor is positioned.

CCF120RE CR not assigned mgr. The CR is not assigned to the specified manager, 'ccf id' .

Reason:

The function was not performed because you entered an incorrect manager name.

Action:

Correct the manager name where the cursor is positioned.

CCF120SW No CRs found. The manager currently has no outstanding CRs.

Reason:

The function was not performed because the manager had no CRs outstanding.

Action:

None.

CCF120TE Required keyword: 'Keyword' is not defined.

Reason:

The function was not performed because an entry for a keyword is required.

Action:

Supply an entry for the required keyword before you can save the table.

CCF120UI Required resource (option 'n.n') is unavailable.

Reason:

The function was not performed due to the unavailability of the resource.

Action:

Try again later.

CCF120VE The resource was DEQUEUED by 'ccf id'.

Reason:

Another administrator ID dequeued the resource while your ID was in use. You cannot update the resource.

Action:

Try again later.

CCF120XE Group ID 'groupid' in use. Cannot be added or deleted.

Reason:

You are trying to:

Action:

Either choose a group identifier that is not in use or delete all references to the identifier in the other tables.

CCF120YE Work orders still assigned to Group 'groupid'.

Reason:

You are trying to delete a group identifier where work is assigned.

Action:

Reassign the work orders to another user or group before deleting the group.

CCF120ZE ID 'pgmr id' already in use as Group.

Reason:

You are trying to convert a system identifier to a group identifier. You can only convert system identifiers to individual CCF identifiers.

Action:

Choose a CCF identifier that is not a group.

CCF121AE Invalid VSAM catalog name.

Reason:

The VSAM catalog name must contain all alphabetic characters. The name contains a special character.

Action:

Reenter the correct VSAM catalog name.

CCF121BE A catalog name is not valid for a BDAM master.

Reason:

You specified a file organization of BDAM and the user supplied a VSAM catalog name.

Action:

Remove the VSAM catalog name or specify a file organization of VSAM.l

CCF121CE A catalog name is required for a VSAM master.

Reason:

You specified a file organization of VSAM and the user did not supply a VSAM catalog name.

Action:

Supply a VSAM catalog name or specify a file organization of BDAM.

CCF121DE Invalid volume serial number.

Reason:

The volume serial number supplied contains a special character.

Action:

Reenter the correct volume serial number.

CCF121EE The volume serial number is required for a BDAM master.

Reason:

A volume serial number is required for a BDAM master file, but none was supplied.

Action:

Supply a valid volume serial number.

CCF121FE The file organization must be BDAM or VSAM

Reason:

You specified a file organization other than BDAM or VSAM.

Action:

Specify BDAM or VSAM as the file organization.

CCF121GE The file organization is required.

Reason:

A file organization is required for the master file, but none was supplied.

Action:

Supply a valid file organization of BDAM or VSAM.

CCF121HE The FCT name is invalid.

Reason:

The FCT name must be alphabetic.

Action:

Supply a valid FCT name for the master file.

CCF121IE The FCT name is required.

Reason:

A FCT name is required for the master file, but none was supplied.

Action:

Supply a valid FCT name for the master file.

CCF121JE The LIBRARIAN master file name is required.

Reason:

An CA Librarian master file name is required.

Action:

Specify a valid name for the CA Librarian master file.

CCF121KE The table must contain at least one entry.

Reason:

No entries were supplied for the current system table.

Action:

Specify a valid entry for the system table.

CCF121LE Max number of entries exceeded, entry cannot be added.

Reason:

A maximum of 999 entries are allowed.

Action:

You cannot add more entries.

CCF121ME System table contains invalid data for prod master.

Reason:

An error occurred accessing the production master file.

Action:

Check the system table information for the production master file.

CCF121NE System table contains invalid data for test master.

Reason:

An error occurred accessing the test master file.

Action:

Check the system table information for the test master file.

CCF121OE Submit failed REASON

Reason:

The submit of the CCF JCL failed for the reason indicated.

Action:

Make corrections and reprocess.

CCF121PE System table 4 definition error.

Reason:

An error occurred while trying to read the P entry in the chain.

Action:

Check the P entry in table 4 for the current chain.

CCF121QE System table contains invalid data for history master.

Reason:

An error occurred accessing the history master file.

Action:

Check the system table information for the history master file.

CCF121RE No history master defined for 'module name'.

Reason:

System table 7 does not contain a HISTORY master file for module.

Action:

Check the system table information for the history master file.

CCF121SI Screen size exceeded, only partial display presented.

Reason:

The display was larger than the terminal size. Only a partial display is shown.

Action:

No action required.

CCF121TE Error on UNLOCK of test module, see LOCKERR.

Reason:

An error occurred unlocking the module. The complete details of the error are in the member LOCKERR.

Action:

Check your AllFusion CA‑Vollie member LOCKERR.

CCF700AE The specified programmer ('programmer name') is not defined to LIB/CCF.

Reason:

The programmer, as specified, cannot be found in the CCF tables.

Action:

Check the spelling of the name. Contact the CCF administrator.

CCF700BE The specified type 'SYSIN statement' is invalid.

Reason:

The SYSIN input control statements contain an error.

Action:

Correct the indicated error and resubmit.

CCF700CE The specified application 'SYSIN statement' is not defined to LIB/CCF.

Reason:

The application name, as specified, cannot be found in CCF tables.

Action:

Correct the application name and resubmit.

CCF700DE The Authorization Code is required 'SYSIN statement'.

Reason:

An authorization code is required for this function.

Action:

Supply the authorization code on the indicated statement.

CCF700EE The specified Authorization Code is invalid 'SYSIN statement'.

Reason:

An authorization code is required for this function. The code supplied was not valid.

Action:

Correct the authorization code as indicated.

CCF700FE The programmer specified by -NAME does not report to the manager.

Reason:

The -NAME statement in SYSIN specified a programmer name not related to a manager.

Action:

Correct the programmer name as indicated.

CCF700GE User not authorized for the specified application.

Reason:

The -USER name is not authorized for the application (-APPL) defined in CCF system tables.

Action:

Verify the spelling. Correct the -APPL name to one where the user has authority.

CCF700HE The specified APPLICATION is not found, table 2.

Reason:

The application name, as specified, cannot be found in CCF tables.

Action:

Correct the application name as indicated.

CCF700IS The source module is not found on the PROD master, name=.

Reason:

The source that created the DBRM was not found on the master file.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF700JS The history member is not found, name=.

Reason:

The history member for the source that created the DBRM was not found on the CCF HISTORY master file.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF700KS The change request is not found, name=.

Reason:

The change request that initiated the compile was not found on the CCF SYSTEM master file.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF700LS Internal DBRM name does not match external name.

Reason:

The name found in the PDS directory does not match the internal name found in the DBRM.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF700MS Premature end-of-file, 'file name'.

Reason:

There are incomplete control statements from SYSIN or insufficient information from the DBRM.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF700NS SQL error.

Reason:

An SQL error occurred attempting to update the CCF DB2 table.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF700OS DBRM is already in the table.

Reason:

A DBRM with the same name and time stamp is already in the CCF table. This can occur if the same jobstep was repeated or the time stamp was overridden.

Action:

Notify the CCF system administrator.

Administrator Response: Correct the indicated error.

CCF700PS Cannot read DBRM from DBRMLIB.

Reason:

No member found when reading the DBRMLIB.

Action:

Notify the CCF system administrator.

Administrator Response: Review contents of the PDS specified as the DBRMLIB.

CCF700QE DD statement not allowed, 'ddname'.

Reason:

CCF did not correctly build the DB2 clean-up job JCL.

Action:

Correct the indicated error.

CCF800AU Master 'name' is already open.

Reason:

An internal CCF error occurred.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF800BU Master file 'file name' is not allocated.

Reason:

An internal CCF error occurred.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF800CU 'master file' missing from TABLE 9.

Reason:

An internal CCF error occurred.

Action:

Notify the CCF system administrator.

Administrator Response: When in the AllFusion CA‑Vollie environment, check table 9. When in the VM/ESA environment, contact Computer Associates Technical Support for assistance.

CCF800DU Libparm error, RC='nn'.

Reason:

An error occurred while attempting to LIBPARM the master file.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF800EU LIB/CMS error in 'function' RC='nn'.

Reason:

A CCF function requiring LIB/CMS services failed.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF800FU First allocate not for system master.

Reason:

Allocation of the CCF system master was not performed before this operation. This is an internal CCF error.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF800GU LIB/CCF internal error, number='nn'.

Reason:

An illogical condition was encountered.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF800HU No master file is currently open.

Reason:

An illogical condition was encountered.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF800IU 'Master file' not in table 9.

Reason:

CCF internal error. Data from the $CCFCOMI module was expected in table 9.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF800JS Movement in CMSBATCH machine not allowed.

Reason:

Movement in VM/ESA must be online or submitted to VSE/ESA or z/OS and OS/390 batch.

Action:

Change the machine type for submit or contact the CCF administrator.

CCF800KU Mismatch between SLRCNTL0 and SLRCNTL1.

Reason:

The members SLRCNTL0 or SLRCNTL1 on the CCF system master are corrupt.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF800LU 'SLR id' has only one record in SLRCNTL1.

Reason:

The member SLRCNTL1 on the CCF system master is corrupted.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CCF801AS There is no 'op sys' information defined in LCDF.

Reason:

You requested a function for which an operating system library is required. The required library is not defined.

Action:

Notify the CCF system administrator to add information to the chain or submit to a different operating system.

Administrator Response: Define the library in the chain or NOP the library entry.

CCF801BS 'Machine' is not valid for a 'op sys' batch job.

Reason:

The CCF system is not configured to allow the indicated machine for batch jobs.

Action:

Specify a valid machine type or notify the CCF system administrator.

Administrator Response: Review the CCF configuration, if required.

CCF801CS JCL skeleton 'name' is not in skeleton library.

Reason:

The skeleton name for this language and operating system could not be found in the skeleton library.

Action:

Notify the CCF system administrator.

Administrator Response: Change the language table or update the skeleton library with the correct skeleton.

CCF801DS No JCL language skeleton for 'op sys'.

Reason:

No skeleton could be found for the language required for this module for the operating system you specified.

Action:

Notify the CCF system administrator or try another operating system.

Administrator Response: Correct the language table.

CCF801ES END entered, function cancelled.

Reason:

You entered the END command, which cancelled the intended function.

Action:

Either re-issue the command to execute it properly or enter the next function.

CCF805AE The default machine type must be MVS, VSE or VM.

Reason:

An invalid machine type was encountered.

Action:

Supply a correct machine type (z/OS and OS/390, VSE/ESA, or VM/ESA) and continue.

CCF805BE The report must be printed (SPOOL) or put in a VM/ESA file (FILE).

Reason:

The print destination is not valid.

Action:

You must direct report print to the system spool or to a VM/ESA file.

CCF805CE A valid VM/ESA file id must be supplied (FN FT FM).

Reason:

An invalid VM/ESA file identifier was encountered.

Action:

Supply the correct file ID and continue.

CCF805DE A value of TO, FOR, or NONE must be entered.

Reason:

The function was not performed due to the error indicated.

Action:

Review the VM/ESA SPOOL command. Correct and continue.

CCF805EE A value of HOLD or NOHOLD must be entered.

Reason:

An invalid spool command option was found.

Action:

Review the VM/ESA SPOOL command. Correct and continue.

CCF805FE A value of CONT or NOCONT must be entered.

Reason:

An invalid spool command option was found.

Action:

Review the VM/ESA SPOOL command. Correct and continue.

CCF805GE "PROMPT AT SUBMIT" of YES or NO must be entered.

Reason:

When a job is sent to a batch machine, you can ask CCF to verify that the JCL and machine ID are correct (specify YES) or submit using the default information with no CCF verification.

Action:

Choose a response and continue.

CCF806AE Link mode must be W or MW.

Reason:

You must establish a link for this function in write (W) or multi-write (MW) mode.

Action:

Choose the appropriate response and continue.

CCF807AE AUTO/NOAUTO are mutually exclusive.

Reason:

Both AUTO and NOAUTO were found.

Action:

Make the correction and continue.

CCF807BE LIBE/NOLIBE are mutually exclusive.

Reason:

Both LIBE and NOLIBE were found.

Action:

Make the correction and continue.

CCF807CE MAP/NOMAP are mutually exclusive.

Reason:

Both MAP and NOMAP were found.

Action:

Make the correction and continue.

CCF807DE STR/NOSTR are mutually exclusive.

Reason:

Both STR and NOSTR were found.

Action:

Make the correction and continue.

CCF807EE OS/DOS/ALL are mutually exclusive.

Reason:

Mutually exclusive options were encountered.

Action:

Make the correction and continue.

CCF807FE CLEAR/NOCLEAR are mutually exclusive.

Reason:

Both CLEAR and NOCLEAR were found.

Action:

Make the correction and continue.

CCF808AE VSAM/CMS are mutually exclusive.

Reason:

Both VSAM and VM/ESA were found.

Action:

Make the correction and continue.

CCF808BE FN, FT, and FM may not contain "*".

Reason:

You must make an explicit designation of a VM/ESA file.

Action:

Specify a VM/ESA file and continue.

CCF901AS DSN not defined in CCF-Vollie table 10.

Reason:

This message is issued from batch logout. The test master file defined in table 4 has no corresponding entry in table 10.

Action:

Notify the CCF system administrator.

Administrator Response: Review table 4 and 10 entries.

CCF901BS M/F entry does not belong to the chain ID.

Reason:

This message is issued from batch logout. The change request indicates a chain ID that does not match the master file ID and chain ID.

Action:

Notify the CCF system administrator.

Administrator Response: Review the master file ID and chain ID.

CCF901CS M/F entry does not define a "P" type table 4 record.

Reason:

This message is issued from $CCVS005 and batch logout. Entry defined in table 4 was not also defined in table 10.

Action:

Notify the CCF system administrator.

Administrator Response: Review table 4 and 10 entries.

CCV000E ***CCF CHECKOFF TERMINATED DUE TO ERRORS DESCRIBED ABOVE

Reason:

This message accompanies any message with a suffix of E and indicates that job checkoff was terminated.

Action:

You must check this job off manually using the on-line CCF JSR processor.

CCV001E **ERROR** JOB NUMBER PARM IS MISSING OR INVALID

Reason:

The parm field for the execution of the Batch Checkoff Program (CCFB100) does not contain the CCF-generated job number in the format JCnnnn (for VM/ESA-generated jobs) or Vnnnnnn (for AllFusion CA‑Vollie-generated jobs). The checkoff operation is terminated.

Action:

Correct the parm field and resubmit the job.

CCV002E **ERROR** JSR NOT FOUND - RC=nn

Reason:

The JSR entry for this job was not found. The checkoff operation is terminated. Return codes are:

The JSR entry for this job was not found in module JSRCNTL0.

12 Module JSRCNTL0 was not found on the System Master.

Action:

Check the $CCFGEN parameters to make sure the System Master was defined correctly.

CCV003E **ERROR** JSR FORMAT ERROR

Reason:

The JSR entry for this job is incomplete or incorrect.

Action:

Contact Computer Associates Technical Support.

CCV004E **ERROR** ALLOCATING dtfname MASTER FILE - RC=nn

Reason:

The indicated master could not be dynamically allocated.

Action:

If the dtfname is SYSMAST, check the $CCFGEN macro for correct information. For all other masters, check the online CCF tables for correct information.

CCV005I ***PRINT RECORD TABLE OVERFLOW, REMAINING RECORDS DROPPED***

Reason:

The number of expected print lines was exceeded. Most likely, a fatal error occurred during the update of a master file.

Action:

The IOU messages preceding this message identify the problem.

CCV006I CCF CHECKOFF SUCCESSFULLY COMPLETED

Reason:

All steps of the job were successful. The JSR entry for this job was removed.

Action:

None.

CCV007E ***PROGRAM CCFB100 NOT COMPATIBLE WITH THIS RELEASE OF VSE***

Reason:

The Batch Checkoff Program (CCFB100) functions under VSE/SP2 only. All checkoff operations were terminated. Most likely, the JCL skeleton for EOJ processing was incorrectly modified.

Action:

See the LIB/CCF Implementation Guide for details.

CCV008I THE RETURN CODE OF THE PREVIOUS LIBRARIAN STEP WAS nn

Reason:

The previous CA Librarian step passed a return code of nn.

Action:

See the AllFusion CA-Librarian VSE/ESA System Services Reference Guide for an explanation of the return codes.

If you are a VSE/SP2 user and this message appears, most likely your JCL skeleton was incorrectly modified. See the LIB/CCF Implementation Guide for details.

CCV009E THIS JOB IS BEING CANCELLED DUE TO NON-ZERO RETURN CODE

Reason:

The previous CA Librarian step passed a non-zero return code. All further processing was suspended.

Action:

If you are a VSE/SP2 user and this message appears, most likely your JCL skeleton was incorrectly modified. See the LIB/CCF Implementation Guide for details.

CCV014E **ERROR** FAIROPN FAILED FOR MASTER dtfname - RC = nn

Reason:

FAIROPN cannot open the indicated master file.

Action:

If the dtfname is SYSMAST, check the $CCFGEN parameters to make sure the System Master was defined correctly. For all other masters, check the online CCF tables for valid entries for the indicated master.

CDF0000U Memory service error.

Reason:

An error occurred allocating or freeing memory during an LCDF function.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CDF0010I 'Date updated' 'time updated' 'programmer name' 'module name' 'level number' 'update number'

Reason:

Informational.

Action:

None.

CDF0020U Error in support function 'name'.

Reason:

An LCDF internal error occurred.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CDF0030E 'Selection' is an invalid selection.

Reason:

An LCDF panel selection is not valid at this point.

Action:

Review valid selections. Correct and continue.

CDF003AE 'Command' is invalid here.

Reason:

You cannot issue the indicated command from the current screen.

Action:

Enter a valid command and continue.

CDF003CE Specify PAGE, HALF, MAX, DATA, or a number of lines.

Reason:

The valid values for SCROLL are PAGE, HALF, MAX, DATA, or nn for number of lines.

Action:

Correct the entry and continue.

CDF003DE 'Command' is an invalid option.

Reason:

The JUMP function is not valid at this point in LCDF.

Action:

Enter a valid command and continue.

CDF0040E Function 'command' is invalid here.

Reason:

The LCDF function is not valid at this point.

Action:

Correct the indicated error.

CDF0050E Field 'name' may not be blank.

Reason:

The field indicated must contain some value.

Action:

Correct the field in error and continue.

CDF0060E Field 'name' must be numeric or blank.

Reason:

The indicated field must be blank or a numeric value.

Action:

Correct the field in error and continue.

CDF0070E CHAIN 'chain id' does not exist.

Reason:

The chain number specified does not exist.

Action:

Review the chain number entered.

CDF0080U Memory allocation error during termination.

Reason:

An internal LCDF error occurred. A diagnostic was not produced because of insufficient memory.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CDF0090U CDF immediate error termination.

Reason:

An internal LCDF error occurred.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CDF0100U Error in module 'name.'

Reason:

An internal LCDF error occurred.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CDF0110E 'Libname' is an invalid library type.

Reason:

The only valid library types at this point are PROD, TEST, or Q/A.

Action:

Correct the library type and continue.

CDF0120E LDR must be blank if type is blank.

Reason:

Library type was found blank so the LDR should also be blank.

Action:

Assure the library type (PROD, TEST, Q/A, REJ) is filled in before the LDR name.

CDF0130E 'Command' is an invalid action.

Reason:

The valid actions are DELETE (D) or INSERT (I).

Action:

Specify a valid action and continue.

CDF0140E Another action is in the range of the D. Correct one.

Reason:

Check the range for an insert (I) command.

Action:

Correct the command range and continue.

CDF0150E Library is for 'type' and type is 'type'.

Reason:

The library is already defined as another type.

Action:

Review the other uses of this library.

CDF0160E The LDR is for a 'type' type and should be 'type'.

Reason:

The library is already specified as another type.

Action:

Review library names and types.

CDF0170E The first library in a chain must be PROD.

Reason:

This process requires the first library type to be PROD.

Action:

Correct the indicated error and continue.

CDF0180E This library does not have a type.

Reason:

Entry validation found a library without a type.

Action:

Correct the indicated error and continue.

CDF0190E This library does not have a name.

Reason:

Entry validation found a library without a type.

Action:

Correct the indicated error and continue.

CDF0200E Only the first library in a chain may be PROD.

Reason:

Entry validation found a library type of PROD in a location other than first.

Action:

Review the library chain. Correct and continue.

CDF0210E Q/A library may not follow TEST library.

Reason:

Entry validation found a Q/A library in an invalid location.

Action:

Review the library chain. Correct and continue.

CDF0220E REJ library must follow Q/A or REJ.

Reason:

Entry validation found a REJ library in an invalid location.

Action:

Review the library chain. Correct and continue.

CDF0230E TEST library must be last in chain.

Reason:

Entry validation found a library type of TEST in a location other than last in the chain.

Action:

Review the library chain. Correct and continue.

CDF0240E SOURCE MOVE must be Current level or All levels (C or A).

Reason:

Source MOVE options are current level (C) or all levels (A)

Action:

Correct the MOVE option to be C or A and continue.

CDF0250E STATUS must be valid lock type (T, 0, 1, or 2).

Reason:

You specified an invalid STATUS option.

Action:

STATUS options are lock types TEST (T), PROD0 (0), PROD1 (1), or PROD2 (2). Supply a correct option and continue.

Chapter 3. LIB/CCF Messages 3-67

CDF0260E -CDF0340E

CDF0260E OP SYS MOVE must be None, Object, Load, or Compile (N, O, L, or C)

Reason:

OP SYS MOVE value must be N, O, L, or C.

Action:

Correct the indicated error and continue.

CDF0270E You may not delete the first entry in a chain.

Reason:

The first entry is the PROD master. It is the anchor for the chain.

Action:

You can change the name.

CDF0280E An unequal number of block delete commands has been entered.

Reason:

You must use the cc and dd commands in pairs.

Action:

Correct the indicated error and continue.

CDF0290E PROMOTE for REJ libraries must be F or B.

Reason:

For REJ libraries, the promote must be to the next highest library.

Action:

Correct the indicated error and continue.

CDF0300E PROMOTE for non-REJ libraries must be blank.

Reason:

For all libraries except REJ, this field has no meaning and must be blank.

Action:

Correct the indicated error and continue.

CDF0310E The chain contains 255 entries.

Reason:

Maximum chain entries is 255. This includes entries that were deactivated but are not yet deleted.

Action:

Notify the CCF system administrator.

Administrator Response: You can use Option 12.11.5 to delete deactivated entries.

CDF0320E The LDR for the named HISTORY FILE is not for a history master file.

Reason:

The PROD LDR must name a corresponding history file.

Action:

Enter the name of an existing history file and continue.

CDF0330E Librarian master must be BDAM or VM/ESA.

Reason:

Acceptable CA Librarian master file types are BDAM or VM/ESA.

Action:

Supply a valid master file type and continue.

CDF0340E Librarian MCD code must be blank or numeric.

Reason:

MCD code must be numeric. Blank indicates no MCD security.

Action:

Correct the indicated error and continue.

CDF0350E CMS MODE must be a valid CMS link mode.

Reason:

Valid VM/ESA link mode values are R, RR, W, WR, M, MR, or MW.

Action:

Correct the indicated error and continue.

CDF0360E HISTORY FILE is required for PRODuction master files.

Reason:

You must fill in the history file field.

Action:

Correct the indicated error and continue.

CDF0370E DATA SET NAME is required for BDAM master files.

Reason:

Supply the data set name.

Action:

Correct the indicated error and continue.

CDF0390E CMS master files require CMS information.

Reason:

You specified a VM/ESA master file and further VM/ESA information is required.

Action:

Supply the required information and continue.

CDF0400E CMS information must either all be present or absent.

Reason:

VM/ESA owner, address, and password must all be present or all be blank.

Action:

Supply the required information and continue.

CDF0410S An error occurred during a write to SYSMAST.

Reason:

An error occurred writing to the CCF system master. The specific diagnostic is

reported on $CCF$ listing.

Action:

Notify the CCF system administrator.

Administrator Response: Determine the error from the update listing.

CDF0420E The DSNAME does not meet MVS data set name conventions.

Reason:

You specified a DSN that fails to meet z/OS and OS/390 DSN rules.

Action:

Correct the indicated error and continue.

CDF0430E CHAIN NUMBER must be numeric.

Reason:

The chain number field must be numeric.

Action:

Enter a valid chain number and continue.

CDF0450E LDR 'number' not found.

Reason:

The library definition record (LDR) was not found.

Action:

Review the data entered for spelling errors.

CDF0460E LOCK for library must be T, 0, 1, or 2.

Reason:

CCF found the character entered for the LOCK was not a T, 0, 1, or 2.

Action:

Enter a valid character for the LOCK parameter.

CDF0470E LDR 'number' is missing.

Reason:

You specified an LDR that does not exist.

Action:

Supply a correct LDR and continue.

CDF0480E The LDR for the named BACKUP FILE is not for a system file.

Reason:

While trying to update an LDR for a system file, you specified a backup LDR that is not for a system file.

Action:

Correct the indicated error and continue.

CDF0490E NEW MODIFIER must be blank or "Y".

Reason:

Enter Y to supply a new modifier. Blank indicates no new modifier.

Action:

Correct the indicated error and continue.

CDF0500E NEW MODIFIER must be blank for this LDR type.

Reason:

Modifiers are not valid for some LDRs (for example, PROD master).

Action:

Correct the indicated error and continue.

CDF0510E A MODIFIER name is required for this LDR.

Reason:

A substitute LDR requires an eight-character name of the user.

Action:

Correct the indicated error and continue.

CDF0520E A MODIFIER name is invalid for this LDR.

Reason:

Primary LDRs must have blank in the modifier name.

Action:

Correct the indicated error and continue.

CDF0530E The MODIFIER name already exists for this LDR name.

Reason:

The MODIFIER name must be unique.

Action:

Correct the MODIFIER name.

CDF0540E LOGIN MOVE must be Y or N to move or not move at login.

Reason:

When going from TEST to Q/A, you can either move the module into Q/A at

LOGIN (Y) or leave the module in the TEST library and notify Q/A (N).

Action:

Specify Y or N and continue.

CDF0550E Specify "Y" or "N".

Reason:

To deactivate a chain, you must specify a verification response. Y indicates to proceed and N indicates not to proceed.

Action:

Specify Y or N and continue.

CDF0560U Chain 'chain number' entry 'entry number' not found.

Reason:

An LDR is missing. The chain is corrupted.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.

CDF0570W A deactivated chain may not be used for this function.

Reason:

You cannot update or delete a deactivated chain.

Action:

None.

CDF0580E The indicated value must be blank or *.

Reason:

The indicated value where the cursor is positioned must be blank or *.

Action:

Correct the indicated error and continue.

CDF0590E The access value must be "A", "R", "B", or "N".

Reason:

Defines the type of access allowed to PROD and Q/A master files from ELIPS and CA Roscoe.

Action:

Supply a valid value and continue.

CDF0600E Only LDR MODIFIERS may be deleted.

Reason:

The DELETE function is only valid for LDR MODIFIERS.

Action:

None.

CDF0610E The last library in a chain must be TEST.

Reason:

The TEST library must be the last entry in the chain.

Action:

Insert the TEST library as the last entry and delete it from its current position.

CDF0620W Nothing meets the selection criteria.

Reason:

Informational.

Action:

None.

CDF0630E A selection must be made from the list.

Reason:

The function cannot be performed until you make a selection.

Action:

Specify a selection from the list using the S selection character.

CDF0640E Only one entry may be selected from the list.

Reason:

This list does not support multiple entry selection.

Action:

Specify only one selection.

CDF0650E Use "S" as the selection character.

Reason:

You must use the character S as a selection character on this list.

Action:

Correct the character where the cursor is positioned.

CDF0660I LCDF has converted from 3.8 to 3.9 format.

Reason:

Informational.

Action:

None.

CDF0670S 'Resource number' must be converted before use.

Reason:

You must convert the indicated LCDF component to version 3.9 format before you can use it.

Action:

Notify the CCF system administrator.

Administrator Response: Specify CCF Option 12.11 for the automatic conversion.

CDF0680S 'Resource number' can not be updated with this CCF.

Reason:

The indicated LCDF component was converted to version 3.9 format. You cannot update it with this version of CCF.

Action:

Notify the CCF system administrator.

Administrator Response: LCDF was converted to a more recent release. A previous release cannot update it.

CDF0690E The CMS ADDRESS must be blank or a disk address.

Reason:

The specified VM/ESA ADDRESS is not a valid disk address.

Action:

The valid disk address is 0 - F, 1-4 characters. Correct and continue.

CDF9990U The message: 'Msg id' was not found.

Reason:

Internal error. LCDF issued the indicated message and it was not found in the message table.

Action:

Notify the CCF system administrator.

Administrator Response: Contact Computer Associates Technical Support for assistance.