What is R-mode and A-mode?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / kiran
r-mode means 24 bit address mode ,a-mode means 31 bit
address mode
| Is This Answer Correct ? | 2 Yes | 9 No |
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
How do you do in-line PERFORM?
Should I use STOP RUN in the sub program??why?
how to display comp3 variables reply soon ?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
77 I pic 99 value 5 Perorm para-A I times. Para -A. move 10 to I. How many times the para-A will be executed.?
If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.
which is better comp or comp-3 in terms of memory utilization?
what is the difference between COBOL2 AND COBOL390?
01 b pic +9(4) How many bytes it will take for storage???
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?