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

Problem using XMITIP


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

New User


Joined: 11 May 2007
Posts: 11
Location: India

PostPosted: Mon Mar 31, 2008 6:26 pm
Reply with quote

Hi ,

I want to send a email thru below JCL as SMTP doesn't work here.

Can anyone tell me how to find out the right library in our MainFrame which are being used for.
I dont know what library I should give in //SYSEXEC

Code:
                                               
//JS0010 EXEC PGM=IKJEFT1B                                           
//SYSEXEC  DD DISP=SHR,DSN=SYSU.XMITIP.EXEC                         
//SYSPRINT DD SYSOUT=*                                               
//SYSTSPRT DD SYSOUT=*                                               
//REPORT1  DD DSN=<YOUR.CSV.DATASET.NAME.GOES.HERE>,DISP=SHR         
//SYSTSIN  DD *                                                     
%XMITIP     ABC@XYZ.COM +                       
    FILEDD REPORT1                          +                       
    FILENAME SOD.CSV +                                               
    FORMAT CSV +                                                     
    SUBJECT 'DDA SOD - COB &DATE ' +                                 
    MSGT 'DDA SOD REPORT. FILE 1' +                                 
    FROM ABC2@XYZ.COM                             
/*                                                                   
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon Mar 31, 2008 6:35 pm
Reply with quote

If you can't find where XMITIP resides by searching all of the known system libraries, or using commands like TSO ISRFIND/ISRDDN, or any other means available to you, then I don't know what you can do other than ask the person/group who installed the XMITIP product.
Back to top
View user's profile Send private message
san_icse
Currently Banned

New User


Joined: 11 May 2007
Posts: 11
Location: India

PostPosted: Mon Mar 31, 2008 8:08 pm
Reply with quote

Hi superk,

This commands working here but I am not getting anything helpful from it. How would I recognize concern libraries that I need among these. Even I dont know about the team/group who takes care about these system related things.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Mar 31, 2008 8:53 pm
Reply with quote

Hello,

Quote:
Even I dont know about the team/group who takes care about these system related things
Someone does. . .

You may need to talk with your manager or someone else who uses the system to find out who "takes card of these system related things".

We know nothing about your system configuration. . . Kevin suggested how to look for the things you need and if that doesn't work for you, you will need to find out who does know and work with them.

You might ask someone for some example of a working e-mail send and check that jcl.
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
No new posts Need to add field to copybook, proble... COBOL Programming 14
Search our Forums:

Back to Top