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

Difference between array and sub-script ?

1171


) how do u code after getting data?

1584


What are the different types of condition in cobol and write their forms.

664


How do get the result of your program directly on your pc?

1887


What are different data types in cobol?

697






What are literals?

636


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

712


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2106


What is the LINKAGE SECTION used in COBOL?

895


What is inspect in cobol ?

806


What are the cobol coding sheets?

673


What are the different rules for performing sort operation?

770


Define cobol?

872


What are all the divisions of a COBOL program?

667


How do you reference the following file formats from cobol programs?

702