How to send a SMS to a mobile through Mainframe MVS?
Please let me know a detailed information regarding this
SMS feature in Mainframe.

Answers were Sorted based on User's Feedback



How to send a SMS to a mobile through Mainframe MVS? Please let me know a detailed information rega..

Answer / dolby

YOU CAN ROUTE SMTP MAIL FROM MVS INTO SMS.

Is This Answer Correct ?    8 Yes 3 No

How to send a SMS to a mobile through Mainframe MVS? Please let me know a detailed information rega..

Answer / sukesh adhikary

//SENDNOTE EXEC PGM=IEBGENER
//SYSIN DD DUMMY
//SYSPRINT DD SYSOUT=*
//SYSUT2 DD SYSOUT=(B,SMTP)
//SYSUT1 DD *
helo MVSHOST
mail from:<MVSUser@MVSHost.xyz.com>
rcpt to:<unixuser@pop3.xyz.com>
data
From: MVSUser@MVSHost.xyz.com
To: unixuser@pop3.xyz.com
Subject: Test message from MVS using SMTP

This is a line in the body of the note.

Is This Answer Correct ?    4 Yes 1 No

How to send a SMS to a mobile through Mainframe MVS? Please let me know a detailed information rega..

Answer / david

yes

Is This Answer Correct ?    3 Yes 4 No

How to send a SMS to a mobile through Mainframe MVS? Please let me know a detailed information rega..

Answer / prathyusha

if in ispf pannel 3.6 is given it takes to other pannel
then "type ur msg" to "id" from "id" then press enter

Is This Answer Correct ?    2 Yes 4 No

How to send a SMS to a mobile through Mainframe MVS? Please let me know a detailed information rega..

Answer / hemanth

SMS in mainframe is Storage Management System. I hope it has
nothing to do with telephone SMS.

Regarding the Storage Management System, I can say something
soon.

Anyone please correct me if my understanding is wrong.

Is This Answer Correct ?    12 Yes 19 No

Post New Answer

More MVS Interview Questions

what is pdes?

0 Answers   IBM,


what is the panel name of ispf primary option menu?

0 Answers   IBM,


What is the structure and definition for the same?

0 Answers  


how to define a directory and what is the structure and definition for the same?

0 Answers   IBM,


What are the sub parameters for undo command?

0 Answers  






What is full form of SPOOL

15 Answers   IBM, Wipro,


what is the facility that allows mainframes to be partitioned into lapars? A.z/os b.pr/sm c.vitual storaged.coupling facility

0 Answers   IBM,


What is the output of the following command given in TSO/ISPF terminal? SRCHFOR 'abc' SRCHFORC 'xyz', (+5)

2 Answers   CTS, IBM,


what is the size of the address space in kbs for 16 bit address space?

0 Answers   IBM,


how to send a sms to a mobile through mainframe mvs?

0 Answers   IBM,


what is swap-in and swap-out? What is address space in MVS? What is the size of the address space in KBs for 16 bit address space?

12 Answers   HCL, IBM,


How many registers we are using in mvs?

0 Answers  


Categories