I want ALL jcl ERROR cods

Answer Posted / asmara

SOC013 - Incorrect BLK Size in DCB Parameter
Solution : check the BLK size in the DCB parameter to
insure that to match the blksize of the dataset.

SOC001 - Invalid instruction or operation exception error
Solution : check the portion of your program with data or
bad address which will produce this error

SOC004 - This is storage protection violation error or
store unwanted data for along time or bad data(many reasons
are there in one step we say as protection violation error).
IMP: Tried to moving larger record length to smaller
destination record space.
Solution: Make sure not to exceed the boundary specified.

SOC005: Tried to use write with out "FROM" option on APPLY
WRITE ONLY.
Solution : Check for Subprograms details before passing or
sending it.

SOC007 : Manipulated data by the packed decimal
instructions in the program(Alphanumeric values going to
pass to numeric field)
Solution: Make sure while passing any values.
Thru offset no. we can go directly to that record and we
can solve it one more option is also their that by giving
the dataset name in the xpediter command path also we can
identify it where the error is and we can easily resolve it.

SOC008 : Fixed point overflow
Solution : While declaring the decimal make sure

SOC009 : If we divide by Zero.
Solution : While doing calucalation make sure dont divide
which will be lesser than the value which u cant divide it

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is redefines clause in COBOL?

851


What is amode(31)

726


What is perform what is varying?

711


What is link edit in cobol?

774


How do u write test cases?

1640






how do you reference the printer file formats from cobol programs

669


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

678


What is rmode(any) ?

686


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

714


What is the difference between Call and a Link?

702


What is the problem of ordered sequential files access?

704


How do you define a variable of comp-1 and comp-2?

707


What is the difference between perform … with test after and perform … with test before?

885


What are the different data types in cobol?

801


Have you used comp and comp-3 in your project? And how?

2010