how to produce SOC7 abend
Answer / vikram
S0C7 occurs when the data exception occurs.They are many
ways to produce S0C7
1)Move non numeric data to a numeric feild
2)compare junk data with a numeric feild
3) Use a non numeric data in COMPUTE statement
4) Refer to the occurence in a table beyond the occurs time
with SSRANGE not checked in complier options
| Is This Answer Correct ? | 19 Yes | 5 No |
What is need of start 0?
What is the use of trt instruction?
explain icm instruction?
what is need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
What is house keeping in assembler?
how to initialize a register to 0000?
What is maximum displacement and how to cross this limit?
Explain the difference between various read and find statement?
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
how to access VSAm file
How to pass instream data in sysin with Assembler?
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?