what is need of START 0?. In steed of '0' can we use any
other numerics?. if we use what will happen?.
Answer Posted / alok
START is an assembler directive which has an optional
operand, (0 in your example). This operand acts as the
starting address of the program e.g. PROGNAME START X'3E0'
tells the linkage editor that this program is to be loaded
into main storage at address '3E0' in hex. This explanation
answers all your questions.
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
how to pass the parameters from jcl to assembler pgm?
Explain the difference between various read and find statement?
How many maximum base registers we can have in a single program?
How to pass the parameters from jcl to assembler program?
How are data passed from jcl parm to assembler program?
what is need of start 0? In steed of
explain about maximum displacement and how to cross this limit?
What is maximum displacement?
explain icm instruction?
How is data passed from a calling program to an assembler called program?
Explain about maximum displacement?
How many maximum base registers we can have in a program?
how to retrieve the instream data in sysin?
Explain how to access vsam file?
How do you round the addition or subtraction of two numbers in assembler?