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

Regarding DEST parameter in JCL


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

New User


Joined: 02 Aug 2005
Posts: 13
Location: hyderabad

PostPosted: Tue Aug 09, 2005 8:18 pm
Reply with quote

Hello Everybody,
Can u please say me how to use DEST parameter in JCL?
and How can we use that parameter in JCL?
Is it related to any of the Paramaters in JCL's?

Pls clarify my doubts friends..................

Thanks & Regards
Sravan.V
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Tue Aug 09, 2005 9:49 pm
Reply with quote

For complete info'n on DEST, Check this link...

http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B650/22.19?DT=20040712170508

Regards,

Priyesh.
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Thu Nov 17, 2005 7:46 pm
Reply with quote

hi frnd,

DEST -->>Sends a sysout data set to the specified destination.

DEST=destination
LOCAL
name
(node,userid)

LOCAL or ANYLOCAL: local device name: named local or remote device

can be used,, YEs its related to JCL when v r in need to specify any particular destination
Back to top
View user's profile Send private message
murali922

New User


Joined: 25 Jul 2005
Posts: 92
Location: India

PostPosted: Thu Nov 24, 2005 9:36 am
Reply with quote

Every book says Sysout directs jcl output information and infomration generated during the jcl run to a specified destination. The sme explanation for DEST as well.


What is the difference between SYSOUT and DEST.

Cheers
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Thu Nov 24, 2005 10:01 am
Reply with quote

Hi frnd,

SYSOUT:
A sysout data set is a system-handled output data set. This data set is placed temporarily on direct access storage. Later, at the convenience of the system, the system prints it, punches it, or sends it to a specified location. Because sysout data sets are processed by the system, the programmer can specify many parameters to control that processing.
Eg: //SYSPRINT DD SYSOUT=@

DEST:
Syn: DEST=destination

and it generally sends a sysout data set to the specified destination. and also the DEST parameter can send a sysout data set to a remote or local terminal, a node, a node and remote workstation, a local device or group of devices, or a node and userid.

but note one thing ' the DEST parameter only on a DD statement with a SYSOUT parameter. Otherwise, the system checks the DEST parameter for syntax,then ignores it.'



Hope enough
Back to top
View user's profile Send private message
k_vikram07

New User


Joined: 23 Nov 2005
Posts: 35

PostPosted: Thu Nov 24, 2005 12:07 pm
Reply with quote

eg:
//DDPRINT DD SYSOUT=(A,WRITER001),DEST=node

This makes the output on DDprint to send to 'node' specified in DEST.

Thanks
Vik.
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 Using the Jobname parameter in a Qual... ABENDS & Debugging 1
No new posts Demand with DEADLINE TIME parameter CA Products 4
No new posts Option DYNALLOC second parameter. DFSORT/ICETOOL 11
No new posts Writing the output file name from a p... JCL & VSAM 7
No new posts Reference for COND parameter. JCL & VSAM 1
Search our Forums:

Back to Top