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 |
Is it possible to access some memory location (Ex: VAR1 DS P) without using Base Displacement?
Why do we have multiple base registers in certain programs?
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?
how to pass the parameters from jcl to assembler pgm?
What will happen if we drop the base register in the program which contains only one basereg?
What is maximum displacement?
What is house keeping in assembler? And explain the following code HELLOTSO START 0 * PRINT NOGEN BEGIN SAVE (14,12) LR 12,15 USING TYPE,12 ST 13,SAVE+4 LA 11,SAVE ST 11,8(13) LR 13,11
How we can Pass the parameters from JCL to assembler Pgm?
how to access VSAm file
Write the fetch cycle and execute cycle for following instructions:JMPNZ (jump to the given address if the accumulator not equal to zero) RET(return from a subroutine) ADB (add the contents of register B to the accumulator and save result in the accumulator).
what is need of start 0? In steed of
What does "using" do?