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 |
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
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
How many maximum base registers we can have in a single program?
How to pass instream data in sysin with Assembler?
Explain about maximum displacement?
How do you initialize a register to 0000?
what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
Explain how to access vsam file?
how to retrieve the instream data in sysin?
how to pass the parameters from jcl to assembler pgm?
explain icm instruction?
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.