Skip Headers
Oracle® Database Messages Guide
10g Release 2 (10.2) for IBM z/OS (OS/390)

Part Number B25397-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
PDF · Mobi · ePub

3 CFUTIL Messages

This chapter describes messages that are issued by CFUTIL, the Oracle Database 10g for z/OS convert file utility. The CFUTIL messages begin with the prefix "CFU-." The following messages are described in this chapter:

3.1 Messages CFU-0001 to CFU-0013

CFU-0001 Command Syntax: cfutil CONVERTFOROSDI/CONVERTFORMPM <dsn> ...
Cause: This message indicates that insufficient parameters were supplied to the command.
Action: Correct the command and run it again.
CFU-0002 Invalid function: %s
Cause: This message indicates that the command was not CONVERTFOROSDI or CONVERTFORMPM.
Action: Correct the command and run it again.
CFU-0003 Memory allocation failed (__4kmalc)
Cause: This message indicates that insufficient memory is available. The "(__4kmalc)" indicates that a memory allocation of 4k failed.
Action: Increase the region size and run it again.
CFU-0004 Memory allocation failed (__4kmalc) for %d bytes
Cause: This message indicates that insufficient memory is available. The size attribute indicates that a memory allocation of the specified number of bytes failed.
Action: Increase the region size and run it again.
CFU-0005 Invalid data set name: %s
Cause: This message indicates that the supplied data set name is invalid. The data set name is too long, the data set does not exist, or the user running the control file utility does not have read/write access to the data set.
Action: Correct the problem, and run the job again.
CFU-0006 Starting commit to control file: %s
Cause: This message indicates normal progress of the utility. This message is for information only.
Action: No action is required.
CFU-0007 Committed changes to control file: %s
Cause: This message indicates normal progress of the utility. This message is for information only.
Action: When this message is received, all changes have been successfully committed to the control file.
CFU-0008 Close failed for data set name: %s
Cause: The close of the data set failed.
Action: Check for accompanying operating system errors that explain what happened. Running the job again will normally clear any problems that might occur at close time.
CFU-0009 %s (%s) failed, rc: %d, reason code: %d
Cause: This message indicates that an internal error occurred.
Action: Contact Oracle Support Services. The function that failed, and the return and reason codes, must be provided to Oracle Support Services for problem resolution.
CFU-0010 Processing data set name: %s
Cause: This message indicates normal progress of the utility. This message is for information only.
Action: No action is required.
CFU-0011 Command Syntax: cfutil CVTMIG/CVTARCLOG <dsn> <dsn>
Cause: For these two commands, two data set names must be supplied.
Action: Correct this situation by supplying the names of the source and target data sets.
CFU-0012 Error reading input data set
Cause: An error occurred while reading the input data set.
Action: No action is required.
CFU-0013 The data set is not a linear data set
Cause: The data set currently being processed is not a VSAM Linear Data Set (LDS). It must be converted to a linear data set by running the IBM IDCAMS utility. Refer to the installation documentation for details and sample JCL for doing this.
Action: No action is required.