<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Welcome to our first CICS blogger</title>
	<atom:link href="http://themasterterminal.com/2008/04/04/welcome-to-our-first-cics-blogger/feed/" rel="self" type="application/rss+xml" />
	<link>http://themasterterminal.com/2008/04/04/welcome-to-our-first-cics-blogger/</link>
	<description>All about CICS Transaction Server from those who produce and use it</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:29:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Grant</title>
		<link>http://themasterterminal.com/2008/04/04/welcome-to-our-first-cics-blogger/#comment-16</link>
		<dc:creator><![CDATA[Grant]]></dc:creator>
		<pubDate>Mon, 14 Apr 2008 15:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=21#comment-16</guid>
		<description><![CDATA[To start QMF from a CICS application program use something like:

&lt;code&gt;
EXEC CICS START TRANSID(QMFE) FROM (parameters) TERMID(eibtrmid)
&lt;/code&gt;

Where parameters are any start parms you might specify on the QMFE invocation from a clear screen.

Getting a menu started when QMFE completes is trickier and would probably need a CICS exit (last time I looked there were no facilities to within QMF to exit out to a particular transid).

Have you looked at &lt;a href=&quot;http://publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dsqad090/CCONTENTS&quot; rel=&quot;nofollow&quot;&gt;Developing QMF Applications&lt;/A&gt;? Using a QMF application you can be more seamless...]]></description>
		<content:encoded><![CDATA[<p>To start QMF from a CICS application program use something like:</p>
<p><code><br />
EXEC CICS START TRANSID(QMFE) FROM (parameters) TERMID(eibtrmid)<br />
</code></p>
<p>Where parameters are any start parms you might specify on the QMFE invocation from a clear screen.</p>
<p>Getting a menu started when QMFE completes is trickier and would probably need a CICS exit (last time I looked there were no facilities to within QMF to exit out to a particular transid).</p>
<p>Have you looked at <a href="http://publib.boulder.ibm.com/cgi-bin/bookmgr/BOOKS/dsqad090/CCONTENTS" rel="nofollow">Developing QMF Applications</a>? Using a QMF application you can be more seamless&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://themasterterminal.com/2008/04/04/welcome-to-our-first-cics-blogger/#comment-14</link>
		<dc:creator><![CDATA[ashish]]></dc:creator>
		<pubDate>Wed, 09 Apr 2008 13:49:31 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=21#comment-14</guid>
		<description><![CDATA[Hi,

How can we go to QMF from CICS maps, just by pressing one PF key, say PF11. Once Our work is done in QMF and if we press F3 there to come out of QMF, we should be able to return to same map?

We have QMF procs passed to QMF via onlines in CSP on TSO at the moment and we are migrating to CICS, just wondering if someone can help us in setting it up in CICS?]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How can we go to QMF from CICS maps, just by pressing one PF key, say PF11. Once Our work is done in QMF and if we press F3 there to come out of QMF, we should be able to return to same map?</p>
<p>We have QMF procs passed to QMF via onlines in CSP on TSO at the moment and we are migrating to CICS, just wondering if someone can help us in setting it up in CICS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zalman Einhorn</title>
		<link>http://themasterterminal.com/2008/04/04/welcome-to-our-first-cics-blogger/#comment-4</link>
		<dc:creator><![CDATA[Zalman Einhorn]]></dc:creator>
		<pubDate>Fri, 04 Apr 2008 20:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://masterterminal.wordpress.com/?p=21#comment-4</guid>
		<description><![CDATA[Congrats on this Blog. I sure hope it&#039;s powered by CICS :)]]></description>
		<content:encoded><![CDATA[<p>Congrats on this Blog. I sure hope it&#8217;s powered by CICS <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

