what is need of start 0? In steed of



what is need of start 0? In steed of..

Answer / Dilip Kumar Dube

Start 0 in IBM mainframe assembler refers to the starting address of your program. It's used to specify the location where the program begins execution. Using Start 0 instead of other addresses like Start E (End of Program) or Start M (Memory Storage Size) ensures that your program starts at a predictable and well-defined location.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Assembler Interview Questions

Explain how to access vsam file?

1 Answers  


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

1 Answers  


How to pass the parameters from jcl to assembler program?

1 Answers  


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.

1 Answers   EDS,


What is icm instruction?

1 Answers  


how to retrieve the instream data in sysin?

1 Answers   IBM,


how to initialize a register to 0000?

1 Answers   IBM,


How to pass instream data in sysin with Assembler?

2 Answers   ANZ, IBM,


Explain how to pass instream data in sysin with assembler?

1 Answers  


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

1 Answers  


What is maximum displacement and how to cross this limit?

1 Answers  


What is base register?

23 Answers   IBM, Infosys,


Categories