How to initialize 20,000 bytes in the Assembler..
Answer Posted / king nahiku
fielda DC C20000’ ’
* The requirement is to initialize 20000 bytes
not "reinitialize" 20000 bytes.
* The above statment initializes 20000 bytes of storage to
spaces. The bonus is that it is done at assembly time and
not run time.
| Is This Answer Correct ? | 4 Yes | 13 No |
Post New Answer View All Answers
Explain how to pass instream data in sysin with assembler?
Explain how to access vsam file?
what is need of start 0? In steed of
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
Explain how to produce soc7 abend?
How do you round the addition or subtraction of two numbers in assembler?
Explain about maximum displacement?
Explain about base register?
What will happen if we drop the base register in the program which contains only one basereg?
How many maximum base registers we can have in a program?
How to pass the parameters from jcl to assembler program?
how to pass the parameters from jcl to assembler pgm?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
explain icm instruction?
explain about maximum displacement and how to cross this limit?