Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

s9(18) comp-3:: What is the size of memory it takes internally?

4 Answers  


what are the paramater we cannot use in procedure?how many instream we can write in single jcl?can we call instream to catalog and ctalog to instream?

2 Answers   Satyam,


how do you reference the fixed unblock file formats from cobol programs

0 Answers  


I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.

3 Answers   IBM,


How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.

5 Answers  


what is record label is empty or standard in file description of data division?

2 Answers   HCL,


What is the maximum size of a 01 level item in COBOL I? in COBOL II?

2 Answers   IBM, RBS,


how to transfer the file from pc to mainframe??

3 Answers  


what r the types of perform statement

4 Answers  


How many sections are there in data division in COBOL?

0 Answers   B-Ways TecnoSoft,


What is level 66 used for ?

3 Answers   TCS,


is it possible to pass an SQL query inside a jcl which is inside a cobol program?

5 Answers   CTS,


Categories