Skip navigation.

CMDDES Messages 100-199

  Previous Next

100

ERROR: Line too long in input form

説明

A line or continued line in the input form to the command is longer than the system defined maximum of 1024 bytes.

アクション

Edit your form and shorten the offending line to make it meet the restrictions of the system.

関連項目

mc(1)

101

ERROR: #FORM statement appears out of sequence

説明

A #FORM statement appears in the form after a non-comment statement other than the #SERVICE statement. #FORM statements are optional, but if present must be preceded only by comments and the #SERVICE statement.

アクション

Reorder the statements in your form to put the #FORM statement in the proper sequence and rerun the mask compiler.

関連項目

mc(1)

102

WARN: command is an unrecognized command

説明

The command command is an unrecognized command in the UFORM language. Valid commands are #SERVICE, #FORM, and #PAGE. The offending command is ignored and the rest of the form is processed.

アクション

Correct your form file and rerun the mask compiler.

関連項目

mc(1)

103

ERROR: Continuation line not found

説明

The continuation line for a line ending with a backslash character was not found. The form file cannot end with a line ending in a backslash.

アクション

Edit and correct your form file and rerun the mask compiler.

関連項目

mc(1)

104

ERROR: Invalid argument to STATUSLINE

説明

The argument to the STATUSLINE parameter of the #PAGE statement must have a positive numeric argument. An invalid argument has been supplied for this parameter.

アクション

Edit and correct your form file and rerun the mask compiler.

関連項目

mc(1)

105

ERROR: keyword is an invalid keyword in a #PAGE statement

説明

keyword is an invalid keyword for the #PAGE statement line in the current form. The only supported keywords for the #PAGE statement line are STATUSLINE and FLAGS.

アクション

Edit and correct your form to remove the invalid keyword from the #PAGE statement line.

関連項目

mc(1)

106

ERROR: Service name svcname is too long

説明

The service name svcname is longer than the system defined maximum of 15 characters for a service name.

アクション

Edit and correct your form to contain the correct service name and rerun the mask compiler.

関連項目

mc(1)

107

ERROR: keyword is an invalid keyword in a #SERVICE statement

説明

keyword is an invalid keyword for the #SERVICE statement line in the current form. The only supported keyword for the #SERVICE statement line is NAME.

アクション

Edit and correct your form to remove the invalid keyword from the #SERVICE statement line.

関連項目

mc(1)

108

ERROR: Invalid keyword

説明

A keyword on the indicated #SERVICE, #FORM, or #PAGE statement line is not formatted correctly. All keywords must be alphanumeric identifiers beginning with a letter or an underscore (_).

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

109

ERROR: Missing equals sign

説明

A keyword on the indicated #SERVICE, #FORM, or #PAGE statement line is not followed by an equals sign.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

110

ERROR: Invalid argument

説明

A keyword value on the indicated #SERVICE, #FORM, or #PAGE statement line is not formatted correctly. Keyword values must be double quoted strings or some other sequence of characters not containing blanks, tabs, or newlines.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

111

ERROR: Invalid FIRSTVAL function specification

説明

The FIRSTVAL function specification on the #FORM statement line is not formatted correctly. It must contain a function name, followed immediately by an open parentheses, '(', an optional user argument (no white space allowed, unless quoted), and a close parentheses, ')'.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

112

ERROR: FIRSTVAL user argument is too long

説明

The user argument value specified for the FIRSTVAL validation function on the #FORM statement line is longer than the system imposed maximum of 11 characters.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

113

ERROR: FIRSTVAL function name is too long

説明

The function name value specified for the FIRSTVAL validation function on the #FORM statement line is longer than the system imposed maximum of 11 characters.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

114

ERROR: Invalid LASTVAL function specification

説明

The LASTVAL function specification on the #FORM statement line is not formatted correctly. It must contain a function name, followed immediately by an open parentheses, '(', an optional user argument (no white space allowed, unless quoted), and a close parentheses, ')'.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

115

ERROR: LASTVAL user argument is too long

説明

The user argument value specified for the LASTVAL validation function on the #FORM statement line is longer than the system imposed maximum of 11 characters.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

116

ERROR: LASTVAL function name is too long

説明

The function name value specified for the LASTVAL validation function on the #FORM statement line is longer than the system imposed maximum of 11 characters.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

117

ERROR: Invalid argument to TRANMODE

説明

The argument specified for the TRANMODE keyword on the #FORM statement line is not one of the supported values. The supported values for this keyword are TRAN and NOTRAN.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

118

ERROR: Invalid argument to TRANTIME

説明

The argument specified for the TRANTIME keyword on the #FORM statement line has an invalid value. The value for this keyword must be a non-negative integer value.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

119

ERROR: Invalid argument to STATUSLINE

説明

The argument specified for the STATUSLINE keyword on the #FORM statement line has an invalid value. The value for this keyword must be a positive integer value.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

120

ERROR: Unrecognized keyword keyword in #FORM statement

説明

The indicated keyword appeared on a #FORM statement line and is not one of the supported keywords. Supported keywords include FIRSTVAL, LASTVAL, STATUSLINE, TRANMODE, and TRANTIME.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

121

ERROR: File file does not have a .m extension

説明

file does not end with the required .m extension and is not a '-' (indicating that stdin should be used as input to the mask compiler).

アクション

Correct your filename and retry the mask compiler.

関連項目

mc(1)

122

ERROR: Cannot start up m4

説明

The m4 preprocessor could not be invoked by mc to preprocess the users mask.

アクション

Either correct your PATH setting to find m4 on your system or use the -m option to disable the use of m4 if your application does not make use of this capability.

関連項目

mc(1)

123

ERROR: Cannot open file file

説明

file could not be opened by the mask compiler for processing.

アクション

Correct your filename and retry the mask compiler.

関連項目

mc(1)

124

ERROR: File name too big

説明

The file name for the form being compiled is longer than the system imposed maximum.

アクション

Shorten your file name and retry the mask compiler.

関連項目

mc(1)

125

ERROR: Cannot open output file

説明

The output file for the form being compiled could not be opened by the mask compiler for writing. The output file name is the input file name with the .m suffix changed to a .M suffix.

アクション

Correct the permissions on your directory and/or on an existing .M file and retry the mask compiler.

関連項目

mc(1)

126

ERROR: Service name not specified

説明

A service name was not associated with this form through a #SERVICE statement in the mask.

アクション

Edit and correct your form and rerun the mask compiler.

関連項目

mc(1)

128

ERROR: Maximum page count of maxpages exceeded

説明

The system imposed maximum on the number of pages in a single form has been exceeded.

アクション

Edit your mask form to reduce the number of pages and rerun the mask compiler.

関連項目

mc(1)

129

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc() failed while allocating a fielded buffer for processing the form. The occurrence of this error will cause mc to terminate processing.

アクション

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

If your form is exceptionally large, you may want to try reducing the size of your form and rerunning the mask compiler.

関連項目

mc(1), malloc(3) in UNIX system reference manuals

130

ERROR: Too many fields on a page

説明

A page in the form has exceeded the system imposed limit on the number of distinct field areas that can exist on a single page.

アクション

Edit your mask form and reduce the number of fields in use on the offending page by combining them or splitting fields into different pages.

関連項目

mc(1)

131

ERROR: Default and validation machine size exceeded

説明

The form being compiled has exceeded the system imposed limit on the number of default and validation strings that may be specified on a single page in the form.

アクション

Edit your form to reduce the number of default and validation fields in use and rerun the mask compiler.

関連項目

mc(1)

132

ERROR: Float pool size exceeded

説明

The limit on the size of the internal system pool used to map floating point input in the users mask has been exceeded.

アクション

Edit your form and reduce the use of floating point values in use and rerun the mask compiler.

関連項目

mc(1)

133

ERROR: Literal pool full, mask compiler terminating

説明

The literal pool used internally in the mask compiler has been filled. This pool is 10,000 bytes in size and is used to hold images of strings in the mask being compiled.

アクション

Reduce the size and/or number of strings in your mask and rerun the mask compiler. If this is not feasible, then you may need to split your mask into multiple masks to pass compilation.

関連項目

mc(1)

134

ERROR: More than one flag for one group in FLAGS field

説明

More than one flag that relates to a particular attribute was specified in a FLAGS field within the mask. For example, the L, U, and P flags all relate to the TYPE attribute and only one of them may be specified at a time.

アクション

Modify the mask to remove the extraneous flag specification and rerun the mask compiler.

関連項目

mc(1)

135

ERROR: flag is an invalid flag

説明

flag is an invalid flag value for a mask.

アクション

Correct your mask and rerun the mask compiler.

関連項目

mc(1)

136

ERROR: ROW value greater than max_rows

説明

A relative ROW specification in the mask file is greater than the maximum max_rows. The maximum number of rows is by default 24 but may be overridden by the -r option on the command line.

アクション

Correct your mask and rerun the mask compiler.

関連項目

mc(1)

137

ERROR: ROW value greater than max_rows

説明

An absolute ROW specification in the mask file is greater than the maximum max_rows. The maximum number of rows is by default 24 but may be overridden by the -r option on the command line.

アクション

Correct your mask and rerun the mask compiler.

関連項目

mc(1)

138

ERROR: Syntax error in ROW field

説明

ROW parameter values must be integer numeric optionally preceded by a + or - to indicate a relative row number. A ROW specification in the current mask failed to match this specification.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

139

ERROR: COL value greater than max_cols

説明

A relative COL specification in the mask file is greater than the maximum max_cols. The maximum number of columns is by default 80 but may be overridden by the -c option on the command line.

アクション

Correct your mask and rerun the mask compiler.

関連項目

mc(1)

140

ERROR: COL value greater than max_cols

説明

An absolute COL specification in the mask file is greater than the maximum max_cols. The maximum number of columns is by default 80 but may be overridden by the -c option on the command line.

アクション

Correct your mask and rerun the mask compiler.

関連項目

mc(1)

141

ERROR: Syntax error in COL field

説明

COL parameter values must be integer numeric optionally preceded by a + or - to indicate a relative column number. A COL specification in the current mask failed to match this specification.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

142

ERROR: Number expected in MIN field

説明

A non-numeric value was specified for a MIN parameter in the mask being compiled.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

143

ERROR: LINES attribute set to 0 for mask field

説明

The LINES attribute for a mask field is specified as 0. LINES specifications must be either a - (indicating 1 line) or an unsigned positive integer.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

144

ERROR: Number expected in LINES field

説明

A non-numeric value was specified for the LINES attribute of a mask entry. LINES specifications must be either a - (indicating 1 line) or an unsigned positive integer.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

145

ERROR: WIDTH attribute 0 or negative for mask field

説明

The WIDTH attribute for a mask field was specified as 0 or a negative number. This attribute must be a positive integer.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

146

ERROR: Required flag missing in FLAGS field

説明

A flag from a required flag group has not been specified in the FLAGS attribute for a mask field. There are currently no required flag groups so this error should not occur.

アクション

Contact your BEA TUXEDO system Technical Support.

関連項目

mc(1)

147

ERROR: Literal field can not span multiple lines

説明

A mask field with the literal flag specified (L) has a LINES attribute that is not 1. Literal fields must be on a single line.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

148

ERROR: WIDTH specified for literal field

説明

A WIDTH attribute other than dash (-) was specified for a literal field in the mask. Literal fields must specify a dash for the width and allow the mask compiler to compute the width required.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

149

ERROR: Number expected in WIDTH field

説明

A non-numeric value was specified for the WIDTH attribute of a non-literal mask field.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

150

ERROR: FML field identifier fldid could not be resolved

説明

The field identifier fldid could not be resolved through the application field tables.

アクション

Correct the mask and/or your field tables and rerun the mask compiler.

関連項目

mc(1)

151

ERROR: Syntax error in VALUE field

説明

The syntax of a VALUE attribute in the mask is in error.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

152

ERROR: Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc() failed while processing the fielded buffer identifiers associated with the mask. The occurrence of this error will cause mc to terminate processing.

アクション

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

関連項目

mc(1), malloc(3) in UNIX system reference manuals

153

ERROR: FML field identifier fldid could not be resolved

説明

The field identifier fldid could not be resolved through the application field tables.

アクション

Correct the mask and/or your field tables and rerun the mask compiler.

関連項目

mc(1)

154

ERROR: Row is negative

説明

The ROW specified for a mask field is negative. This is most likely due to an incorrect negative relative row specification.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

155

ERROR: Column is negative

説明

The COL specified for a mask field is negative. This is most likely due to an incorrect negative relative column specification.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

156

ERROR: Column is too big

説明

A COL specification in the mask file is greater than the maximum. The maximum number of columns is by default 80 but may be overridden by the -c option on the command line.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

157

ERROR: Extra fields at end of line

説明

Extra fields are specified at the end of a basic descriptor statement in the mask.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

158

ERROR: MIN value is greater than WIDTH value

説明

The MIN attribute value specified for a basic descriptor statement in the mask is greater than the WIDTH attribute value of the same statement.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

159

ERROR: keyword is an illegal keyword in an extended descriptor line

説明

The indicated keyword, keyword, is not a valid keyword for an extended descriptor statement in a mask form. The valid keywords for extended descriptor statements are HELP, ERR, DFLT, VAL, MENU, and FORMEXIT.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

160

ERROR: EDL line appears after a literal field description

説明

Extended descriptor statement lines are not allowed to appear after literal fields.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

161

ERROR: More than one edltype line for bdl

説明

A single basic descriptor statement line (bdl) has more than one of the indicated type, edltype, of extended descriptor statement lines associated with it.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

162

ERROR: Missing '=' on extended descriptor statement line

説明

An extended descriptor statement line is missing the required equal (=) sign following the edl statement type identifier.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

163

ERROR: VAL or DFLT edl contains invalid separator separator

説明

A DFLT or VAL extended descriptor statement line (edl) contains an invalid separator (separator) instead of the required colon (:).

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

164

ERROR: More than one MENU/FORMEXIT extended descriptor line

説明

A single basic descriptor statement line (bdl) has more than one MENU or FORMEXIT extended descriptor statement lines (edls) associated with it.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

165

ERROR: MENU line allowed only on unprotected field

説明

MENU extended descriptor statement lines are only allowed when associated with a basic descriptor statement line describing an unprotected field.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

166

ERROR: Only one MENU field allowed per form

説明

Only one MENU extended descriptor statement line is allowed per form.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

167

ERROR: MENU or FORMEXIT statement missing value specification

説明

A MENU or FORMEXIT extended descriptor statement line is missing the value portion of one of its value=action pairs in the comma separated list. This is a violation of the syntax specified for these statements.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

168

ERROR: Invalid FORMEXIT value

説明

A FORMEXIT extended descriptor statement line contains a value that is not one of the permissible values, F0-F9, F11, or *.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

169

ERROR: Expected '=' in MENU/FORMEXIT list

説明

A MENU or FORMEXIT extended descriptor statement line contains a value that was not followed by the required equal sign (=).

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

170

ERROR: Invalid MENU/FORMEXIT type type

説明

A MENU or FORMEXIT extended descriptor statement line contains a type type that is not one of the permissible values (F, f, S, s, C, c, A, or a).

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

171

ERROR: Expected ':' in MENU/FORMEXIT line missing

説明

A MENU or FORMEXIT extended descriptor statement line is missing the required colon (:) separator in the argument portion of the value=argument specification.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

172

ERROR: Invalid action type type

説明

A MENU extended descriptor statement line has an invalid action type indicated in the suboption field for a value that has indicated action, 'A' or 'a', in the option field.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

173

ERROR: value not recognized on this edl line

説明

The extended descriptor statement line value value is not allowed for the extended descriptor statement type on which it is specified.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

174

ERROR: Mask value value is too large for processing

説明

The mask value value is too large to be processed. The mask must be changed to reduce the size of the indicated value.

アクション

Correct the mask and rerun the mask compiler.

関連項目

mc(1)

175

ERROR: val is an illegal numeric range

説明

While parsing a validation line, a non-numeric value was found for a numeric range.

アクション

Correct the syntax error and re-compile the mask.

関連項目

mc(1)

176

ERROR: val is an illegal integer range

説明

While parsing a validation line, a non-numeric or decimal value was found for a integer range.

アクション

Correct the syntax error and re-compile the mask.

関連項目

mc(1)

177

ERROR: val is an illegal regular expression

説明

While parsing a validation line, an invalid value was found for a regular expression validation. The valid syntax is specified by _gp_recomp(3).

アクション

Correct the syntax error and re-compile the mask.

関連項目

mc(1), _gp_recomp(3)

178

ERROR: val is an illegal literal

説明

While parsing a validation line, an invalid value was found for a literal value.

アクション

Currently, this error is never printed (the program prints another error and exits first).

関連項目

mc(1)

179

ERROR: val is an illegal function declaration

説明

While parsing a validation line, an invalid function declaration was found.

アクション

Correct the syntax error and re-compile the mask.

関連項目

mc(1)

180

ERROR: val is an illegal date description

説明

While parsing a validation line, an invalid date description was found.

アクション

Correct the syntax error and re-compile the mask.

関連項目

mc(1)

181

ERROR: No arguments were expected on this edl since there was no colon

説明

The extended definition line did not have a tag followed by a colon but did have additional information on the line.

アクション

Correct the syntax and re-compile the mask.

関連項目

mc(1)

182

ERROR: Too few arguments on edl. val is the minimum

説明

The extended definition line did not have enough information.

アクション

Correct the syntax and re-compile the mask.

関連項目

mc(1)

183

ERROR: Too many arguments on edl. val is the maximum

説明

The extended definition line had too much information.

アクション

Correct the syntax and re-compile the mask.

関連項目

mc(1)

184

ERROR: lseek failed..aborting

説明

An input/output error occurred while processing the mask. The program will exit.

アクション

Contact your BEA TUXEDO system Technical Support.

関連項目

mc(1)

186

ERROR: READING LINE number OUT OF SPACE

説明

An attempt dynamically to allocate memory from the operating system failed while processing a form in pic_uform. Additional information about the problem is printed as part of the message.

アクション

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

187

ERROR: line val -Inconsistent line length in multi-line field

説明

An error occurred while processing a multi-line field. The length of the lines is not consistent.

アクション

Correct the line lengths to be consistent.

関連項目

pic_uform(1)

188

ERROR: line val -multi-line field not terminated

説明

An error occurred while processing a multi-line field. The field was not properly terminated.

アクション

Correct the termination.

関連項目

pic_uform(1)

189

ERROR: program: could not open filename

説明

The specified input file could not be opened for reading.

アクション

Check the file that it exists and that you have read permission.

関連項目

udfk(1)

191

ERROR: program: line lineno...keyword is too long

説明

A syntax error occurred while parsing the input file. The specified keyword is too long. It must be less than or equal to 9 characters in length.

アクション

Correct the syntax and re-run the command.

関連項目

udfk(1)

192

ERROR: program: line lineno..keyword is a nonexistent code

説明

A syntax error occurred while parsing the input file. The specified keyword is not recognized.

アクション

Correct the syntax and re-run the command.

関連項目

udfk(1)

199

ERROR: mcdis: Could not open file

説明

The file file could not be processed by mcdis. This error can occur for a number of reasons. The most common reasons are that the environment variable MASKPATH is not set correctly or the file name is specified incorrectly. The error can occur also if the mask file has been corrupted.

アクション

Correct your MASKPATH setting and/or filename if necessary and rerun the mask disassembler. If these things do not correct the problem, the mask may be corrupted and you may need to regenerate it before it can be used.

関連項目

mcdis(1)

 

Skip footer navigation  Back to Top Previous Next