What is AMODE(24), AMODE(31), RMODE(24) and RMODE(ANY) (applicable to only MVSESA Enterprise Server) ?
Submitted by: AdministratorThese are compile link edit options. AMODE stands for Addressing mode and RMODE for Residency mode.
AMODE(24) - 24 bit addressing;
AMODE(31) - 31 bit addressing
AMODE(ANY) - Either 24 bit or 31 bit addressing depending on RMODE.
RMODE(24) - Resides in virtual storage below 16 Meg line. Use this for 31-bit programs that call 24-bit programs. (OSVS Cobol pgms use 24-bit addresses only).
RMODE(ANY) - Can reside above or below 16 Meg line.
Submitted by: Administrator
AMODE(24) - 24 bit addressing;
AMODE(31) - 31 bit addressing
AMODE(ANY) - Either 24 bit or 31 bit addressing depending on RMODE.
RMODE(24) - Resides in virtual storage below 16 Meg line. Use this for 31-bit programs that call 24-bit programs. (OSVS Cobol pgms use 24-bit addresses only).
RMODE(ANY) - Can reside above or below 16 Meg line.
Submitted by: Administrator
Read Online Cobol Job Interview Questions And Answers
Top Cobol Questions
| ☺ | What divisions, sections and paragraphs are mandatory for a COBOL program? |
| ☺ | How is sign stored in Packed Decimal fields and Zoned Decimal fields? |
| ☺ | What the difference is between CONTINUE and NEXT SENTENCE ? |
| ☺ | Give some advantages of REDEFINES clause? |
| ☺ | How do you code COBOL to access a parameter that has been defined in JCL? And do you code the PARM parameter on the EXEC line in JCL? |
Top Coding/Programming Categories
| ☺ | Python Interview Questions. |
| ☺ | OOP Interview Questions. |
| ☺ | Software engineering Interview Questions. |
| ☺ | PHP Interview Questions. |
| ☺ | VBA (Visual Basic for Applications) Interview Questions. |
