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

What is base register?

23 Answers   IBM, Infosys,


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

0 Answers  


how to access VSAm file

2 Answers   EDS, IBM,


explain about maximum displacement and how to cross this limit?

0 Answers   IBM,


What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?

0 Answers  






What is icm instruction?

0 Answers  


Explain how to produce soc7 abend?

0 Answers  


about ICM instruction.

4 Answers   EDS,


how to pass the parameters from jcl to assembler pgm?

0 Answers   IBM,


HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A PROGRAM AND ALSO HOW MANY MAXIMUM BASE REGISTERS WE CAN HAVE IN A SINGLE PROGRAM.

5 Answers   IBM, TCS,


What is house keeping in assembler? And explain the following code HELLOTSO START 0 * PRINT NOGEN BEGIN SAVE (14,12) LR 12,15 USING TYPE,12 ST 13,SAVE+4 LA 11,SAVE ST 11,8(13) LR 13,11

6 Answers   Mind Tree,


cobol and assembler access

2 Answers   EDS,


Categories