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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is pdes?

662


What is the structure and definition for the same?

597


What are the sub parameters for undo command?

568


What is the output of the following command given in tso/ispf terminal?

595


what is the panel name of ispf primary option menu?

648






How many registers we are using in mvs?

651


How many register we are using in mvs?

644


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

679


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

638


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

628


what is swap-in and swap-out?

621


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

756