 




<?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; Source Code Analysis</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/source-code-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Mon, 20 May 2013 12:15:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Error: Pointer not set for location referenced using QykmExportKeyStore</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/error-pointer-not-set-for-location-referenced-using-qykmexportkeystore/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/error-pointer-not-set-for-location-referenced-using-qykmexportkeystore/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 15:21:37 +0000</pubDate>
		<dc:creator>GraceP</dc:creator>
				<category><![CDATA[QykmExportKeyStore]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Source Code Analysis]]></category>
		<category><![CDATA[Source code management]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have the next source code :   int main ()  {     char * volatile path     = "/QIBM/USERDATA/ICSS/CERT/SERVER/DEFAULT.KDB" ;           int  * volatile pathLength   = new int ( strlen ((char* )  path ) ) ;                char * volatile format   [...]]]></description>
				<content:encoded><![CDATA[<p>I have the next source code : </p>
<div>
<pre></div>
<div>
<div> int main () </div>
<div>{</div>
<div>    char * volatile path     = "/QIBM/USERDATA/ICSS/CERT/SERVER/DEFAULT.KDB" ;      </div>
<div>    int  * volatile pathLength   = new int ( strlen ((char* )  path ) ) ;           </div>
<div>    char * volatile format       = "OBJN0200" ;                                     </div>
<div>    char * volatile pwd          = "ff1" ;                                   </div>
<div>    int  * volatile pwdLength    = new int( 3 );                                   </div>
<div>   int  * volatile ccsid        = new int(0);                                </div>
<div>   char * volatile exportPath   = "/usr/me/export.pcks" ;   </div>
<div>   int  * volatile exportLength = new int ( strlen ((char*) exportPath )) ;  </div>
<div>   char * volatile formatExport = "OBJN0200" ;                               </div>
<div>   char * volatile version      ="*PKCS12V3";                                </div>
<div>   char * volatile pwdExport    = "bas1" ;                             </div>
<div>   int  * volatile expLength    = new int (strlen ((char*) pwdExport )) ;    </div>
<div>                                                                             </div>
<div>   errorCode_t * volatile errorCode = new errorCode_t () ;                   </div>
<div></div>
<div>  void * volatile temp = (void *)errorCode ;      </div>
<div>                                                  </div>
<div>                                                  </div>
<div>   QykmExportKeyStore (  path,                    </div>
<div>                           pathLength,            </div>
<div>                           format,                </div>
<div>                           pwd,                   </div>
<div>                           pwdLength,             </div>
<div>                           ccsid ,                </div>
<div>                           exportPath,            </div>
<div>                          exportLength,           </div>
<div>                          formatExport,           </div>
<div>                          version ,               </div>
<div>                          pwdExport ,             </div>
<div>                          expLength,              </div>
<div>                          ccsid,                  </div>
<div>                         errorCode ) ;            </div>
<div></div>
<div>/// delete [...]</div>
<div>return 0 ; </div>
<div>}</div>
</div>
<div></pre>
</div>
<div></div>
<div>I have this error: </div>
<div>exception: CPFB729   </div>
<div></div>
<div>and when I put dspjoblog : </div>
<div> Pointer not set for location referenced. </div>
<div></div>
<div>What could be the reason ? </div>
<div>Thanks in advance.</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/error-pointer-not-set-for-location-referenced-using-qykmexportkeystore/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Source name and location for RPGLE</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/source-name-and-location/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/source-name-and-location/#comments</comments>
		<pubDate>Sat, 23 Apr 2011 08:38:35 +0000</pubDate>
		<dc:creator>Mandavi</dc:creator>
				<category><![CDATA[CLLE]]></category>
		<category><![CDATA[DSPOBJD]]></category>
		<category><![CDATA[RPG Source]]></category>
		<category><![CDATA[RPGLE]]></category>
		<category><![CDATA[Source Code Analysis]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I want to find out the source name and location for all objects within a library &#8211; The source types are RPGLE and CLLE. Kindof like we use the DSPOBJD for RPG sources. Thanks.]]></description>
				<content:encoded><![CDATA[<p>I want to find out the source name and location for all objects within a library &#8211; The source types are RPGLE and CLLE. Kindof like we use the DSPOBJD for RPG sources. Thanks.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/source-name-and-location/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Showing Source code in iSeries is A6070255</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/showing-src-code-in-iseries-is-a6070255/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/showing-src-code-in-iseries-is-a6070255/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 10:32:09 +0000</pubDate>
		<dc:creator>5459</dc:creator>
				<category><![CDATA[iSeries]]></category>
		<category><![CDATA[iSeries data center]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Source Code Analysis]]></category>
		<category><![CDATA[Source code management]]></category>
		<category><![CDATA[V5R4]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi All i am working in iseries server type is 9117 modal mma and version is v5r4. While am working my 5250 Screen is disconnected and i was trying to ping my server its not pinging and while am checking in HMC about my server status its showing status is running and also its showing [...]]]></description>
				<content:encoded><![CDATA[<p>Hi All i am working in iseries server type is 9117 modal mma and version is v5r4. While am working my 5250 Screen is disconnected and i was trying to ping my server its not pinging and while am checking in HMC about my server status its showing status is running and also its showing src. src is a6070255 can u pls tell me what is this src means.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/showing-src-code-in-iseries-is-a6070255/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Help in adapting the following code:</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/help-in-adapting-the-following-code/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/help-in-adapting-the-following-code/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 18:59:03 +0000</pubDate>
		<dc:creator>Abenito</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Code Complexity]]></category>
		<category><![CDATA[Source Code Analysis]]></category>
		<category><![CDATA[Source code management]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Discussion Post by]]></description>
				<content:encoded><![CDATA[New Discussion Post by ]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/help-in-adapting-the-following-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Site Source Code Security Analyzer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/web-site-source-code-security-analyzer/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/web-site-source-code-security-analyzer/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 18:07:59 +0000</pubDate>
		<dc:creator>mshen</dc:creator>
				<category><![CDATA[Security Analyzer]]></category>
		<category><![CDATA[Source code]]></category>
		<category><![CDATA[Source Code Analysis]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need a tool that will analyze website source code for security holes. Does anybody know of a good web site source code security analyzer?]]></description>
				<content:encoded><![CDATA[<p>I need a tool that will analyze website source code for security holes.  Does anybody know of a good web site source code security analyzer?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/web-site-source-code-security-analyzer/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/20 queries in 0.024 seconds using memcached
Object Caching 595/657 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-20 12:38:33 -->