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

What do you do to resolve SOC-7 error?

2 Answers   Sun Life, Wipro,


wht is structured cobol pgm and non structred cobol pgm ?

1 Answers   CTS, DELL,


i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

1 Answers   HCL,


I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?

1 Answers   CTS,


How does IDMS insure data integrity?

1 Answers  






Can you please let me know the centre name of INS certification in Kolkata.

0 Answers  


What is binary search?

3 Answers  


What is report-item in COBOL?

0 Answers   Arigo Infotech,


) what is the difference between AID and HANDLE AID?

0 Answers   IBM,


have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..

5 Answers   TCS,


88 level entry is used for (a) data items in WORKING-STORAGE SECTION (b) items with RENAMES clause (c) condition-names (d) None of the above

5 Answers   TCS,


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

8 Answers   CTS,


Categories