How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
3 14546What 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 21568
How many maximum base registers we can have in a single program?
How do you round the addition or subtraction of two numbers in assembler?
What will happen if we drop the base register in the program which contains only one basereg?
How to pass the parameters from jcl to assembler program?
What does "using" do?
explain icm instruction?
Explain the difference between various read and find statement?
What does the following code do? Ap wkur,=p5 where wkur is a label?
What is maximum displacement?
Why do we use "drop"?
Explain how to produce soc7 abend?
What is icm instruction?
Explain about maximum displacement?
Explain about house keeping in assembler?
What is maximum displacement and how to cross this limit?