What is file status 39 ?
Answers were Sorted based on User's Feedback
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 |
Answer / ananta
logical error in file mismatch
like blksize mismatch, lrecl mismatch , recfm mismatch
| Is This Answer Correct ? | 14 Yes | 3 No |
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 |
Answer / vijay kulkarni
File length mismatch(in prog and jcl) and file open error
| Is This Answer Correct ? | 13 Yes | 6 No |
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 |
Answer / shyam
File length mismatch and file open error (in cobol prog)
| Is This Answer Correct ? | 3 Yes | 2 No |
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 |
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 |
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 the difference between goback, stop run and exit program in cobol?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..
Write the code to count the sum of n natural numbers.
how to pass 100 to s9(4) how r they inserted ?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
In COBOL "BEFORE" advancing is there or not ?
using redefine can you redefine lower variable size to higher variable size?
can we use reference modification an arry.