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 |
Can a Search can be done on a table with or without Index?
what is the use of filler in cobol programing?
What is rmode(24)
wht is the difference between goto and perform stmts
Can we dynamically increase the size of occurs clause? i.e In case I an not sure of the size of array and want to increase the size at run time.If yes , how?
i have variable record in the 5th, i want to sort from 5th filed ? how ?
i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
Following questions were asked in Capegemini on 8th sep,2012 mainframe test 1.)Condition code for dul recors in VSAM- 2.) Is NULL or =NULL in Select statement 3.)max size of CI 4.)What happens after CI is full 5.)Ques on COND parameter 6.)which among following can not be rolled back a)delete table b.)droptable c)Update d.)insert 7.)groupby and orderby sql querries 8.)Max extents in VSAM file 9.)quesn on DPRTY=(1,10) 10.)range of condition codes in COBOL 11.)occurs clase can not be used at which level? 12.)delimiter in jcl 13.)sort card for file in PGM=SORT 14.)PIC(6) value 120056 possible? 15)question on BLKSIZE Is (20,20) and (20,10) possible? 16.)number of bytes in RDF 17.)Can we use index in WS-section or LK-section 18.)Verify command in IDCAMS used for? 19.)question on Alternate Index 20.)Return code of file attribute mismatch 21.)In which format COBOL variables stored? 22.)what is Alternate of HANDLE? 23.)can SUM,AVG,MIN,ROUND used in numeric and char variable data types? 24.)What is the datatype of FILE STATUS codes in WS-section?
What is IMPACT analysis?
What is Control Break processing ?
Why we should use cursor ?
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?