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 |
about ICM instruction.
How are data passed from jcl parm to assembler program?
How many maximum base registers we can have in a 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 need of START 0?. In steed of '0' can we use any other numerics?. if we use what will happen?.
What is icm instruction?
How to pass the parameters from jcl to assembler program?
Explain how to pass instream data in sysin with assembler?
Can we use MVC instruction to move pack field to pack field....which instruction you will use and why ?
How to initialize 20,000 bytes in the Assembler..
How do you round the addition or subtraction of two numbers in assembler?
Explain how to produce soc7 abend?