View previous topic :: View next topic
|
Author |
Message |
trushant.w
New User
Joined: 22 Sep 2013 Posts: 81 Location: pune india
|
|
|
|
Hi All,
I came across the question
How to solve -805 DB2 Sql code
As i know it is plan/package not found error.I answered we have to provide correct plan/pckage name in SYSTSIN card.
But it look like they were not satisfied with the answer.I work in project where all this thing are done by tool,so i have never done it manually.
Please put some light on it. |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
Back to top |
|
|
Joseph Reynolds
New User
Joined: 07 Oct 2013 Posts: 6 Location: United States
|
|
|
|
I have asked the same general question during an interview.
While understanding how to solve the -805 is a skill to have, it may be as well-served to demonstrate understanding of how to get a program into productive use. By understanding this, the reason for the -805s fall into place and can be avoided.
Here is what I typically ask:
What is the compilation process for a <COBOL> program?
What things are produced, for example, program listing? (Probe to see if the interviewee provides DBRM as an object produced, and what it is).
How do the compilation artifacts 'come together', and get run?
etc.
-805s are due to a lack of experience, understanding or attention to the over-all process. Handling -805s are best done by preventing them. |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello and welcome to the forums,
Quote: |
Handling -805s are best done by preventing them |
Yup, agreed for sure!
People new to an environment should be provided with the "correct way to do it here".
d |
|
Back to top |
|
|
|