cobol and assembler access

Answers were Sorted based on User's Feedback



cobol and assembler access..

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

cobol and assembler access..

Answer / teacher

And probably PL/I, too

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Assembler Interview Questions

Explain the difference in data type "x" and "p"?

0 Answers  


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).

1 Answers  


Explain how to access vsam file?

0 Answers  


What is the use of TRT instruction and how it is working?

7 Answers   HCL, IBM, Wipro,


Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?

4 Answers   Amdocs, IBM,






Ap wkur,=p5 where wkur is a label?

0 Answers   IBM,


Explain how to produce soc7 abend?

0 Answers  


Why do we have multiple base registers in certain programs?

4 Answers   IBM,


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?

0 Answers   IBM,


What does "using" do?

0 Answers  


How do you round the addition or subtraction of two numbers in assembler?

0 Answers  


Why do we use "drop"? What does "using" do?

4 Answers  


Categories