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 |
what is the difference between PA & PF keys?
Explain Restart Logic in Cobol?
how do you reference the ksds vsam file formats from cobol programs
Explain complete concept of table handling in COBOL with an example?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
What are the different rules to perform a Search?
consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error
What is the figurative constant in cobol?
For rewrite, why is it mandatory that file needs to be opened?
what is the diff b/w select stsmt and cursor ?
What is the difference between a subscript and an index in a table definition?