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
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are different data types in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
Discuss about changing dataset name in proc.
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
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
What guidelines should be followed to write a structured cobol prgm?
Why would you use find and get rather than to obtain?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are the different rules of SORT operation?
Which division and paragraphs are mandatory for a COBOL program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Difference between array and sub-script ?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?