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 is the use of outrecord?
How can you get the ksds file records into your cobol program?
What is the difference between PIC 9.99 and 9v99 in COBOL?
How arrays can be defined in COBOL?
Whats the difference between search & search ALL?
What is the difference between perform … with test after and perform … with test before?
Define static linking and dynamic linking.
Have you used comp and comp-3 in your project? And how?
What is rmode(any) ?
What are the different rules of SORT operation?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What kind of error is trapped by on size error option?
What is amode(31)
What is the use of intialize verb?
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?