Answer Posted / santhosh vayathuri
RMODE stands fro residency mode.where to store the data
whether it may be below the 16MB line or above the 16MB
line or giving chance to compiler that where ever store the
data.
AMODE stands for ADDRESS MODE it will tell to compiler
which addressing mode we are using it may be 24 bit or 31
bit addressing mode.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between comp and comp-3?
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)?
What rules are followed by the search verb.
how to move the records from file to array table. give with code example
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between goback, stop run and exit program in cobol?
) what is the difference between AID and HANDLE AID?
Explain how you can characterize tables in cobol?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How many sections are there in data division in COBOL?
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
In COBOL programming, what is PERFORM? What is VARYING?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?