How to pass the parameters from jcl to assembler program?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of TRT instruction and how it is working?
about maximum displacement and how to cross this limit.
How many maximum base registers we can have in a program?
What is the difference in data type "X" and "P"?
What does the following code do? Ap wkur,=p5 where wkur is a label?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
Explain about base register?
what is need of start 0? In steed of
How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
How do you round the addition or subtraction of two numbers in assembler? what does the following code do? AP WKUR,=P'5' where WKUR is a label
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?