What is R-mode and A-mode?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

676


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

720


i want a program using by if, evaluate , string, unstring, perform, occurs?

4061


What is report-item in COBOL?

711


What is the difference between Global and External Variables?

666






I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1806


Give some examples of command terminators?

759


What is the difference between external and global variables in COBOL?

814


Write down the divisions of cobol program?

671


What is the default value(s) for an initialize and what keyword allows for an override of the default?

697


How do define dynamic array in cobol.

671


how to convert the recors form vsam file to db2 table tru file aid

2763


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1783


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10619


What is Pic 9v99 Indicates in COBOL?

729