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

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

0 Answers  


plz any one tell clearly the justify right clause?

1 Answers  


i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?

1 Answers   HCL,


how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)

5 Answers   IBM,


how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?

2 Answers  






i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

0 Answers  


why do u need inspect verb?

3 Answers   Patni,


Which division and paragraphs are mandatory for a COBOL program?

0 Answers  


If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....

1 Answers   HCL,


Where the Plan is located in CICS-DB2

2 Answers   IBM,


WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.

4 Answers   Atos Origin,


Differentiate COBOL and COBOL-II?

0 Answers  


Categories