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 14375What 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 21329
What does the following code do? Ap wkur,=p5 where wkur is a label?
How to pass the parameters from jcl to assembler program?
How is data passed from a calling program to an assembler called program?
Explain how to initialize a register to 0000?
explain about maximum displacement and how to cross this limit?
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
Explain the difference between various read and find statement?
How many maximum base registers we can have in a program?
what is need of start 0? In steed of
how to retrieve the instream data in sysin?
Explain how to access vsam file?
How are data passed from jcl parm to assembler program?
Explain how to pass instream data in sysin with assembler?
What does "using" do?
Explain about maximum displacement?