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

Interview Questions that unable to answer


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

New User


Joined: 14 Mar 2010
Posts: 2
Location: Hyderabad

PostPosted: Sat Jul 24, 2010 1:34 pm
Reply with quote

This is my first post in this forum. Forgive me if I don't follow any forum
rules


following are questions which I am unable to answer. Please give me answers to the following questions.

1)difference b/w Static and dynamic?
a)For static we will load subprogram along with mainprogram. Where as dynamic we don't

2)If you use static? will you load sub prog? and where can we find the subprogram load lib?
a) Main load library..Is this the correct ans?
3)how will you test the cobol+db2 program?
a) No ans from me?
4)Time stamp error? how will solve it ? vr will you find it? how can you know that there is a time stamp error?
a) I have explained him what is time stamp error. I could not tell him how to solve it.
5)If i want to skip the first step how can I do it?
a)I told him cond(0,LE) in the first step. But I am not sure.

6)Where will you code cursor? can we have where clause in cursor while we declare cursor in working storage section?
a) NO Answer from me
7)Any compiler option you know?
a) I told him about Arth(Extend).

8)In a instream proc if we forgot to give 'PEND' what will happen?
a) Jcl error

Let me know whether my answers are correct? Let me know the answers for which I am unable to answer.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Sat Jul 24, 2010 6:16 pm
Reply with quote

5. Your answer is wrong. If you check the manual (link at the top of the page), you will find that COND on the first step of a job always evaluates as false so you can never bypass the first step using COND. This has been mentioned in this forum a number of times, too, so a search would have found that as well. The only way to not execute the first step is to remove it from the job.
Back to top
View user's profile Send private message
Ronald Burr

Active User


Joined: 22 Oct 2009
Posts: 293
Location: U.S.A.

PostPosted: Sat Jul 24, 2010 6:47 pm
Reply with quote

Robert Sample wrote:
The only way to not execute the first step is to remove it from the job.

OR to add a RESTART=xxxxxxxx ( where xxxxxxxx is the stepname of the second step of the job ) parameter to the JOB statement.
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 Infosphere Optim - unable to save Col... IBM Tools 0
No new posts Interviewers are surprised with my an... Mainframe Interview Questions 6
No new posts DFHCSDUP EXTRACT unable to open outpu... CICS 5
No new posts Maintain LIVE data for many sysplexes... PL/I & Assembler 6
No new posts Unable to connect FTP over TLS from z... All Other Mainframe Topics 5
Search our Forums:

Back to Top