Pass5107

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-02-13
20:06
585 views
Calling SSRS from within a Cobol program using Acusql and or Acu4gl
Has anyone created a method of calling SSRS RDL from within AcuCobol?
2 Replies

Micro Focus Expert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-02-14
10:44
RE: Calling SSRS from within a Cobol program using Acusql and or Acu4gl
I take it that you want to leverage SSRS RDL (to write reports) from within COBOL versus just reading the output of SSRS RDL which makes XML style reports. Looking on the Web, I found this article showing how to leverage SSRS RDL as a Web Service ... www.teamscs.com/.../
Pass5107

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-02-14
12:38
RE: Calling SSRS from within a Cobol program using Acusql and or Acu4gl
Thank you I will take a look at the site, our end users are extremely pleased with our Cobol programs that allows them to easily set the reporting parameters that would call the Cobol reporting program and generate a standard printed report no fancy graphics, now in the world SSRS and Crystal they are wanting more, so our initial thoughts would be to use our Cobol program to pass the selection report parameters rather than using SSRS because of the way its handles parameters, and then the out report would show up in a browser with a very nice looking report, and our end users would not have to learn how to run SSRS. Anyway thanks for the feedback. We have also looked into third party products such as RPV and Fytek to do pretty much the same thing as SSRS.