Answer Posted / rahul joshi
AIX IS MISMATCHED.
RECORDING MODE IS VARIBLE,FIXED OR NOT DEFINED WHEN CREATED EARLIER.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How are the next sentence and continue different from each other?
In which area will you utilize 88 level items in cobol?
how do you reference the variable block file formats from cobol programs
What is the local-storage section?
what is the difference between COBOL2 AND COBOL390?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Name the divisions, which are available in a cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how can i see junk values in dclgen or in hostvariable of comp ?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.