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 are the ways you can generate a copybook?

2 Answers  


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

0 Answers  


How do pass the values to the parameters in cobol

2 Answers  


We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)

1 Answers   Cap Gemini,


in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?

2 Answers   HSBC,






Which is not true about evaluate statement

0 Answers  


consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

3 Answers   TCS,


Suppose a program has the following code. What will be the output? MAIN-PARA. DISPLAY 'MAIN-PARA' PERFORM SECTION-A. STOP RUN. SECTION-A. PARA-A1. DISPLAY 'SECTION A PARA A1'. PARA-A2. DISPLAY 'SECTION A PARA A2'.

4 Answers  


What do you feel makes a good program?

2 Answers  


is it possible to declare index in cobol program? if it is not why its tell me pls

3 Answers  


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

0 Answers  


i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.

2 Answers   Wipro,


Categories