Answer Posted / vijay gund
A conflict has been detected between the fixed file
attributes and the attributes specified for the file in the
program.
This is usually caused by a conflict with record-length,
key-length, key-position or file organization.
Other possible causes are:
1. Alternate indexes are incorrectly defined.
2. The Recording Mode is Variable or Fixed or not defined
the same as when the file was created
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Which division and paragraphs are mandatory for a COBOL program?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is perform what is varying?
What is the difference between goback, stop run and exit program in cobol?
Explain about different table spaces.
i need a small 3d program using inline and outline.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What the difference is between continue and next sentence?
Can we redefine the field of x(200) to less than 200?
In COBOL programming, what is PERFORM? What is VARYING?
What are all the divisions of a COBOL program?
How many sections are there in data division in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?