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 |
How to change default PROCLIB?
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
My JOB contains three steps. //STEP1 EXEC PGM=ABC //STEP2 EXEC PGM=DEF //STEP3 EXEC PGM=GHI My Question is 1) I want to execute second step only. How will do. 2) Soppose U consider above three steps are in PROC steps and I want execute the PROC second step only? How to execute the second step only. During exection time its creating any ABEND? Please let me know..........
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How to view the hexa decimal value thru file aid if copy book is not present for that particular data
In sms datasets, what is the function of the dd mgmtclas keyword?
Can we delete the data using IEFBR14 , IEBGENER??
How to search strings in multiple dataset with conditions 'string1 & string2'?