what is soc7 abend?how u can trace it?

Answers were Sorted based on User's Feedback



what is soc7 abend?how u can trace it?..

Answer / valmiki1980

Soc7 generally occurs when a non mumeric data moved to a
numeric data type and perform computation.

Is This Answer Correct ?    9 Yes 2 No

what is soc7 abend?how u can trace it?..

Answer / piyush mani

all answers r correct but ther r many cause of soc7 abend
like

1.Numeric operation
on non-numeric data
2.Un-initialize working-storage
3.Coding past the maximum allowed sub scrip

thanks

Is This Answer Correct ?    4 Yes 0 No

what is soc7 abend?how u can trace it?..

Answer / vinay sonar

SOC7 occurs when numeric operations are performed on non-
numeric data

Is This Answer Correct ?    1 Yes 1 No

what is soc7 abend?how u can trace it?..

Answer / pandu

hi i will give you one eg

x1 pic x(10)
x2 pic 9(4)

i want to move x1 to x2 but it is not possible becoz how
can we send the alpha -numeric data in to numeric. at that
time Soc7 will raise. but it will possible if the alpha-
numeric data is only numeric data i.e alpha numeric means
combination of A-Z and 0-9 if we send the digits to digits
it is no problem

Kindly tell me if answer is wrong? i will waiting for reply.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More COBOL Interview Questions

copy 100 records without using ibm utilities

3 Answers  


What is comp-1 and comp-2?

0 Answers  


BY seeing a program how can we say that it is static call or dynamic call

5 Answers   CGI,


Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

1 Answers  


If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?

8 Answers   CTS,






How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp

3 Answers   CTS,


If my program receives input feed from program in other system.. if the receiving field size is less than the sending field.. what abend will be happening.

1 Answers   HCL,


what is jcl approach for programming?

4 Answers   IBM,


How can you get the ksds file records into your cobol program?

0 Answers  


How do u know what version of cobol u are using?

3 Answers  


COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.

7 Answers   HCL,


What are the differences between OS VS COBOL and VS COBOL II?

1 Answers   IBM,


Categories