Skip navigation.

CMDFML Messages 100-199

  Previous Next

101

WARN: String or Carray with size = 1

Description

While processing a view file with viewc, a line was encountered for a string or carray field with the size set to 1. The line number is printed in the prefix of the message.

Action

A size of 1, particularly for a string field, is not useful since the value must be null terminated. No action required.

See Also

viewc(1), viewfile(5)

102

WARN: Missing or mismatched quotes

Description

While processing a view file with viewc, a line was encountered with a null value for a character, string, or carray field that is missing the trailing quote. The line number for the invalid line is printed in the prefix of the message.

Action

The view file will be processed correctly. To get rid of the WARNing message, correct the view file and re-execute the command.

See Also

viewc(1), viewfile(5)

103

ERROR: Fldid not found

Description

While processing a view file with viewc, a line was encountered with a fielded buffer name whose field identifier could not be determined. The line number for the line is printed in the prefix of the message.

Action

The field identifier is not needed if the field type is specified for the member; the view file should compile successfully. To get rid of the ERROR message, check the FIELDTBLS and FLDTBLDIR environment variables, check the view file to make sure everything is set correctly, then re-execute the command.

See Also

viewc(1), viewfile(5)

104

WARN: Size of null value is greater than field size

Description

While processing a view file with viewc, a line was encountered for a character, string, or carray field where the null value is longer than the field size. The null value is truncated. The line number for the line is printed in the prefix of the message.

Action

The view file will be processed but the null value may be incorrect. Correct the view file and re-execute the command.

See Also

viewc(1), viewfile(5)

105

WARN: Line too long

Description

While processing a view file with viewc, an input line was encountered that was too long (longer than 2740 bytes). The remainder of the line is ignored. The line number is printed in the prefix of the message.

Action

Correct the view file and re-execute the command.

See Also

viewc(1), viewfile(5)

106

WARN: Unknown flag

Description

While processing a view file with viewc, a line was encountered with an invalid flag value in the flags column. The value is ignored. The line number is printed in the prefix of the message.

Action

The view file will be processed correctly, ignoring the flag. Correct the view file and re-execute the command.

See Also

viewc(1), viewfile(5)

108

WARN: Octal escape constant greater than 0377

Description

While processing a view file with viewc, a line was encountered with an octal escape constant value that is greater than 0377. The line number is printed in the prefix of the message.

Action

No action required.

See Also

viewc(1), viewfile(5)

109

WARN: Size defined improperly; assuming value of 2

Description

While processing a view file with viewc, a line was encountered for a string or carray field with a non-numeric size, or a size value less than 1 or greater than 65535, or no size value specified. A default size of 2 is used. The line number for the invalid line is printed in the prefix of the message.

Action

The view file will be processed but the size may be incorrect. Correct the view file and re-execute the command.

See Also

viewc(1), viewfile(5)

110

WARN: Ignoring size for type which isn't string or carray

Description

While processing a view file with viewc, a line was encountered for a field type other than string or carray with a size value. The size value is ignored. The line number is printed in the prefix of the message.

Action

No action required.

See Also

viewc(1), viewfile(5)

111

WARN: Must specify length field for decimal; assuming 9 bytes with 1 decimal place

Description

While processing a view file with viewc, a line was encountered for a decimal field without a length value. A default length of 9 bytes with 1 decimal place is used. The line number for the invalid line is printed in the prefix of the message.

Action

The view file will be processed but the length field for the member may be incorrect. Correct the view file and re-execute the command.

See Also

viewc(1), viewfile(5)

112

WARN: Bad length field for decimal; assuming 9 bytes with 1 decimal place

Description

While processing a view file with viewc, a line was encountered for a decimal field with an invalid length value. The length is invalid if not two numbers separated by a comma, the first being the number of bytes and the second being the number of decimal places (to the right of the decimal point). The values are also invalid if the number of bytes is less than 1 or greater than 9, or if the number of decimal places is less than or equal to 0, or greater than two times the number of bytes less two. A default length of 9 bytes with 1 decimal place is used. The line number for the invalid line is printed in the prefix of the message.

Action

The view file will be processed but the length field for the member may be incorrect. Correct the view file and re-execute the command.

See Also

viewc(1), viewfile(5)

 

Skip footer navigation  Back to Top Previous Next