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 |
how to produce SOC7 abend
What is the difference between various read and find statement,and which one should be used when for better adabas performance ?
Why do we use "drop"? What does "using" do?
Why do we use "drop"?
how to retrieve the instream data in sysin?
Explain the difference in data type "x" and "p"?
How many maximum base registers we can have in a program?
What does the following code do? Ap wkur,=p5 where wkur is a label?
What will happen if we drop the base register in the program which contains only one basereg?
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).
how to initialize a register to 0000?
How do you round the addition or subtraction of two numbers in assembler? what does the following code do? AP WKUR,=P'5' where WKUR is a label