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

SMTP-send : Overriding default paramter


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
swapnilushinde

New User


Joined: 17 Mar 2009
Posts: 30
Location: Bangalore.India

PostPosted: Tue Feb 09, 2010 4:41 pm
Reply with quote

Hello
We are using SMTP-send product for sending emails from mainframe.
As per the manual, we can override the configuration parameters..
The OPSCONFG file contains all these default paramter..The manual explains the process of creating our own config. file..
I created my OPSCONFG file with new foreground color and font size..But still I m receiving emails with default parameters..

Configuration file creation JCL :
Code:

//CONFJOB1 JOB (XXXXX,T,YYYYY,57),'SWAPNIL',NOTIFY=&SYSUID,            *
//          MSGCLASS=A,REGION=0M                                       
//*MAIN CLASS=HIGH                                                     
//S1 EXEC PGM=OPSMKCFG,REGION=7192K                                     
//STEPLIB DD DSN=SYS2.G01.OPSR522.LOADLIB,DISP=SHR                     
//SYSPRINT DD SYSOUT=*                                                 
//SYSOUT DD SYSOUT=*                                                   
//CONFIG DD DSN=Txxxxxx.G01.OPSR522.INSTLIB(CONFIGNJ),DISP=SHR         
//DISTLIST DD DSN=Txxxxxx.G01.OPSR522.INSTLIB(DISTLIST),DISP=SHR       
//OPSCONFG DD DSN=Txx.G01.OPSR522.CONFIG,DISP=SHR                       
//*                                                                     


Here Txx.G01.OPSR522.CONFIG is the new configuration VSAM file..The
new paramters are provided though DDname CONFIG.(Where I updated the foreground clor and font size.)

I used above config. file into SMTP step..
Code:

//SMTPJOB1 JOB (XXXXX,T,XXXX,57),'SWAPNIL',NOTIFY=&SYSUID, 
//          MSGCLASS=N,REGION=0M                             
//*MAIN CLASS=HIGH                                           
//STEP1 EXEC PGM=OPSGS3B                                     
//STEPLIB DD DISP=SHR,DSN=SYS2.G01.OPSR522.LOADLIB           
//SYSPRINT DD SYSOUT=*                                       
//CONTROL DD *                                               
COMMAND   SEND                                               
FROM      GDZZZ@XXXXXXX.COM                             
TO        SSHINDE@XXXXXXX.COM                                   
SUBJECT   GDZZZ MAIL                                             
/*                                                           
//** BELOW IS THE NEW CONFIG. VSAM  ********
//OPSCONFG DD DISP=SHR,DSN=TXX.G01.OPSR522.CONFIG           
//MESSAGE DD DSN=XX.CL.YYYYYY.CLAAA.G6522V00,DISP=SHR       
//*                                                         


I am not able to understand as why still it sending mails with default values..the new changes like foreground clor,font size are not overrriden... icon_sad.gif
Please help me on this..
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Tue Feb 09, 2010 5:54 pm
Reply with quote

As this is a vendor product, you're MUCH more likely to find the answers to your questions by contacting the vendor. Your company pays the vendor for product support for just this type of circumstance. Getting an answer on this forum depends upon whether or not a responder has that particular product installed and knows the answer. Since standard SMTP doesn't support such options (see RFC 2821 for what it does support), the vendor is your best option for information about how their product works.
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Running a Job with the Default User ID JCL & VSAM 2
No new posts Change Default Scroll Setting TSO/ISPF 1
No new posts REXX to send an email in Mainframe wi... CLIST & REXX 3
No new posts REXX to send an email in Mainframe CLIST & REXX 4
No new posts help send file AFT CONTROLM EM IBM Tools 0
Search our Forums:

Back to Top