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

When is inspect verb is used in cobol?

0 Answers  


Define cobol?

0 Answers  


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

0 Answers  


01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?

3 Answers   Mind Tree,


What is the difference between structured cobol programming and object alternativelyiented cobol?

0 Answers  






What R 2 of the common forms of the EVALUATE STATEMENT ?

1 Answers   Cap Gemini,


hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe

6 Answers   Citi Bank, CitiGroup, HSBC, iNautix, Wipro,


What is the difference between CALL BY VALUE and CALL BY CONTENT?

7 Answers  


how to display date in reverse order if the pic clause of the is numeric suppose date is 09032010 ==> need to print in 20100309 (pic clause is numeric)

6 Answers  


What are the pertinent COBOL

0 Answers   IBM,


What is different between variable length and fixed length?

2 Answers   TCS,


what is the meaning of pic 9(09)v99-

4 Answers   HSBC,


Categories