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 |
Explain how to access vsam file?
Explain the difference between various read and find statement and which one should be used when for better adabas performance?
How to pass the parameters from jcl to assembler program?
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.
What is icm instruction?
how to retrieve the instream data in sysin?
how to initialize a register to 0000?
How to pass instream data in sysin with Assembler?
Explain how to pass instream data in sysin with assembler?
What will happen if we drop the base register in the program which contains only one basereg?
What is maximum displacement and how to cross this limit?
What is base register?