What is file status 39 ?

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


Please Help Members By Posting Answers For Below Questions

What are different data types in cobol?

923


Can we change the password using ALTER? anyone tried and changed?

1759


What is the utilization of copybook in cobol?

895


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

881


explain sorting techniques in cobol program?

909


How do you differentiate between cobol and cobol-ii?

871


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

3004


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 ?

2098


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

978


What is the difference between external and global variables in COBOL?

1060


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

878


Explain the configuration section of a cobol program with examples of syntax.

887


how do you reference the ksds vsam file formats from cobol programs

895


What is a scope terminator give example?

846


How arrays can be defined in COBOL?

847