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


Please Help Members By Posting Answers For Below Questions

how do you round the addition or subtraction of two numbers in assembler? what does the following code do? 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?

681


What is maximum displacement?

618


explain icm instruction?

656


how to retrieve the instream data in sysin?

675


Why do we use "drop"?

561






Explain about house keeping in assembler?

632


What will happen if we drop the base register in the program which contains only one basereg?

569


Explain the difference between various read and find statement and which one should be used when for better adabas performance?

579


Explain the difference between various read and find statement?

615


What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?

636


Explain the difference in data type "x" and "p"?

589


What is the use of trt instruction?

578


how to initialize a register to 0000?

663


How is data passed from a calling program to an assembler called program?

628


Explain how to access vsam file?

606