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 is tne need to use sub programs in Cobol?
i WANT ALL ERROR codes IN CICS and DB2
Write a program that uses move corresponding.
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
Can the OCCURS clause be at the 01 level?
What is the use of LINKAGE SECTION?
How to recover a deleted source physical file from library?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
if a file has 1000 recods how copy the records from 1 to 100 records using sort
can we display comp-3 variables. if we want to display what we have to do . give me one example
What is the difference between static call & Dynamic call?
copy 100 records without using ibm utilities