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 are different data types in cobol?
Can we change the password using ALTER? anyone tried and changed?
What is the utilization of copybook in cobol?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
explain sorting techniques in cobol program?
How do you differentiate between cobol and cobol-ii?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between external and global variables in COBOL?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Explain the configuration section of a cobol program with examples of syntax.
how do you reference the ksds vsam file formats from cobol programs
What is a scope terminator give example?
How arrays can be defined in COBOL?