View previous topic :: View next topic |
Author |
Message |
Param Beginner

Joined: 31 Mar 2003 Posts: 16 Topics: 7
|
Posted: Mon Aug 25, 2003 8:39 am Post subject: To print from CICS |
|
|
Hi,
Is it possible to print in our local Mainframe printer via CICS? If so how?
Thnx in advance.... |
|
Back to top |
|
 |
prakal Beginner
Joined: 14 Mar 2003 Posts: 22 Topics: 1
|
Posted: Mon Aug 25, 2003 9:52 am Post subject: |
|
|
There are products available that act as an interface between CICS and printers. One such product that we use is Dynamic Reporting System (DRS), check the following link for more information about DRS.
http://www.lrs.com/EOM/PDF/PrintLine/Current.PDF
Prakal. |
|
Back to top |
|
 |
warp5 Intermediate

Joined: 02 Dec 2002 Posts: 429 Topics: 18 Location: Germany
|
Posted: Tue Aug 26, 2003 12:27 am Post subject: |
|
|
Look into the IBM Infoprint Server. This is available in OS/390 V2R10. Depending on your release you should have it too and you can do many things with it. We replaced vendor software products with it. |
|
Back to top |
|
 |
Param Beginner

Joined: 31 Mar 2003 Posts: 16 Topics: 7
|
Posted: Tue Aug 26, 2003 12:29 am Post subject: |
|
|
Thnks....
But is it possible to do with CICS commands.
What I really want to do is to print from my online program... |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Tue Aug 26, 2003 5:45 am Post subject: |
|
|
param,
Check this out
CICS support for printing
Hope this helps...
cheers
kolusu |
|
Back to top |
|
 |
Manas Biswal Intermediate

Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Tue Aug 26, 2003 12:47 pm Post subject: |
|
|
Param,
Yes Param - You can do it using spools or extra-partitioned TDQs. But it needs something to be done by your sysprog(who will have to modify the CICS IPL job and define CICS Entries) too before you can start printing from your online program. You can ask your sysprog about existing print facilities.
Regards,
Manas |
|
Back to top |
|
 |
|
|