Answer Posted / kiran
r-mode means 24 bit address mode ,a-mode means 31 bit
address mode
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
In COBOL, what is the different between index and subscript?
What is amode(24)?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
For rewrite, why is it mandatory that file needs to be opened?
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)?
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
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are the different rules to perform a Search?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between Call and a Link?
Which mode is used to operate the sequential file?
How are the next sentence and continue different from each other?
what is difference between cobol and cobol/400
What are 77 levels used for?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?