How to solve S0C7 abend with out using DISPlay in 10 mins?
1.compile and run the program,in the spool we can find the
offset value for the job. note that offset value and run
the same job again with compiler option as LIST.
2.see the spool for the offset value where it is
located,means exactly in which numerical operation that
abbend occured.EG: total = salary + commision.
| Is This Answer Correct ? | 4 Yes | 2 No |
what is the steps followed in EXPLAIN Process or EXPLAIN command. (Explain is for identifying the optimized access path but how or what is the steps for doing the EXPLAIN)
What is null indicator in db2?
How to check table size in db2 sap?
What technique is used to retrieve data from more than one table in a single SQL statement?
What is a base table?
how many partitions are possible in partitioned tablespace? dont say 1-64. a)240 b)256 c)512 d)none
Update command
What is a cursor and what is its function?
what are the frequent DB2 abends did you encounter in your programs ?? What are different SQL abends ??
What is alias in db2?
What is table space in db2?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?