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 a subscript ?
SIGN TRAILING SEPARATE field occupy ?
What is report-item in COBOL?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
where did you see the information regarding abend codes in jcl?
What is the difference between comp and comp-3 usage?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
Difference between next and continue clause
How to execute a set of JCL statements from a COBOL program?
if you give cylinder(1,1)how many cylinders it will be allocate?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?