What is file status 39 ?

Answers were Sorted based on User's Feedback



What is file status 39 ?..

Answer / elite group

File attribute mismatch...

The LRECL defined in the program is different whatever
given in the JCL

Is This Answer Correct ?    44 Yes 1 No

What is file status 39 ?..

Answer / ananta

logical error in file mismatch

like blksize mismatch, lrecl mismatch , recfm mismatch

Is This Answer Correct ?    14 Yes 3 No

What is file status 39 ?..

Answer / anil prajapati

blksize is not multiple of record length and the
description of these in jcl is different from cobol

Is This Answer Correct ?    13 Yes 6 No

What is file status 39 ?..

Answer / vijay kulkarni

File length mismatch(in prog and jcl) and file open error

Is This Answer Correct ?    13 Yes 6 No

What is file status 39 ?..

Answer / santosh

one of the reasons of file status 39 is file attribute
mismatch
LRECL mentioned in JCL is different than the one mentioned
in COBOL

Is This Answer Correct ?    4 Yes 2 No

What is file status 39 ?..

Answer / shyam

File length mismatch and file open error (in cobol prog)

Is This Answer Correct ?    3 Yes 2 No

What is file status 39 ?..

Answer / 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

What is file status 39 ?..

Answer / rahul joshi

AIX IS MISMATCHED.
RECORDING MODE IS VARIBLE,FIXED OR NOT DEFINED WHEN CREATED EARLIER.

Is This Answer Correct ?    0 Yes 0 No

What is file status 39 ?..

Answer / rumki

If the load is not correct then also repeatedly file
attribute mismatch will come. I just deleted the load and
then tried it...It worked fine.

Is This Answer Correct ?    0 Yes 2 No

What is file status 39 ?..

Answer / aditya

FILE NOT OPENED........

Is This Answer Correct ?    9 Yes 20 No

Post New Answer

More COBOL Interview Questions

which one is the best of com and com-3.using of real time ?

7 Answers   Cap Gemini,


Is It Possible to Update or change in VIEW Mode?

5 Answers   CSC,


How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?

4 Answers  


What are the access modes of START statement?

0 Answers  


can we use go to statement inline-perform?

7 Answers   IBM,






What is the difference between structured cobol programming and object alternativelyiented cobol programming?

0 Answers  


subscript and index r not coded in u r application program what will happen?

2 Answers  


What are the divisions in a cobol program?

1 Answers  


01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name

5 Answers   TCS,


what is dynamic array in cobol? what is the difference b/w array and table in cobol?

2 Answers  


01 b pic +9(4) How many bytes it will take for storage???

2 Answers  


What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?

2 Answers   Cap Gemini,


Categories