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 

send messages SMS from a JCL

 
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
Vanesa
Beginner


Joined: 08 Jun 2006
Posts: 3
Topics: 2
Location: Spain

PostPosted: Thu May 29, 2008 7:36 am    Post subject: send messages SMS from a JCL Reply with quote

it is possible to send messages SMS from a JCL to a mobile phone?
_________________
Thanks
Back to top
View user's profile Send private message Send e-mail
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Thu May 29, 2008 8:39 am    Post subject: Reply with quote

No - JCL just tells the computer which programs to run and which files are required. There may be a program out there that can do it.
_________________
Utility and Program control cards are NOT, repeat NOT, JCL.
Back to top
View user's profile Send private message
Vanesa
Beginner


Joined: 08 Jun 2006
Posts: 3
Topics: 2
Location: Spain

PostPosted: Thu May 29, 2008 9:43 am    Post subject: Reply with quote

If it has done somebody it, it could say please to me that it programs has used
_________________
Thanks
Back to top
View user's profile Send private message Send e-mail
Cogito-Ergo-Sum
Advanced


Joined: 15 Dec 2002
Posts: 637
Topics: 43
Location: Bengaluru, INDIA

PostPosted: Fri May 30, 2008 11:46 am    Post subject: Reply with quote

umm...generally, mobile service providers have a facility to have a mail id using your number in the format of your_number@your_service_provider. Try sending an email to this id and it will turn up as a SMS on your handheld.
_________________
ALL opinions are welcome.

Debugging tip:
When you have eliminated all which is impossible, then whatever remains, however improbable, must be the truth.
-- Sherlock Holmes.
Back to top
View user's profile Send private message
Vanesa
Beginner


Joined: 08 Jun 2006
Posts: 3
Topics: 2
Location: Spain

PostPosted: Mon Jun 02, 2008 1:54 am    Post subject: Reply with quote

It only needed to know if technically it is possible.

If finally I must program it, I will try what you send to me and I will put in the forum I have done since it.

Thank you very much
_________________
Thanks
Back to top
View user's profile Send private message Send e-mail
Terry_Heinze
Supermod


Joined: 31 May 2004
Posts: 391
Topics: 4
Location: Richfield, MN, USA

PostPosted: Mon Jun 02, 2008 9:47 am    Post subject: Reply with quote

Thanks for the reminder, Cogito. I tested e-mailing a msg to <my-cell-phone-number>@txt.att.net and it works great. Sending a reply back to my e-mail address worked fine, too. Smile
_________________
....Terry
Back to top
View user's profile Send private message Send e-mail
sanjay gupta
Beginner


Joined: 31 May 2011
Posts: 2
Topics: 0
Location: Bangalore

PostPosted: Wed Jun 01, 2011 2:28 am    Post subject: Reply with quote

Hi can any one tell me how to Send an SMS to a mobile from JCL? Sad
_________________
D. Sanjay Gupta
Back to top
View user's profile Send private message Yahoo Messenger
dbzTHEdinosauer
Supermod


Joined: 20 Oct 2006
Posts: 1411
Topics: 26
Location: germany

PostPosted: Wed Jun 01, 2011 5:21 am    Post subject: Reply with quote

The truthfulness of NIC's answer (second post in this thread)
has not changed in the last few years.

actually, it will never change.
_________________
Dick Brenholtz
American living in Varel, Germany
Back to top
View user's profile Send private message
Franko
Beginner


Joined: 04 Feb 2010
Posts: 8
Topics: 0
Location: Kansas City

PostPosted: Wed Jun 01, 2011 1:14 pm    Post subject: Reply with quote

Look into ZOSMAIL. This is a program that is run under TSO batch (IKJEFT01) and uses ZIP390 services. It will send messages to a cell phone client if you know the cell phone number and the service provider's mobile email address. For example: TMobile uses xxx@TMOMAIL.NET.
Code:

//DBMAIL   EXEC ZOSMAIL     
//MAIL     DD  *           
FROM:xxx                   
TO:9999999999@TMOMAIL.NET   
SUBJECT:TESTJOB CPT NORMALLY
/*
                         
Back to top
View user's profile Send private message Send e-mail Visit poster's website
sanjay gupta
Beginner


Joined: 31 May 2011
Posts: 2
Topics: 0
Location: Bangalore

PostPosted: Thu Jun 02, 2011 12:43 am    Post subject: Reply with quote

Hi Franko thanks for your answer. Can you please give the JCL code for the above. And do we need any JOBLIB for the ZOMAIL? Sad
_________________
D. Sanjay Gupta
Back to top
View user's profile Send private message Yahoo Messenger
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12365
Topics: 75
Location: San Jose

PostPosted: Thu Jun 02, 2011 8:55 am    Post subject: Reply with quote

Franko,

Looks Like you are executing a PROC named ZOSMAIL. Check the expanded JCL and I think it is using SMTP which is used to send mails. AFAIK zosmail is not a standard TSO package.

Sanjay,

Search the forums here for SMTP and you will find many examples.


Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
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