MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Interview Questions

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Interview Q & A
View previous topic :: View next topic  
Author Message
madhuri.komatireddy
Beginner


Joined: 03 Apr 2007
Posts: 1
Topics: 1

PostPosted: Tue Apr 17, 2007 12:44 pm    Post subject: Interview Questions Reply with quote

1. How can we pass data from batch to CICS?

2. Can we delete a GDG version using IDCAMS. I know that we use DELETE PURGE and FORCE, but they delete base cluster as well all the generations. But can i delete a particular generation using IDCAMS.

3. Apart from COMMAREA, is there any way to pass data from one program to another program?

4. Is there any other way to select the second or third max value in a column..apart from the below query.
select max(sal) from table where sal < (select max(sal) from table)
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12358
Topics: 75
Location: San Jose

PostPosted: Tue Apr 17, 2007 2:02 pm    Post subject: Reply with quote

madhuri.komatireddy,

1. Using EXCI, a batch job can either EXEC CICS LINK to a program in a CICS region, and can optionally pass or exchange data in a COMMAREA. or a batch job can allocate and open a "pipe" to the CICS region, and issue any number of DPL calls to a CICS program, optionally
passing or exchanging data in a COMMAREA.

2. Yes you can. Just give the complete name of GDG version you want to delete in sysin cards to IDCAMS

3. TSQ & TDQ's

4. Please search before posting. check this link

http://www.mvsforums.com/helpboards/viewtopic.php?t=23&highlight=salary

Kolusu
_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Interview Q & A All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group