cobol and assembler access
Answers were Sorted based on User's Feedback
Answer / karthik
YOU CAN USE THE CALL COMMAND FROM A COBOL PGM AND THE SAME
CAN BE DONE TO ASSEMBLER PGM ALSO.
1. pass the address of program to register 15 and we can
use a bassm/balr/basr/load commands
| Is This Answer Correct ? | 2 Yes | 0 No |
explain about maximum displacement and how to cross this limit?
How to initialize 20,000 bytes in the Assembler..
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
What is maximum displacement?
Explain about base register?
Why can only 256 bytes be moved from one address to another in a MVC?
Explain how to produce soc7 abend?
WHAT WILL HAPPEN IF WE DROP THE BASE REGISTER IN THE PGM WHICH CONTAINS ONLY ONE BASEREG?
How to pass instream data in sysin with Assembler?
how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?
How we can retrieve the instream data in SYSIN ?
Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator).