Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is 'S0C7' abend?

Answers were Sorted based on User's Feedback



What is 'S0C7' abend?..

Answer / guest

Caused by invalid data in a numeric field.

Is This Answer Correct ?    135 Yes 12 No

What is 'S0C7' abend?..

Answer / satyasivaji.ch

It is an data exception,occurs due to wen ur entered
non-numeric data in numeric fieid.

Is This Answer Correct ?    104 Yes 9 No

What is 'S0C7' abend?..

Answer / xyz

SOC7 ABEND OCCURS IN FOLLOWING CASES
1.Numeric Operation on Non-numeric data

2.Coding past the maximum allowed subscript.

3.Un-initialize working storage.

Is This Answer Correct ?    70 Yes 12 No

What is 'S0C7' abend?..

Answer / sankarikumar

bad data abend, as explained in previous answer.

Is This Answer Correct ?    41 Yes 11 No

What is 'S0C7' abend?..

Answer / sathya

what they said is right.but i got this error my mistake is
S0C7
Invalid character in COMP/COMP-3 numeric field – check all
COMP/COM-3 numeric fields and arithmetic operations

Is This Answer Correct ?    26 Yes 7 No

What is 'S0C7' abend?..

Answer / rakesh kumar.govind

soc7 occurs when type conversion mismatch occurs i.e from
numeric to alphabet.

Is This Answer Correct ?    21 Yes 14 No

What is 'S0C7' abend?..

Answer / madhu

If you get S0C7 means some of your numeric variables/data
items have invalid data. now we need to find out how to do
this.

while compiling use compiler option LIST. it will give
listing of your cobol program in spool.

Now, run your program, it will abend will with S0C7
go to spool and take the last four bytes of offset.

open the compiler listing and find those 4 bytes in the
compiler listing.
you can find the position, where S0C7 occured.

In this way , we can find the position where S0C7 error got
generated.

Is This Answer Correct ?    10 Yes 3 No

What is 'S0C7' abend?..

Answer / muttaiah

Can someone provide us the step by step procedure to solve
the SOC7 Abend

I'm working in prod supt and we generally get the SOC7
abends.

YOur help in this regard will help me a lot in survivind

Is This Answer Correct ?    4 Yes 1 No

What is 'S0C7' abend?..

Answer / manish jindal

Dear Muttaiah,

You need to find the exact field where the SOC7 abend has
occured & than try to look into the data that is moved into
it & property of the field.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More JCL Interview Questions

What are the 2 types of parameters in dd statement?

0 Answers  


When cursor is not closed what is the error?

3 Answers   IBM,


which are the parameters mandatory in job card ?

4 Answers   Accenture,


How is a dataset passed from one step to another?

2 Answers   DELL,


I've one sequential file, That file contains millians of Junk & CHAR recoreds example File 1 ,,,,,...,,,.....,.,.INFOSYS.....,,,,,,,,,,,WIPRO..........., ,...,..,. My questions is : I want omit the 44th posstion to 4 CHAR (WIPRO) remaining things I want output file (including Junk CHAR also)... How can we slove this problem & give me a syntax. Please provide the result as soon as possible.

5 Answers   CTS,


I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.

2 Answers   Cognizant, Wipro,


How do you skip a particular step in a proc/JOB?

5 Answers   CSC, CTS,


How is the keyword DUMMY used in JCL?

4 Answers  


Explain about REXX

1 Answers  


Explain the purpose of the dd keylen parameter?

0 Answers  


I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?

2 Answers   IBM,


Can we give two user name in NOTIFY parameter in JOBCARD

1 Answers   Syntel,


Categories