what is soc7 abend?how u can trace it?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / vinay sonar
SOC7 occurs when numeric operations are performed on non-
numeric data
| Is This Answer Correct ? | 1 Yes | 1 No |
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 |
what is record label is empty or standard in file description of data division?
How to Pass table from a cobol program to another cobol program and how to use that table in called program
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?
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
How many types of sorts are there in cobol?
how the control comes back from subprogram to mainprogram
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
What is the Purpose of POINTER Phrase in STRING command
What is the Importance of GLOBAL clause According to new standards of COBOL?
what is SYNCHRONIZATION?