IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What excatly do in your low level design


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
samchris

New User


Joined: 31 May 2005
Posts: 26
Location: pune

PostPosted: Thu Mar 23, 2006 10:27 am
Reply with quote

hello friends

i faced interview in fadilty they asked this questions.can any body clear the doubts thanks in advance.

1.what excatly do in your high level design?

2.what excatly do in your low level design?

3.what is the job schuduler in your company?

db2 qus:
1.what is repair utility?

2..suppose you are using db2-cobol programs what will you write in jcl to link both db2-cobol?

3.consider one table a with fields empid,empsal,position and table b empid , branch i want to link both tables using joins. how to do that?

cobol:
what is sub programs? where we using that?

thanks
vasanth
Back to top
View user's profile Send private message
KS

New User


Joined: 28 Feb 2006
Posts: 91
Location: Chennai

PostPosted: Thu Mar 23, 2006 12:28 pm
Reply with quote

1. The REPAIR online utility repairs data.REPAIR is intended as a means of replacing invalid data with valid data.

2. Table A fields(Employee) - empid,empsal,position
Table B fields(Details) - empid , branch

Query - SELECT A.EMPSAL,A.POSITION.B.BRANCH FROM EMPLOYEE A,DETAIL B WHERE A.EMPID = B.EMPID;

3. Job Scheduler - OPC

4. A subprogram is either a procedure or a function.
A procedure specifies a sequence of actions and is invoked by a procedure call statement.A function specifies a sequence of actions and also returns a value called the result, and so a function call is an expression.
Back to top
View user's profile Send private message
samchris

New User


Joined: 31 May 2005
Posts: 26
Location: pune

PostPosted: Thu Mar 23, 2006 1:54 pm
Reply with quote

thanks for your help sir
plz tell me what you are doing in high level design and low level design

regards
vasanth
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Mar 24, 2006 12:22 pm
Reply with quote

3.what is the job schuduler in your company?

CA-Scheduler Job Management and CA-Unicenter AutoSys Job Management.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts How to load to DB2 with column level ... DB2 6
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts JPM Reports for each DB2 V12 Function... DB2 0
No new posts Program level statistics CICS 6
No new posts Feild level validation to test first ... JCL & VSAM 10
Search our Forums:

Back to Top