What is R-mode and A-mode?

Answers were Sorted based on User's Feedback



What is R-mode and A-mode?..

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

What is R-mode and A-mode?..

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

What is R-mode and A-mode?..

Answer / 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

More COBOL Interview Questions

What will happen if we generate GDG (+2) version without generating (+1) version?

2 Answers   IBM, T systems,


consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error

6 Answers   ABCL, TCS,


What is the different between index and subscript?

3 Answers  


Explain Restart Logic in Cobol?

1 Answers   L&T, Syntel,


without performing any operations on a file how can i know whether it contains data or not

2 Answers  






Can you please let me know the centre name of INS certification in Kolkata.

0 Answers  


Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.

4 Answers   TCS,


what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99

2 Answers   TCS,


What is binary search?

3 Answers  


RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE

12 Answers   TCS,


What is the Purpose of POINTER Phrase in STRING command

3 Answers  


I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...

2 Answers   CTS, DSRC,


Categories