Re: interview questions



<ebookstation@xxxxxxxxx> wrote in message
news:1180503610.008994.240780@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
4) suppose while execuetion .the JCL can't find the load module in the
library psecified in STEPLIB ,what will happen...?
a)program abend with code s0c4
b) program abend with code s0cE
c) program abend with code s0c3
d)program abend with code s806.
e) non of the listed option.

You are kidding me, that don't ask questions like this, do they? Expecting
people to know the specific abend codes resulting from various errors? I
would think the correct answer is, "Program abends, and just as with any
abend you look up the error code to figure out why."

(Strangely enough, although I haven't worked on a mainframe in over five
years, I actually know the answer to this one. But that probably says a lot
more about my (lack of?) ability to 'set up' JCL than it does about my
ability to create an application).

(FWIW, I remember S0C3 and S0C4 are more common than the other two, but
darned if i can tell you what each means. I think one is invalid address and
one is numeric exception? Oh well, that's why the manual exists, so you can
look 'em up when they happen.)

MCM


.



Relevant Pages

  • Re: interview questions
    ... they expect you to know some of the more common ABEND codes ... program abend with code s0cE ... you look up the error code to figure out why." ... ability to create an application). ...
    (comp.lang.cobol)
  • Re: State of WORKING-STORAGE in Statically-Called Subroutines
    ... FIRST-BATCH is dependent on the WORKING-STORAGE field OUTPUT-SW. ... >Why would hitting the OPEN EXTEND wipe out anything? ... It did not abend, it did not give a file status error code (as no file ...
    (comp.lang.cobol)