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 are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?

Answers were Sorted based on User's Feedback



What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?..

Answer / guest

S0C1-May be due to 1.Missing or misspelled DD name
2.Read/Write to unopened dataset 3.Read to dataset opened
output 4.Write to dataset opened input 5.Called subprogram
not found

S0C4-may be due to 1.Missing Select statement(during
compile) 2.Bad Subscript/index 3.Protection Exception
4.Missing parameters on called subprogram 5.Read/Write to
unopened file 6.Move data from/to unopened file

S0C5-May be due to 1.Bad Subscript/index 2.Closing an
unopened dataset 3.Bad exit from a perform 4.Access to I/O
area(FD) before read

S0C7-may be due to 1.Numeric operation on non-numeric data
2.Un-initialize working-storage 3.Coding past the
maximum allowed sub script

S0CB-may be due to 1.Division by Zero

Is This Answer Correct ?    150 Yes 20 No

What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?..

Answer / aap

I completely agree with Answer 1.
Just to add to B37 abend (while agreeing to it) -
we get abends like SB37, SD37 etc.
Actually S is for system, 37 denotes the space abend.
But the 2nd alphabet B is for blocks, D is for DASD
etc...the unit of colume for which the space parameter has
been defined..This helps to resolve a lot of confusions :-)

Is This Answer Correct ?    53 Yes 9 No

What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?..

Answer / brian

B37 - Runtime ABEND usually encountered when writing to a
file and running out of space allocated in the dataset
paramemters of the DD statement.

Is This Answer Correct ?    43 Yes 11 No

What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?..

Answer / rja

S0C7-may be due to Numeric operation on non-numeric data

Is This Answer Correct ?    24 Yes 1 No

What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?..

Answer / varun jain

SOC 1 - JCL DD name missing.

SOC 4 / SOC 5 - Subscript error

Is This Answer Correct ?    16 Yes 4 No

What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?..

Answer / sujitha

THE ANSWER 1 IS EXACTLY CORRECT

SOC1-DD NAME MIS SPELT
READ THE FILE IN OUTPUT MODE
WRITE THE FILE IN INPUT MODE

SOC4-BAD SUBSCRIPT OR INDEX
OPENING THE ALREADY OPENED FILE

SOC7-WHEN WE TRY TO PERFORM THE NUMERIC OPERATION ON NON
NUMERIC DATA

AND THE SPACE ABENDS THAT WE GET ARE SB37,SE37 AND SD37

SB37-END OF THE VOLUME

SE37-IN THE SPACE PARAMETER IF WE DONT SPECIFY THE NO OF
DIRECTORY BLOCKS

SD37-IN THE SPACE PARAMETER IF WE DONT SPECIFY THE
SECONDARY QUANTITY

Is This Answer Correct ?    12 Yes 13 No

What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?..

Answer / sampath kumar

soc1 :-operation exceptions...
causes for this abend
misspelled ddname
error in parameters passed to subroutins.. etc
soc4 :- protection exception-
invalid address was refferenced due to subscript error
or bad parms..etc
soc7 :- decimal exception-
dicimal data is incorrect or improperly overlapped or
not validly initialized...etc
socb :- decimal devide exception..
a quotient exceeds the specified data size...etc

Is This Answer Correct ?    3 Yes 8 No

What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?..

Answer / arpita

SOC1 : INSUFFICENT SPACE IN OUTPUT FILE

Is This Answer Correct ?    4 Yes 23 No

What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?..

Answer / venkat

yes,no,yes,

Is This Answer Correct ?    1 Yes 31 No

What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?..

Answer / tom

S0CB -this is also the space abend.(ie)Due to unavalability
of enough space.

Is This Answer Correct ?    15 Yes 52 No

Post New Answer

More JCL Interview Questions

in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes

4 Answers  


how do you access an uncataloged dataset in a jcl?

0 Answers   IBM,


How to execute step2,step1,step3 when step1,2&3 are in order

6 Answers   TCS,


Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??

3 Answers   HSBC,


What is Cataloged Procedures?

0 Answers  


How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?

2 Answers  


What is MOD and when would you use it?

3 Answers  


In job processing, what happens in conversion stage?

0 Answers  


wht happens if blksize = 0 and lrec = 0 ?

1 Answers   TCS,


how many types of sorts are there in jcl?

2 Answers   IBM,


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

0 Answers  


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  


Categories