 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; IEBGENER</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/iebgener/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 13:37:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>CAVIEW mainframe-JCL convert to PROC-issues</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/caview-mainframe-jcl-convert-to-proc-issues/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/caview-mainframe-jcl-convert-to-proc-issues/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 19:15:19 +0000</pubDate>
		<dc:creator>Gypsymorgan</dc:creator>
				<category><![CDATA[CA]]></category>
		<category><![CDATA[CA View]]></category>
		<category><![CDATA[IEBGENER]]></category>
		<category><![CDATA[JCL]]></category>
		<category><![CDATA[PROCSTEPNAME]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We have CAVIEW on the mainframe, sequential files containing report data are sent to CAVIEW via the mainframe utility IEBGENER at the ends of jobs that produce reports. This system DID have straight JCL &#8211; we converted to JCL-and-cataloged PROCEDURE (PROC). The filename into CAVIEW, the CAVIEW reference for SYSUT2 remained the same (e.g. //SYSUT2 [...]]]></description>
				<content:encoded><![CDATA[<p>We have CAVIEW on the mainframe, sequential files containing report data are sent to CAVIEW via the mainframe utility IEBGENER at the ends of jobs that produce reports.  This system DID have straight JCL &#8211; we converted to JCL-and-cataloged PROCEDURE (PROC).  The filename into CAVIEW, the CAVIEW reference for SYSUT2<br />
remained the same  (e.g.<br />
//SYSUT2   DD  SYSOUT=(0,TOTRPT1M) )<br />
the JOBNAME remained the same and the stepname within the PROC remained the same.<br />
So we thought there would be no problem with CAVIEW.  However apparently the fact that there is now (by default) a PROCSTEPNAME  caused issue, and we had to re-request access for all users &#8211; our CAVIEW person had to resetup everything.  My 1st question is:  What REALLY caused the issue here?  Is it really just that we now have a PROC?   My 2nd question has to do with the fact that we have more JCL to convert to JCL-and-PROC.  Is there any way I can &#8220;tweak&#8221; the JCL and/or PROC so CAVIEW will work without issue?  Or do we have to re-request access and resetup everything &#8211; THIS TIME in advance of going to production with the changes!!!!!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/caview-mainframe-jcl-convert-to-proc-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending email with SMTP thru JCL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sending-email-with-smtp-thru-jcl/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sending-email-with-smtp-thru-jcl/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 12:14:52 +0000</pubDate>
		<dc:creator>Ldonoho1</dc:creator>
				<category><![CDATA[IEBGENER]]></category>
		<category><![CDATA[JCL]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m trying to use SMTP to send emails using IBM JCL (IEBGENER). This is the JCL I&#8217;m using.I&#8217;m getting INVALID COMMAND errors on the SYSIN commands. Help. //VS90033Y JOB (1,6893215,FPN-800),&#8217;CMMS&#8217;,MSGCLASS=V,USER=VS90033 //**************************************************************** /**MAIN CLASS=DSN7BTCH,FAILURE=CANCEL,LINES=(9999,W) /**FORMAT PR,DDNAME=,DEST=RM685 //***** //ST0101 EXEC PGM=IEBGENER,REGION=4M //SYSPRINT DD SYSOUT=* //SYSUT1 DD DSN=VS90033.SPF.CNTL(TESTDATA),DISP=SHR //SYSUT2 DD SYSOUT=A,DEST=SMTP //SYSIN DD * HELO BEC MAIL FROM:&#60;LDONOHO1@VISTEON.COM&#62; [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m trying to use SMTP to send emails using IBM JCL (IEBGENER). This is the JCL I&#8217;m using.I&#8217;m getting INVALID COMMAND errors on the SYSIN commands. Help.<br />
//VS90033Y JOB (1,6893215,FPN-800),&#8217;CMMS&#8217;,MSGCLASS=V,USER=VS90033<br />
//****************************************************************<br />
/**MAIN   CLASS=DSN7BTCH,FAILURE=CANCEL,LINES=(9999,W)<br />
/**FORMAT PR,DDNAME=,DEST=RM685<br />
//*****<br />
//ST0101 EXEC PGM=IEBGENER,REGION=4M<br />
//SYSPRINT DD SYSOUT=*<br />
//SYSUT1 DD DSN=VS90033.SPF.CNTL(TESTDATA),DISP=SHR<br />
//SYSUT2 DD SYSOUT=A,DEST=SMTP<br />
//SYSIN DD *<br />
HELO BEC<br />
MAIL FROM:&lt;LDONOHO1@VISTEON.COM&gt;<br />
RCPT TO:&lt;LDONOHO1@VISTEON.COM&gt;<br />
DATA<br />
FROM: LARRY DONOHOE<br />
TO: LARRY ALSO<br />
SUBJECT: HAVE YOU READ YOUR EMAIL FROM ME TO ME?<br />
ALWAYS TAKE A LOOK AT IT&#8230;<br />
QUIT</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sending-email-with-smtp-thru-jcl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/16 queries in 0.029 seconds using memcached
Object Caching 386/419 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 13:55:37 -->