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

What is LENGTH in COBOL II?

2 Answers   CSC,


can we print comp 3 stmts how ?

3 Answers   Accenture, TCS,


What is file status 92?

3 Answers  


how can we code index in an array of cobol pgm?

1 Answers   Wipro,


a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?

4 Answers  






Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

0 Answers   IBM,


I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.

4 Answers   FIS, Wipro,


I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?

3 Answers   IBM,


What is the difference between a binary search and a sequential search what are the pertinent cobol?

0 Answers  


what is qualification on occurs clause?

2 Answers  


Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?

6 Answers   T systems,


what r the types of perform statement

4 Answers  


Categories