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 

How to avoid host prinouts?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Job Control Language(JCL)
View previous topic :: View next topic  
Author Message
vjkumk
Beginner


Joined: 28 Sep 2005
Posts: 98
Topics: 33

PostPosted: Sun Aug 27, 2006 2:20 am    Post subject: How to avoid host prinouts? Reply with quote

Hi,

While testing the jobs in development region ,some of the jobs output get prined at host.As far i know these are the possibilities to get print out at host.

(a)The msgclass is the one which specifies the output device, the output device where the output are sent.
(b)At sysout we can mention the ouput device(printer,ejes)
(c)If we give sysout=*,it takes output device mentioned in msgclass
(d)Output statements speciifed in jcl
(e)typing commands at EJES(spool) ,which is a command to print.

I have corrected all those information in the jcl where the output device is not a printer,all though i have done necssary changes in order to avoid printout at host,some of the jobs output gets printed,Is there is any way to avoid printout at host from a point of TSO user?Appreciate your help.

vj
Back to top
View user's profile Send private message
ahreddy
Beginner


Joined: 26 Jul 2006
Posts: 7
Topics: 3

PostPosted: Sun Aug 27, 2006 10:21 pm    Post subject: Reply with quote

Hi VJ,

The below information may help you,

******************

THE ROUTE PRINT STATEMENT
NOTE: The use of the OUTPUT statement rather than the ROUTE PRINT statement is encouraged, as the OUTPUT statement has greater flexibility.
The ROUTE PRINT statement is used to specify the destination of SYSOUT datasets that are not routed by a DEST parameter on an OUTPUT card. The destination may be a JES printer, RSCS printer, or another user specified by node and userid.

This statement is identified by "/*ROUTE PRINT" in columns 1 thru 14 and the printdestination starting in column 16. The format for destinations is either UCSBMVS.Rnnn for JES printers or node.userid, or node.printername. Columns beyond 70 should not be used. There can only be one destination on a ROUTE PRINT statement.

The ROUTE statement is used in some systems because the job deck containing it was brought over by the MVT-to-MVS conversion team. To simplify the conversion effort and user training, this statement was retained. The OUTPUT statement is, however, the preferred method for routing system output.

+----------------------------------------------------------------------------+
[ 0 1 1 2 2 3 3 4 4 5 5 6 6 7 ]
[ 123456789012345678901234567890123456789012345678901234567890123456789012 ]
[ ]
[ /*ROUTE PRINT UCSBMVS.R1 ]
[ /*ROUTE PRINT UCSBMVS.R0 ]
[ /*ROUTE PRINT UCSBVM.IS00KS ]
[ ]
[ Figure 22. ROUTE PRINT statement ]
+----------------------------------------------------------------------------+

*******************


AH.
Back to top
View user's profile Send private message
ahreddy
Beginner


Joined: 26 Jul 2006
Posts: 7
Topics: 3

PostPosted: Sun Aug 27, 2006 10:22 pm    Post subject: Reply with quote

Hi VJ,

Please check your jcl,you might have 'ROUTE PRINT' statement.
Back to top
View user's profile Send private message
vjkumk
Beginner


Joined: 28 Sep 2005
Posts: 98
Topics: 33

PostPosted: Mon Aug 28, 2006 9:50 am    Post subject: Reply with quote

AH,

Thanks for the information.


cheers,
VJ
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 -> Job Control Language(JCL) 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