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

DADSBBI Utility


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Mr.Niceguy

New User


Joined: 16 Jun 2005
Posts: 63

PostPosted: Thu Dec 20, 2007 4:43 pm
Reply with quote

Hi All,

Can anybody explain about the usage of CA utility DADSBBI in CICS?

I saw it is used to allocate and deallocate datasets in online/batch region. But it is also used to initialize CICS transaction. I'm a bit confused how this utility is working exactly.

Thanks in advance.
Back to top
View user's profile Send private message
Mr.Niceguy

New User


Joined: 16 Jun 2005
Posts: 63

PostPosted: Thu Dec 20, 2007 4:48 pm
Reply with quote

Sorry Guys! that is DADBBI utility. Please let me know if you have come across about this utility.

Thanks alot!
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Dec 20, 2007 5:20 pm
Reply with quote

Hi.

It is part of CA's CA-DADS for CICS product. This specific module, if I remember correctly, is the DADS Batch Interface, which allow interfacing with CICS from batch.

O.
Back to top
View user's profile Send private message
Mr.Niceguy

New User


Joined: 16 Jun 2005
Posts: 63

PostPosted: Thu Dec 20, 2007 5:42 pm
Reply with quote

Thanks Ofer71,

In my case, we have the load of this utility to use. So we are unaware of the performance of this utlity.

Whenever we use this utlity we use to give a file in DADSBIF parameter. I guess this file is to capture all return codes and error codes encountered during a transaction. Apart from this, Is there any specific significance for the file? The same utility is enabling a CICS transaction too. I just need to know about the significance of this utility. I here by pasted the code. Please let me know if anybody knows about this in detail.

//DADSBIF EXEC PGM=DADBBI
//STEPLIB DD DSN=DADSPLUS.LOADLIB,DISP=SHR
//DADSBIF DD DSN=DADSPLUS.DADSBIF,DISP=SHR
//SYSPRINT DD SYSOUT=*,DCB=(LRECL=133,BLKSIZE=133,RECFM=FBA)
//SYSIN DD *
FUNCTION=DADS,APPLID=(CICSAPPL,CONTINUE)
COMMAND=START MYTR (TRANS DATA - 35 chars)
//

Thanks in advance!
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu Dec 20, 2007 9:47 pm
Reply with quote

Hello,

The posted jcl should start a transaction named MYTR in the CICSAPPL cics region.

As mentioned previously, it is a way to interface with CICS from batch.
Back to top
View user's profile Send private message
Mr.Niceguy

New User


Joined: 16 Jun 2005
Posts: 63

PostPosted: Fri Dec 21, 2007 10:27 am
Reply with quote

Thanks alot for your explanation Dick,

Apart from initiating a transaction in a particular CICS region, there are some more parameters which we use to pass. Do you people have any idea about the following parameters?

REQUEST=(A,C,R10TRAN)
(TRANS DATA - 35 chars)
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Fri Dec 21, 2007 3:06 pm
Reply with quote

How about reading the manuals?

O.
Back to top
View user's profile Send private message
Mr.Niceguy

New User


Joined: 16 Jun 2005
Posts: 63

PostPosted: Thu Dec 27, 2007 11:50 am
Reply with quote

Yes that is also a good idea!!

Friends! Please send across if you have any manuals, links regarding this CA product. It would be very helpful for me to proceed further.

Thanks in advance,
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Dec 27, 2007 1:13 pm
Reply with quote

CA Documentations are copyrighted materials. If you are a licenced user of a CA product, you should have all the manuals at your site.

O.
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts REASON 00D70014 in load utility DB2 6
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts Any JCL or VSAM Utility to get number... JCL & VSAM 1
No new posts DATA SET LIST UTILITY screen TSO/ISPF 6
No new posts Which SORT utility can improve the Pe... DFSORT/ICETOOL 16
Search our Forums:

Back to Top