 




<?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/"
		>
<channel>
	<title>Comments on: Error 1027 on CICS Sockets Connect</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/error-1027-on-cics-sockets-connect/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/error-1027-on-cics-sockets-connect/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: rogerrabbit</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/error-1027-on-cics-sockets-connect/#comment-40888</link>
		<dc:creator>rogerrabbit</dc:creator>
		<pubDate>Mon, 18 Sep 2006 13:33:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-40888</guid>
		<description><![CDATA[CICS Version TS 2.3
Z/OS Verison 1.4

I&#039;ve been using CICS sockets since 2003.
And I think that is the best feature in the CICS environment.

Thank you...]]></description>
		<content:encoded><![CDATA[<p>CICS Version TS 2.3<br />
Z/OS Verison 1.4</p>
<p>I&#8217;ve been using CICS sockets since 2003.<br />
And I think that is the best feature in the CICS environment.</p>
<p>Thank you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rogerrabbit</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/error-1027-on-cics-sockets-connect/#comment-40889</link>
		<dc:creator>rogerrabbit</dc:creator>
		<pubDate>Mon, 18 Sep 2006 12:52:56 +0000</pubDate>
		<guid isPermaLink="false">#comment-40889</guid>
		<description><![CDATA[ 
My program issue a call to SOCKET:
CALL    &#039;EZASOKET&#039;    USING SOKET-SOCKET AF-INET SOCTYPE
                      PROTO ERRNO RETCODE.              

The RETCODE return = 0, so I move IPADDR, PORT and issue a call to CONNECT:

CALL &#039;EZASOKET&#039; USING SOKET-CONNECT SOCKID NAME     
                             ERRNO RETCODE.

few times I receive RETCODE=1027, allmost always calls return 0.
I did not move nothing to SOCKID, Is that correct?
In the server program TAKESOCKET give me a SOCKID in the return code.
In the client program I need move some value to SOCKID??

                                                                  


]]></description>
		<content:encoded><![CDATA[<p>
My program issue a call to SOCKET:<br />
CALL    &#8216;EZASOKET&#8217;    USING SOKET-SOCKET AF-INET SOCTYPE<br />
                      PROTO ERRNO RETCODE.              </p>
<p>The RETCODE return = 0, so I move IPADDR, PORT and issue a call to CONNECT:</p>
<p>CALL &#8216;EZASOKET&#8217; USING SOKET-CONNECT SOCKID NAME<br />
                             ERRNO RETCODE.</p>
<p>few times I receive RETCODE=1027, allmost always calls return 0.<br />
I did not move nothing to SOCKID, Is that correct?<br />
In the server program TAKESOCKET give me a SOCKID in the return code.<br />
In the client program I need move some value to SOCKID??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rogerrabbit</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/error-1027-on-cics-sockets-connect/#comment-40890</link>
		<dc:creator>rogerrabbit</dc:creator>
		<pubDate>Mon, 18 Sep 2006 12:39:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-40890</guid>
		<description><![CDATA[ 
My program issue a call to SOCKET:
CALL    &#039;EZASOKET&#039;    USING SOKET-SOCKET AF-INET SOCTYPE
                      PROTO ERRNO RETCODE.              

The RETCODE return = 0, so I move IPADDR, PORT and issue a call to CONNECT:

CALL &#039;EZASOKET&#039; USING SOKET-CONNECT SOCKID NAME     
                             ERRNO RETCODE.

I did not move nothing to SOCKID, Is that correct?
In the server program TAKESOCKET give me a SOCKID in the return code.
In the client program I need move some value to SOCKID??

                                                                  


]]></description>
		<content:encoded><![CDATA[<p>
My program issue a call to SOCKET:<br />
CALL    &#8216;EZASOKET&#8217;    USING SOKET-SOCKET AF-INET SOCTYPE<br />
                      PROTO ERRNO RETCODE.              </p>
<p>The RETCODE return = 0, so I move IPADDR, PORT and issue a call to CONNECT:</p>
<p>CALL &#8216;EZASOKET&#8217; USING SOKET-CONNECT SOCKID NAME<br />
                             ERRNO RETCODE.</p>
<p>I did not move nothing to SOCKID, Is that correct?<br />
In the server program TAKESOCKET give me a SOCKID in the return code.<br />
In the client program I need move some value to SOCKID??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rogerrabbit</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/error-1027-on-cics-sockets-connect/#comment-40891</link>
		<dc:creator>rogerrabbit</dc:creator>
		<pubDate>Mon, 18 Sep 2006 12:17:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-40891</guid>
		<description><![CDATA[1. I specify for MAXSOC=1
2. My client transaction establishes one connections by task and issues only one SOCKET calls, write and read the socket and close the socket. We are running more than one task ate the same time, connecting on the same server and port.
3. I&#039;m using COBOL and issue CALLS to EZASOKET.
5. What release of CICS are you running?
I&#039;m asking for my client
6. What release of MVS or z/OS are you running?
I&#039;m asking for my client]]></description>
		<content:encoded><![CDATA[<p>1. I specify for MAXSOC=1<br />
2. My client transaction establishes one connections by task and issues only one SOCKET calls, write and read the socket and close the socket. We are running more than one task ate the same time, connecting on the same server and port.<br />
3. I&#8217;m using COBOL and issue CALLS to EZASOKET.<br />
5. What release of CICS are you running?<br />
I&#8217;m asking for my client<br />
6. What release of MVS or z/OS are you running?<br />
I&#8217;m asking for my client</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oxtsd04</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/error-1027-on-cics-sockets-connect/#comment-40892</link>
		<dc:creator>oxtsd04</dc:creator>
		<pubDate>Mon, 18 Sep 2006 09:33:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-40892</guid>
		<description><![CDATA[RogerRabbit, After some further research I have some more questions for you.

1. On your INITAPI call what do you specify for MAXSOC or do you take the default or minimum value of 50?
2. Is your client transaction a long running client that establishes multiple connections and issues multiple SOCKET calls?  If so does it issue a CLOSE call when it is done with a SOCKET?  If not you might be hitting your limit of open SOCKETS as specified via MAXSOC on the INITAPI call.
3. What programming language are you using?
4. Are you using the original CICS Sockets interface where you issue CALLS to EZACICAL, or are you using the new sockets extended API where you issue CALLS to EZASOKET?  It is highly recommended that you use EZASOKET.  
5. What release of CICS are you running?
6. What release of MVS or z/OS are you running?]]></description>
		<content:encoded><![CDATA[<p>RogerRabbit, After some further research I have some more questions for you.</p>
<p>1. On your INITAPI call what do you specify for MAXSOC or do you take the default or minimum value of 50?<br />
2. Is your client transaction a long running client that establishes multiple connections and issues multiple SOCKET calls?  If so does it issue a CLOSE call when it is done with a SOCKET?  If not you might be hitting your limit of open SOCKETS as specified via MAXSOC on the INITAPI call.<br />
3. What programming language are you using?<br />
4. Are you using the original CICS Sockets interface where you issue CALLS to EZACICAL, or are you using the new sockets extended API where you issue CALLS to EZASOKET?  It is highly recommended that you use EZASOKET.<br />
5. What release of CICS are you running?<br />
6. What release of MVS or z/OS are you running?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.015 seconds using memcached
Object Caching 324/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 16:03:05 -->