Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
SMTP-send : Overriding default paramter

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics
Author Message
swapnilushinde

New User


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

PostPosted: Tue Feb 09, 2010 4:41 pm    Post subject: SMTP-send : Overriding default paramter
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
References
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 5034
Location: Atlanta, GA

PostPosted: Tue Feb 09, 2010 5:54 pm    Post subject:
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Other Mainframe Topics All times are GMT + 6 Hours
Page 1 of 1