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

hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.

2 Answers  


What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?

4 Answers  


which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast

1 Answers  


what is record label is empty or standard in file description of data division?

2 Answers   HCL,


what is qualification on occurs clause?

2 Answers  






In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference

3 Answers   IBM,


Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END-OF-FILE-SWITCH PIC XXX. 88 NO-MORE-RECS VALUE "YES". 88 MORE-RECS VALUE "NO". (i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS. (ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA. (iii) IF NO-MORE-RECS GO TO LAST-PARA. Which are wrong? (a) (i) and (ii) (b) (ii) and (iii) (c) (i) and (iii) (d) all

5 Answers   TCS,


What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....

3 Answers   IBM,


in how many mode we can open a file ?

4 Answers  


How can you display the SPOOL information ?

2 Answers  


How can we know that cobol program is using report file or simple file....?

4 Answers  


The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND

10 Answers   Huawei, IBM, TCS,


Categories