Answer Posted / raj
A-mode is addressing mode options(24|31|ANY)
R-mode Residence mode Options(24|31|Any)
These are compiler option and are site specific.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Write a cobol program making use of the redefine clause.
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
What is the difference between a binary search and a sequential search what are the pertinent cobol?
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?
How do you reference the following file formats from cobol programs?
When is inspect verb is used in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How are the next sentence and continue different from each other?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Are you comfortable in cobol or jcl?
What are various search techniques in cobol? Explain.
What is the difference between comp and comp-3 usage?
What are declaratives and what are their uses in cobol?
how to access the file from prodution from changeman tool and to submit a file to production
Explain how to differentiate call by context by comparing it to other calls?