IBM Assembler Question:
Download Questions PDF

How to produce SOC7 abend?

Answer:

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

Download IBM Assembler Interview Questions And Answers PDF

Previous QuestionNext Question
registers(0-15) ,where they are going be resides does that mean here is it resides whether real or virtual memory? and why? then why we are assign even registers(0 to 6) for FP operations?How to access VSAm file?