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
What are different data types in cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the compute verb? How is it used?
What is the utilization of copybook in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is rmode(any) ?
i want a program using by if, evaluate , string, unstring, perform, occurs?
) How do u handle errors in BMS macro
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the pertinent COBOL
What is amode(24)?
Give some examples of command terminators?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Write a cobol program making use of the redefine clause.