what is A-MODE and R-MODE?
Answers were Sorted based on User's Feedback
Answer / rama krishna m.
Amode means Addressing Mode : by seeing the addressing mode we came to know whether system is running under 24-Bit or 31-Bit or 64-Bit Addressing Mode, if the os below O/S 370 then it is run under 24-Bit(it is uses 16 MB of Virtual Memory to run user program)this is called Below the line. From MVS/OS 370-XA(Extended Architecture)it supports 31-bit Architecture the Address Space is 2 GB. Then MVS/ESA supports more than 2 GB of virtual memory to run user programs. Z/OS only having the 64-Bit Architecture. ( if u want to see Amode then submit ur Cobol program thru Jcl, goto spool open Sysprint and have look for AMODE.
Rmode : Where the program is running ( Residency Mode )
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / chandu
a- mod means addressing mode, it will use below 16m bytes.
r-mode means residance, it will use above 16m bytes
Is This Answer Correct ? | 2 Yes | 2 No |
For what purpose steplib and joblib are used ?
How to Enter The Spool Area In Real Time?
Which COND paramter will u use to execute the step only if the previous step does not execute
I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?
5 Answers Polaris, Tech Mahindra, UST, Wipro,
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
Explain the function of //cntl statement?
how to solve u4038 abbend?........
What is a MODEL Paramater in GDG ?
what is static and dynamic call with examples?
What are the difference between jcl and jes?
common jcl abends??
What parameter directs the output of the job log dataset?