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

Route Reports to Printer without printing in spool


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
akhi007

New User


Joined: 30 Jan 2006
Posts: 35
Location: Richmond

PostPosted: Thu Apr 22, 2010 9:12 pm
Reply with quote

Hi,

I need some help in resolving an issue with a print job. Job actually prints the data in sysout(spool) and then transfer to the printer/ondemand (report archival). Since reports are huge, it occupies more spool size. Is there any way to print directly to report archival system without printing in spool.

Appreciate your help!!!
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Apr 22, 2010 9:37 pm
Reply with quote

SYSOUT=A, where A is priter-class? OR

SYSOUT=(6,,xxx),DEST=xxx - where xxx tells about the destination. ("6" is used just for an ilustration)
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu Apr 22, 2010 9:55 pm
Reply with quote

all depends on the sysout archival systems being used

when going thru the spool the jcl will not be aware of the process being done by the archival system

in the other case ( seen it, done it ) the jcl must be modified, and it will not even run if the archival system is not active
( approach not recommended )

read the jcl manual about subsystem managed datasets
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/iea2b540/4.5.4.1?ACTION=MATCHES&REQUEST=subsys&TYPE=FUZZY&SHELF=IEA2BK81&DT=20040712160458&CASE=&searchTopic=TOPIC&searchText=TEXT&searchIndex=INDEX&rank=RANK&ScrollTOP=FIRSTHIT#FIRSTHIT
Back to top
View user's profile Send private message
Kjeld

Active User


Joined: 15 Dec 2009
Posts: 365
Location: Denmark

PostPosted: Fri Apr 23, 2010 6:56 pm
Reply with quote

It depends on your archival system being able to accept input from a file stream instead?

If so, write your report to a dataset with RECFM=VBA/FBA/VBM/FBM, and execute an archival utility to archive the report.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Batch install term/printer CICS 2
No new posts Search string in job at regular Spool... CLIST & REXX 0
No new posts Capturing logs from spool dd JCL & VSAM 6
No new posts No sysout coming in spool JCL & VSAM 4
No new posts JPM Reports for each DB2 V12 Function... DB2 0
Search our Forums:

Back to Top