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

how to send tso send command through jcl


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

New User


Joined: 20 Oct 2003
Posts: 3

PostPosted: Fri Dec 12, 2003 9:45 am
Reply with quote

[/b]
can any of you tell me how to send tso send command from a jcl job icon_question.gif
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Thu Dec 18, 2003 3:47 am
Reply with quote

Hi K,

You can use:
Code:
 
//S1        EXEC  PGM=IKJEFT01   
//SYSTSPRT  DD    SYSOUT=*
//SYSOUT    DD    SYSOUT=* 
//SYSTSIN   DD    * 
   put your TSO cmds here                       
/*

Instead of IKJEFT01 you can execute various entry points that handle return codes differently.

Regards, Jack.
Back to top
View user's profile Send private message
naveenmsc

New User


Joined: 28 Dec 2003
Posts: 4
Location: visakhapatnam

PostPosted: Mon Dec 29, 2003 8:26 pm
Reply with quote

venkatsrib wrote:
[/b]
can any of you tell me how to send tso send command from a jcl job icon_question.gif

hey K
u can even type TSO <required command> at command prompt and send it

ex: if u want to send a message to other user the syntax is as follows
TSO SEND <MESSAGE IN QUATES(')>,USER(USERNAME)

cheers
Naveen
Back to top
View user's profile Send private message
jegan_king2004

New User


Joined: 18 Aug 2005
Posts: 2
Location: chennai

PostPosted: Thu Mar 06, 2008 12:38 pm
Reply with quote

While sending the message the user id is comming in the destination terminal. So how to mask that ?
Back to top
View user's profile Send private message
jegan_king2004

New User


Joined: 18 Aug 2005
Posts: 2
Location: chennai

PostPosted: Thu Mar 06, 2008 12:42 pm
Reply with quote

For example

TSO SEND 'HELLO' USER(RACFID) then the message is comming in the destination is like

HELLO SENDER RECFID
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
No new posts Query on edit primary command CLIST & REXX 5
Search our Forums:

Back to Top