Interview Questions



Interview Questions

Postby leelaa.tsk » Mon Mar 15, 2010 6:53 pm

  • What is the purpose of the IEBEDIT utility?
  • How will you see the value of variable for whole record in file using xpeditor?
  • How do you compile a program using CA-Endevor?
  • What is the record length for the following program
    05 emp-table occurs 15 times
    10 emp-name pic x(10)
    10 emp-no pic s9(05)comp
    10 emp-salary pic s9(9)V99 comp-3.
  • Which is efficient and faster search or search all?
leelaa.tsk
 
Posts: 13
Joined: Wed Mar 03, 2010 7:48 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Interview Questions

Postby MrSpock » Mon Mar 15, 2010 7:47 pm

leelaa.tsk, it is preferred by the forum that you supply YOUR best responses to these questions. Then, someone here can help you if you hone your responses if necessary.

One question can easily be answered by referring the the description in the manual.

One question is really a site-specific policy/standard. One is related to a specific third-party product that presumably you've already been trained for.

One could easily be answered in about 1 minute with a quick test.
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times

Re: Interview Questions

Postby Robert Sample » Mon Mar 15, 2010 8:23 pm

And as far as your last question goes, the answer depends upon the number of elements in the table. Both SEARCH and SEARCH ALL are faster in certain circumstances -- quite possibly a trick question.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times

Re: Interview Questions

Postby suresh04455 » Thu Feb 23, 2012 10:16 pm

1>What is the record length for the following program
05 emp-table occurs 15 times
10 emp-name pic x(10)
10 emp-no pic s9(05)comp
10 emp-salary pic s9(9)V99 comp-3.
Ans: x(10)-------------10bytes
s9(05)comp -----4bytes
s9(9)v99---------6bytes
Total 20*15=300bytes
suresh04455
 
Posts: 1
Joined: Sat Jan 07, 2012 11:39 am
Has thanked: 0 time
Been thanked: 0 time


Return to Interview Questions

 


  • Related topics
    Replies
    Views
    Last post