<?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; AS/400 Database File</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/as400-database-file/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 11:05:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Encrypting AS400 database file</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/encrypting-as400-database-file/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/encrypting-as400-database-file/#comments</comments>
		<pubDate>Fri, 13 Apr 2012 21:55:21 +0000</pubDate>
		<dc:creator>Jeffm</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 Database File]]></category>
		<category><![CDATA[QC3ENCDT]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need to encrypt a database file residing on the as400 and FTP to a destination. Can I use QC3ENCDT to do this?]]></description>
				<content:encoded><![CDATA[<p>I need to encrypt a database file residing on the as400 and FTP to a destination. Can I use QC3ENCDT to do this?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/encrypting-as400-database-file/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>AS400 comparing large database files, cobol code taking too long</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-comparing-large-database-files-cobol-code-taking-too-long/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-comparing-large-database-files-cobol-code-taking-too-long/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 17:30:47 +0000</pubDate>
		<dc:creator>ARTZONE</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 database]]></category>
		<category><![CDATA[AS/400 Database File]]></category>
		<category><![CDATA[COBOL]]></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/as400-comparing-large-database-files-cobol-code-taking-too-long/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>DBF in AS/400 &#8211; last record written</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dbf-in-as400-last-record-written/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/dbf-in-as400-last-record-written/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 15:58:57 +0000</pubDate>
		<dc:creator>Atti123</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 Database File]]></category>
		<category><![CDATA[Database Files]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[RPGLE]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi , There is  file which has 6 fields and the first four as its key. Is there any way to figure out which is the last record written into it.   Thanks]]></description>
				<content:encoded><![CDATA[<p>Hi ,<br/><br/> There is  file which has 6 fields and the first four as its key. Is there any way to figure out which is the last record written into it.<br/><br/>  <br/><br/> Thanks<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/dbf-in-as400-last-record-written/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Want to delete objects of type &#8216;File&#8217; except &#8216;source physical file&#8217;</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/want-to-delete-objects-of-type-file-except-source-physical-file/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/want-to-delete-objects-of-type-file-except-source-physical-file/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 11:07:19 +0000</pubDate>
		<dc:creator>pankaj2r</dc:creator>
				<category><![CDATA[AS/400 Database File]]></category>
		<category><![CDATA[AS400 physical file]]></category>
		<category><![CDATA[Database Files]]></category>
		<category><![CDATA[DSPOBJD]]></category>
		<category><![CDATA[Physical Files]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have taken output of DSPOBJD in a database file. Now I want to delete all the objects having type &#8216;*FILE&#8217; and object attribute &#8216;PF&#8217; but the problem is I don&#8217;t want to delete &#8216;Source physical files&#8217;. I just want to delete files except &#8216;Source physical file&#8217;. can anybody suggest how to do that ?]]></description>
				<content:encoded><![CDATA[<p>I have taken output of DSPOBJD in a database file. Now I want to delete all the objects having type &#8216;*FILE&#8217; and object attribute &#8216;PF&#8217; but the problem is I don&#8217;t want to delete &#8216;Source physical files&#8217;. I just want to delete files except &#8216;Source physical file&#8217;. can anybody suggest how to do that ?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/want-to-delete-objects-of-type-file-except-source-physical-file/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>AS/400 tab text delimited format of physical file</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-tab-text-delimited-format-of-physical-file/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-tab-text-delimited-format-of-physical-file/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 06:06:52 +0000</pubDate>
		<dc:creator>Atti123</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 Database File]]></category>
		<category><![CDATA[CLP]]></category>
		<category><![CDATA[CPYTOIMPF]]></category>
		<category><![CDATA[Database Files]]></category>
		<category><![CDATA[DBF file]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi , Using i series utility you can download PF as Text Tab Delimited format in your PC.However when I do the same by CLP using CPYTOIMPF using FLDDLM as X&#8217;05&#8242; or *tab , I get a text tab delimited file which is not completely same as the file downloaded using I series utility.]]></description>
				<content:encoded><![CDATA[<p>Hi , Using i series utility you can download PF as Text Tab Delimited format in your PC.However when I do the same by CLP using CPYTOIMPF using FLDDLM as X&#8217;05&#8242; or *tab , I get a text tab delimited file which is not completely same as the file downloaded using I series utility.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400-tab-text-delimited-format-of-physical-file/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Declaring the same file twice with two OPENID and reading the same file twice in CL Program</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/declating-the-same-file-twice-with-two-openid-and-reading-the-same-file-twice-incl-program/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/declating-the-same-file-twice-with-two-openid-and-reading-the-same-file-twice-incl-program/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 03:32:19 +0000</pubDate>
		<dc:creator>Chraghuveer</dc:creator>
				<category><![CDATA[AS/400 Database File]]></category>
		<category><![CDATA[CL programming]]></category>
		<category><![CDATA[Database Files]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[ Is it posssible read a db file while declaring twice with openID     and reading the same file twice]]></description>
				<content:encoded><![CDATA[<p> Is it posssible read a db file while declaring twice with openID     and reading the same file twice</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/declating-the-same-file-twice-with-two-openid-and-reading-the-same-file-twice-incl-program/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Reading a file in Reverse Order in CL Program</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/reading-a-file-in-reverse-order-in-cl-program/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/reading-a-file-in-reverse-order-in-cl-program/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 03:28:41 +0000</pubDate>
		<dc:creator>Chraghuveer</dc:creator>
				<category><![CDATA[AS/400 Database File]]></category>
		<category><![CDATA[CL Program]]></category>
		<category><![CDATA[Database Files]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Discussion Post by TomLiotta]]></description>
				<content:encoded><![CDATA[New Discussion Post by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/reading-a-file-in-reverse-order-in-cl-program/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>In a single CL Program, can we read a database file more than once?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/in-a-single-cl-program-can-we-read-a-database-file-more-than-once/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/in-a-single-cl-program-can-we-read-a-database-file-more-than-once/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 08:03:51 +0000</pubDate>
		<dc:creator>Chraghuveer</dc:creator>
				<category><![CDATA[AS/400 Database File]]></category>
		<category><![CDATA[CL Program]]></category>
		<category><![CDATA[CLLE]]></category>
		<category><![CDATA[Database Files]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In a single CL Program, can we read a database file more than once]]></description>
				<content:encoded><![CDATA[<p>In a single CL Program, can we read a database file more than once</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/in-a-single-cl-program-can-we-read-a-database-file-more-than-once/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Database field in CLP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/database-field-in-clp/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/database-field-in-clp/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 11:18:28 +0000</pubDate>
		<dc:creator>Sangay</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 database]]></category>
		<category><![CDATA[AS/400 Database File]]></category>
		<category><![CDATA[AS400 CLP]]></category>
		<category><![CDATA[QSYSOPR]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[hi, I am reading a database file line by line and want to display the records in QSYSOPR. i am using CHGVAR   VAR(&#038;A)   VALUR(B)         where &#038;A = variable in CL, and                  B = field from database file SNDPGMMSG &#038;A MSGQ(QSYSOPR) But the problem is i am not getting value of B rather i [...]]]></description>
				<content:encoded><![CDATA[<p>hi,<br />
I am reading a database file line by line and want to display the records in QSYSOPR.<br />
i am using CHGVAR   VAR(&#038;A)   VALUR(B)<br />
        where &#038;A = variable in CL, and<br />
                 B = field from database file<br />
SNDPGMMSG &#038;A MSGQ(QSYSOPR)<br />
But the problem is i am not getting value of B rather i am getting &#8220;B&#8221; in qsysopr queue.<br />
Please suggest the necesarry changes<br />
Thanks,<br />
Sid</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/database-field-in-clp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Number range on an AS/400 file with Char type field index</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/using-number-range-on-a-file-with-char-type-field-index/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/using-number-range-on-a-file-with-char-type-field-index/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 00:53:31 +0000</pubDate>
		<dc:creator>Panpanky</dc:creator>
				<category><![CDATA[AS/400 database]]></category>
		<category><![CDATA[AS/400 Database File]]></category>
		<category><![CDATA[AS/400 performance]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I have scenario to filter records for screen presentation based on number range provided on screen.In database the numbers are stored as char with no padding.How can I use this character index to get the results without having to read entire file?]]></description>
				<content:encoded><![CDATA[<p>Hi, I have scenario to filter records for screen presentation based on number range provided on screen.In database the numbers are stored as char with no padding.How can I use this character index to get the results without having to read entire file?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/using-number-range-on-a-file-with-char-type-field-index/feed/</wfw:commentRss>
		<slash:comments>12</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.058 seconds using memcached
Object Caching 933/1040 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 11:12:35 -->