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 

Writing report stored in TSQ/TDQ to dataset in CICS

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
nishantrk
Beginner


Joined: 24 Mar 2006
Posts: 32
Topics: 16

PostPosted: Mon May 05, 2008 10:09 am    Post subject: Writing report stored in TSQ/TDQ to dataset in CICS Reply with quote

I have read through the earlier post regarding this ,from my understanding we can have a DDNAME which is associated with TDQ and the queue data is wrriten to that dataset.My requirement is like we have around 15 reports generated through onlines and each report to be written to a different dataset .Also we have 19 different databases in the same CICS region(associated with differnt transaction) each having 15 reports .so that means around 285 different dataset to be written so for each a diffrent DDNAME is to be given in the jcl?

This seems to be very cubersome method ...Could anyone please suggest some other method to generate these reports
Back to top
View user's profile Send private message Send e-mail
Dibakar
Advanced


Joined: 02 Dec 2002
Posts: 700
Topics: 63
Location: USA

PostPosted: Fri Sep 12, 2008 10:44 pm    Post subject: Reply with quote

How many JCLs are you planning to write and how many of them will run simultaneously? I think you may be able to reuse the DDNAMEs. Maybe someone can suggest better if they get a glimpse of the JCL you are planning to create.
Back to top
View user's profile Send private message Send e-mail
jtollefson
Beginner


Joined: 23 Jan 2009
Posts: 2
Topics: 0
Location: Sioux Falls, SD

PostPosted: Sun Jan 25, 2009 10:22 am    Post subject: Reply with quote

How are the online reports controlled now?

Could you use EXCI to link up to the onlines from batch to have the reports generated?

This would allow you to schedule the reports through your batch scheduling and in turn have more control over the dataset that is being used for your db extract reports.

Also, you could use the batch AFCS utility to execute transactions in the online to have more control over the usage of the dataset.

If you have onlines that write reports through normal processing... you could use a GDG with SET OPENS & CLOSES within the online modules. When a GDG is set to closed and then opened a new generation of the GDG is allocated each time... you could use that for whatever.

Without knowing the process execution of how your reports are being generated its kinda hard to tell what the best way for you to do this would be.

Course... just now I looked at the original posting date and you've probably figured it out by now...

It would be interesting to find out how the poster solved this problem.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware 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