i have a variable block which is used in my cobol program
as input file having records of 4080 after compilation
while runing the program im getiing file attribut mismatch
and it is saying tht the record length of the file is 4084
can any one knw the answer how to reslove it ?
Answer Posted / neha
And in addition to Ravi's answer you also have to mention
file as variable while defining the file.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What rules are to be followed while using the corresponding options?
Write some characteristics of cobol as means of business language.
Can you please let me know the centre name of INS certification in Kolkata.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the difference between Global and External Variables?
how do you reference the esds vsam file formats from cobol programs
What are literals?
What is comp-1 and comp-2?
Write a cobol program making use of the redefine clause.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is Pic 9v99 Indicates in COBOL?
Difference between cobol and cobol-ii?
how can i see junk values in dclgen or in hostvariable of comp ?