|
|
| Author |
Message |
san_icse Currently Banned New User
Joined: 11 May 2007 Posts: 11 Location: India
|
|
|
|
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 |
|
 |
References
|
Posted: Mon Mar 31, 2008 6:26 pm Post subject: Re: Problem using XMITIP |
 |
|
|
 |
Moved: Mon Mar 31, 2008 6:32 pm by superk From JCL to Other Mainframe Topics |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3081 Location: Charlotte,NC USA
|
|
|
|
| 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 |
|
 |
san_icse Currently Banned New User
Joined: 11 May 2007 Posts: 11 Location: India
|
|
|
|
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 |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7470 Location: 221 B Baker St
|
|
|
|
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 |
|
 |
|
|