What is different between variable length and fixed length?
Answer Posted / saravanan
variable lenth means record should be in different format
(lenth).but the first 4 bytes only taken as a record lenth.
fixed lenth means we have declaring a record lenth.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How can you get the ksds file records into your cobol program?
What is amode(31)
what is s000 u4087 error? please give the all error codes in cobol,jcl.
i need a small 3d program using inline and outline.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
State the various causes of s0c1, s0c5 and s0c7.
Why occurs cannot be used in 01 level in COBOL?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Name the sections present in data division.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How do get the result of your program directly on your pc?
) what is the difference between AID and HANDLE AID?
What is the difference between PIC 9.99 and 9v99 in COBOL?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?