I want ALL jcl ERROR cods



I want ALL jcl ERROR cods..

Answer / 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

More COBOL Interview Questions

01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

11 Answers   FirstApex, NIIT,


How can we increase the size of an existing PDS to include more no. of modules.

3 Answers  


Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS

2 Answers  


If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.

2 Answers  


we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?

1 Answers  






can we use COPY statement in w-s section? how?

3 Answers  


Hai friends why we need to read a file before re-write a record?

7 Answers   L&T,


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

0 Answers   Infosys,


what is difference between cobol and cobol/400

1 Answers   HCL,


How you can delete a record from a ps file in cobol?

1 Answers  


can we write paragraph in area B .....

4 Answers   L&T,


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

0 Answers  


Categories