Answer Posted / 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 |
Post New Answer View All Answers
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
how do you access an uncataloged dataset in a jcl?
What is notcat 2 - gs?
For what purpose steplib and joblib are used ?
Name the statement which can be used to send data to another mvs jes3 node?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Is automatic restart possible in jcl?
How to pass data to a program that is coded in an exec statement?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is the function of the steplib dd statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
Explain how can the attributes of one sms dataset be copied to another dataset?
what is use of disp parameter in dd statement?
How to run cobol program using jcl?